Open JosephBrooksbank opened 2 years ago
Looking into it more, it seems this issue is happening with 3.8 too, and the solution there is to turn off CORS, which isn't super helpful.
EDIT: Since I am still early into the project, to get around the CORS issue I simply moved frameworks to nextJS to implement a proxy API to hit deluge, since the backend doesn't respect CORS headers. All frontend requests go to /api/deluge
, rather than to deluge_url/json
directly.
Hi,
KeyError: 'JSON'
The substantial thing here is to investigate the reason why Deluge's JSON component is not available is some cases.
Hi, I've been trying to get this plugin working to no avail. I saw that there was an issue with CORS that was fixed recently, so I built the egg myself from source on py3.10. I've enabled it and it shows in the webui, but enabling CORS and attempting to set allowed domains is failing with
I can look at it more when I'm off work, but help would be appreciated