piejanssens / premiumizer

Download manager for premiumize.me cloud downloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing category results in bad request

jan-auer opened this issue · comments

Trying to change the category on a manually added download results in a 400 Bad Request response. The request payload is (redacted, the category name matches):

82:42["change_category",{"data":{"id":"<some id>","category":"<category name>"}}]

Edit: A similar error occurs when trying to remove or stop a download. Debug logs do not show errors or exceptions.

Please disregard, I may have skipped resetting the docker container during one of the recent updates. A full reset resolved the issue.