Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Calendar update frequency' option in TvDB preferences causes 'Error 400 Bad Request' #187

Closed
harshithmohan opened this issue Apr 29, 2020 · 0 comments · Fixed by #188
Closed

Comments

@harshithmohan
Copy link
Member

harshithmohan commented Apr 29, 2020

Setting the Calendar setting in TvDB preferences gives a 400 Bad Request error.
The calendar update frequency is an AniDB setting and not a TvDB setting. The TvDB setting is different.
The cause of the error is that the property name sent to the patch function is AniDB_Calendar_UpdateFrequency instead of UpdateFrequency

Screenshot_20200429_223323
Screenshot_20200429_223530

As you can see clearly, the property name is wrong.
https://github.com/ShokoAnime/ShokoServer-WebUI/blob/bcd163b6fb7264c985444e68d963dbdb8e791e33/src/core/reducers/settings/Server.js#L66-L72

@harshithmohan harshithmohan changed the title 'Calendar update frequency' option is in the wrong section and causes 'Error 400 Bad Request' 'Calendar update frequency' option in TvDB preferences causes 'Error 400 Bad Request' Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants