You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
500, instead of 404.
File "...webook_server/webook_opds_server.py", line 833, in opds_browse
files = os.listdir(os_path)
FileNotFoundError: [Errno 2] No such file or directory: '...../does_not_exist'
The text was updated successfully, but these errors were encountered:
http://localhost:9999/file/does_not_exist
results in:
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
500, instead of 404.
The text was updated successfully, but these errors were encountered: