mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
0.2.0.292: empty homepage (artists page) #133
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
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
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: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-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/Lidarr#133
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 @crobe87 on GitHub (Mar 15, 2018).
Originally assigned to: @Qstick on GitHub.
Bug Report
starting from
v. 297v.292 the artists page (aka homepage) is rendered empty.Empty means light grey with nothing on the screen. Attaching the html source of the page and the trace.
I can nav to other pages if I input the direct url in the browser (e.g. /system/status), this way the UI shows, but if i try to click the artists page, it will show empty, as above.
System Information/Logs
Lidarr Version:
290 works fine
291 works fine
292 NOT WORKING aka bc5e596b2cf82e9db4cd4f26728418bb029597bf
293 NOT WORKING
294 NOT WORKING
295 works fine
297 NOT WORKING
298 NOT WORKING
299 NOT WORKING
300 NOT WORKING
Operating System:
DOCKER (using linux artifacts) running on ubuntu 16.04 host
.net Framework (Windows) or mono (macOS/Linux) Version:
mono 5.8.0.108
Link to Log Files (debug or trace):
Lidarr.trace.txt
LIDARRartistsempty.html.txt
Browser (for UI bugs):
chrome, firefox, brave
Additional Information
only the artists page. everything else works fine.
@crobe87 commented on GitHub (Mar 15, 2018):
saw some js errors on console, only on artists page. no errors elsewhere.

this is v.300:
@crobe87 commented on GitHub (Mar 15, 2018):
the splash screen loads correctly, it shows the message (e.g. remember to tip the waiter) and the animated icon.
Then both the message and the icon disappear but the page stays stuck with the same light gray background color of the welcome splash. (#f5f7fa)
And those message show in the console.
UPDATE: v295 shows no errors (and works fine)
@crobe87 commented on GitHub (Mar 15, 2018):
did some more tests, the culprit seems v292. It was somehow fixed in v295, then reappeared since v297. (edit: i realized why 295 works... 291/295 are in the develop branch while 292/297+ are in a different feature branch)
290 works fine
291 works fine
292 NOT WORKING
293 NOT WORKING
294 NOT WORKING
295 works fine
297 NOT WORKING
298 NOT WORKING
299 NOT WORKING
300 NOT WORKING
when it's NOT WORKING, the js errors are always the same of the picture above.
updated first post
@Qstick commented on GitHub (Mar 15, 2018):
I'll get this buttoned up tonight, looks like an issue when I rebased
@Qstick commented on GitHub (Mar 15, 2018):
Hopefully
94cca69e92fixes this. Can you test build 301@crobe87 commented on GitHub (Mar 16, 2018):
Hopefully 94cca69 fixes this. Can you test build 301Nope, that doesn't work. Same problem, same errors, same empty artists page.
Tried on incognito and different browsers.
BTW : I use https://github.com/hotio/docker-suitarr , it grabs the artifact from appveyor and just run the image, no updates needed no anything. you just specify the version on the docker run command (or the branch). That's how I can quickly test different versions. (also it allows to use jackett too, very convenient)
Also tried on https://hub.docker.com/r/volikon/lidarr/ and the issue is happening on that container too.
All of this on ubuntu 16.04 host + docker + one of those containers above.
@screwfaze commented on GitHub (Mar 16, 2018):
I too am having this problem let me know if you need any logs.
Thanks
@hikaricore commented on GitHub (Mar 16, 2018):
I can confirm this issue is present on 0.2.0.301 as well. Tested on 3 different OSes and 4 different browsers.
Anything aside from the main Artists page still loads fine from saved links/history. Sounds like the cause may be known, so take your time. ^_^
@Qstick commented on GitHub (Mar 16, 2018):
Give 302 a whirl when it builds
@hikaricore commented on GitHub (Mar 17, 2018):
Seems fine in 0.2.0.303. I would assume this is the case for 302 as well. Thanks for the quick fix. :D
@zductiv commented on GitHub (Mar 17, 2018):
Working for me on .302
@crobe87 commented on GitHub (Mar 17, 2018):
yes can confirm, bug fixed!