-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG] 500 Internal server error when visiting http://myserver:5299/config #75
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I'm having this same issue. I had just downloaded LazyLibrarian to use and any change made to the config page causes this error to occur. The other pages seem to work find (although I didn't check it exhaustively) but the config page is broken after any change. |
I concur this issue still present as of 20240728. Was gonna give it a try on my unRAID server but this happen. It's rare for linuxserver container image to fail like this. Their other image work like rock solid. |
Pointing to release c8ad32b8-ls68 works for now |
I don't know if this helps; but, I did as recommended above and changed the release I was pointing at to c8ad32b8-ls68 and yes, that works. When looking through the logs I see: '2024-07-30 21:47:39,896 WARNING Unknown option GENERAL.DESTINATION_DIR in config'. I am not concerned, I am assume this is just an option that was added between the latest release and c8ad32b8-ls68; but, maybe that is the area of code that is erroring out the config in the latest release? Maybe not, I am just trying to give you as much telemetry as possible. |
Similar issue for me. mine however tells me that it has attempted the maximum number of recursive actions and thus has failed. Setting it to point to the c8ad32b8-ls68 build worked for me however, and 'some' of the settings that previously was attempted to be saved, seemed to have carried over thankfully. but i'm 'resaving' them just to be safe... |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
When you go to the web address http://myserver.local:5299/config, at least the first time it works. Then you edit the download agent and hit save changes, you get a 500 error and it never resets, you get the error over and over again when you go to /config. So, you can never go to /config again. The rest works fine i.e http://myserver.local:5299/authors displays an empty authors page, etc.
This seems to be similar the closed issue #30; but admittedly, a much different debug log.
Expected Behavior
When I hit save changes, It doesn't error, and it saves my config and when I go back to /config, it does give me the 500 error over and over again.
Steps To Reproduce
With the config below, go to the website http://myserver.local:5299/config and get the error:
The server encountered an unexpected condition which prevented it from fulfilling the request.
This is line 26 (the last line above) and then it repeats until line 1184 (the last line below)
Environment
Just noticed the journal warning, hopefully that's not related, I will have to look into it.
- Debian docker packages
Working stuff removed
more working stuff removed
secrets removed
and ending in ...
The text was updated successfully, but these errors were encountered: