-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
[FEATURE REQUEST] Logging - More details when using DEBUG=True #1219
Comments
Hey! Could you try this again with the latest main/develop image? Logging was improved a few weeks ago, but isn’t released yet. |
I tried with the main image, logs are better but with the particular error it only added the path of the URI not the full URI.
|
That's a TMDB api call. It's trying to fetch season 14 of Doctor Who, but TMDB doesn't know of season 14. Doctor who is a special one with it's latest season. It appears to have been rebooted, but Plex still added it as season 14, thus the search for season 14. https://www.themoviedb.org/tv/57243/season/14 For instance, this works: For season '14' it should actually use this. There's's no way for Maintainerr to know cases like this. |
Is it an idea to have the full URI in the logs so we can see that it is trying to access TMDB, so we can debug it? |
I have created a feature request from the first post of this issue. If more discussion is needed, please have it there as per #1071. 😄 https://features.maintainerr.info/posts/35/logging-more-details-when-using-debug-true |
Describe the bug
I see a lot of the following
AxiosError
messages when havingDEBUG
environment variable set totrue
:Is it possible to have some more details in the logs explaining the who, where, why about the error?
At the moment it just says it has a 500 or 404 status code error, but not which URL it requested.
Debugging those errors will be very difficult as it is now.
The text was updated successfully, but these errors were encountered: