-
-
Notifications
You must be signed in to change notification settings - Fork 292
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 doesn't show Sonarr/Radarr elements #1943
Comments
can you try going to these 2 URLs in your browser: api/v2/homepage/sonarr/calendar |
Radarr show a JSON output, so it looks like it works. For Sonarr I have the same error :
|
It seems Sonarr doesn't have or has a wrong url for an image... What version of Sonarr? foreach ($child['series']['images'] as $image) {
if ($image['coverType'] == "fanart") {
$fanart = $image['url'];
}
} Can you get me the output from your sonarr calendar url? |
Sonarr v4.0.0.552
|
are you on orgainzr dev or master? |
can you add |
I was on master and I switched to dev, same issue.
|
installed via docker? if so - i can add a quick check for you to test - if not i can have you edit a file to test |
Nope, native install. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Greetings! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Confirmed that adding Edit: Actually that same key works for Radarr too. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Just hitting the same issue for a few days now |
Update : this issue has been fixed for me after upgrading Organizr to version 2.1.2460 |
Resolved by 2.1.2460, thanks @causefx ! |
Organizr Version: V 2.1.2430
Branch: Develop
WebServer: Nginx 1.24.0 / PHP 8.0.8
Operating System: Windows Server 2022
Problem Description:
Calendar won't show Sonarr/Radarr episodes/films
Started the server after it was off for more than a year, updated everything and I can't make it work. Did the calendar item changed the way it worked ?
I also tried using the iCal links from Sonarr/Radarr but it stays desperately empty.
I went from the master branch to the develop one, but the issue persists.
All Organizr files are present, and there don't seem to be any permission issues.
Reproduction Steps:
Open Organizrr main page
or
Query "http://adress/api/v2/homepage/calendar" with Powershell
I pull events from 30 days before to 60 days after today and yes I can see them on Sonarr/Radarr calendars.
Errors on screen? If so paste here:
If I type http://ADRESS/api/v2/homepage/calendar in my browser :
The text was updated successfully, but these errors were encountered: