-
Notifications
You must be signed in to change notification settings - Fork 135
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
Error adding to Sonarr #538
Comments
I halfway answered my own question by grabbing the console output from the docker container. Here is that info: Exception while invoking method 'getVersion' Error: ENOENT, no such file or directory '/app/bundle/version.txt' |
FYI, I deleted the image & container and repulled, same issue manifests. I did a directory listing inside the container, and also confirm that there is no such file as /app/bundle/version.txt |
I'm getting this error as well. I'm just trying to get sonarr and radarr to work with plex requests. i can add movies that I already have added in radarr or sonarr, but I can't request anything new. |
I've implemented a new wrapper around the "Check()" function that is notoriously horrible about providing details on what check failed and why, that will be able to provide the exact arguments that are failing the checks. This plus the work I started with overhauling the logging system to ensure that all log output is making it to the Admin -> Logs interface with much clearer and more detailed information than whats been available previously. You can see a screenshot of the new log messages/format at the link below. Keep in mind I still have to go through a lot of code and replace the old logger functions with the module specific ones and rewrite the messages being sent as well. Still allot of work to do but once it's done it should make debugging much easier, especially for those that are unable to get console access and must rely on the Logs interface. |
As the title says, this is all I see in the Plex Requests logs. I'm using the latest versions of both Plex Requests and Sonarr, inside docker containers provided by linuxserver.io ...
Plex Requests version - 1.21.2
Sonarr version 2.0.0.5163
I do not see any corresponding entry into the Sonarr logs. When I run the connection test for Sonarr, the app reports success. When I try to pull profiles from Sonarr, this also works correctly.
Is there a way to get more detail other than just "Error adding to Sonarr"?
The text was updated successfully, but these errors were encountered: