A screen saying "500 Internal Server Error" is shown when trying to open the "Trending" category from the home page. Other categories, such as "Popular Movies", "Popular Series", genre pages etc. all seem to display with no problem.
Server-side logs show no error actually occurs, and the web client does not have an issue viewing the trending category, so I assume this is an app issue.
Server version: 3.1.0
App version: 0.10.6
Android version 12
Steps to reproduce:
- Install Seerr app from .apk in GitHub releases.
- Login with valid user information.
- On the home page, click the "Trending" header.
- A page with the text "500 Internal Server Error" and a button to return home appears.
Server logs:
2026-04-07T20:26:00.010Z [debug][Jobs]: Starting scheduled job: Download Sync
2026-04-07T20:26:11.646Z [info][Media Request]: No Radarr server configured, skipping request processing {"requestId":10,"mediaId":172}
2026-04-07T20:26:11.653Z [info][Notifications]: Sending notification(s) for MEDIA_AUTO_APPROVED {"subject":"Don't Look Up (2021)"}
2026-04-07T20:26:35.494Z [info][Media Request]: No Radarr server configured, skipping request processing {"requestId":11,"mediaId":173}
2026-04-07T20:26:35.504Z [info][Notifications]: Sending notification(s) for MEDIA_AUTO_APPROVED {"subject":"Bugonia (2025)"}
2026-04-07T20:27:00.007Z [debug][Jobs]: Starting scheduled job: Download Sync
2026-04-07T20:28:00.005Z [debug][Jobs]: Starting scheduled job: Download Sync
2026-04-07T20:29:00.009Z [debug][Jobs]: Starting scheduled job: Download Sync
(the log outputs all seem to be irrelevant to the issue, but I include them anyway to show absence of any errors)
A screen saying "500 Internal Server Error" is shown when trying to open the "Trending" category from the home page. Other categories, such as "Popular Movies", "Popular Series", genre pages etc. all seem to display with no problem.
Server-side logs show no error actually occurs, and the web client does not have an issue viewing the trending category, so I assume this is an app issue.
Server version: 3.1.0
App version: 0.10.6
Android version 12
Steps to reproduce:
Server logs:
2026-04-07T20:26:00.010Z [debug][Jobs]: Starting scheduled job: Download Sync 2026-04-07T20:26:11.646Z [info][Media Request]: No Radarr server configured, skipping request processing {"requestId":10,"mediaId":172} 2026-04-07T20:26:11.653Z [info][Notifications]: Sending notification(s) for MEDIA_AUTO_APPROVED {"subject":"Don't Look Up (2021)"} 2026-04-07T20:26:35.494Z [info][Media Request]: No Radarr server configured, skipping request processing {"requestId":11,"mediaId":173} 2026-04-07T20:26:35.504Z [info][Notifications]: Sending notification(s) for MEDIA_AUTO_APPROVED {"subject":"Bugonia (2025)"} 2026-04-07T20:27:00.007Z [debug][Jobs]: Starting scheduled job: Download Sync 2026-04-07T20:28:00.005Z [debug][Jobs]: Starting scheduled job: Download Sync 2026-04-07T20:29:00.009Z [debug][Jobs]: Starting scheduled job: Download Sync(the log outputs all seem to be irrelevant to the issue, but I include them anyway to show absence of any errors)