mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Radarr with large amount of movies won't load on iPhone 13/14 Pro Max #7459
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#7459
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edrock200 on GitHub (May 16, 2023).
Is there an existing issue for this?
Current Behavior
Ever since the release which incorporated this fix:
https://github.com/Radarr/Radarr/issues/8425
Radarr will not load on iPhone 13 Pro Max or 14 Pro Max in Safari, Chrome or Firefox.
It will start to load, then as it's loading, it will refresh and start loading all over again, and gets stuck in this loop.
Expected Behavior
Radarr loads properly
Steps To Reproduce
Environment
What branch are you running?
Develop
Trace Logs?
radarr.trace (1).txt
Since this release, radarr seems to be consuming more RAM, even on the client end. I suspect this might be part of the issue as it does load on a Samsung Galaxy and iPad Pro, both of which have 8GB RAM vs the iPhones 6GB.
It's also pertinent to note that a Radarr instance with < 20k movie objects will load on iPhones.
For the attached trace - Enabled trace logs, then immediately tried accessing radarr from iphone. Waited for the iphone to "restart" the loading process loop, then stopped trace logs.
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
@bakerboy448 commented on GitHub (May 16, 2023):
I assume this is trying to load the Movie Index?
On Desktop, Browser Dev Tools => network tab => load radarr
what's the response size of the /movie endpoint?
@edrock200 commented on GitHub (May 16, 2023):
Correct the movie index.
It shows 2 movie endpoints, and both are 57.4MB
I should have also noted a few friends tried from their iphones to rule out a specific config or hardware issue as well and get the same behavior.

Thanks for the help.
@bakerboy448 commented on GitHub (May 16, 2023):
confirmed here as well that the /movie endpoint is getting hit 2x on load
@edrock200 commented on GitHub (May 16, 2023):
Thank you. Sorry for removing the pic, I realized it had key and url info. I blacked those out and reattached if its helpful in anyway.
@Qstick commented on GitHub (May 16, 2023):
github.com/Radarr/Radarr@fe76cbfc6b@edrock200 commented on GitHub (May 17, 2023):
Confirmed working now! Seems to be faster as well, thank you!