williamckha / spicetify-fluent

Spicetify theme inspired by Microsoft's Fluent Design
MIT License
283 stars 17 forks source link

Home page always fails to load on first startup #37

Closed rlaphoenix closed 2 years ago

rlaphoenix commented 2 years ago

This might or might not be a Fluent problem.

image

I get this on the homepage every time I start up Spotify. Once I click Reload Page, it seemingly never happens again. When checking devtools I get the following information:

Uncaught (in promise) InternalServerError: GET request to sp://ads/v1/ads/hpto failed with status code 500
    at d.onSuccess (xpui.js:1:1490925)
    at onSuccess (xpui.js:1:1490739)
TypeError: Cannot read properties of undefined (reading 'rendering')
    at xpui-routes-home.js:1:1650
    at Array.find (<anonymous>)
    at xpui-routes-home.js:1:1617
    at xpui-routes-home.js:1:1832
    at Ca (vendor~xpui.js:29:3300340)
    at Is (vendor~xpui.js:29:3324072)
    at t.unstable_runWithPriority (vendor~xpui.js:29:3545451)
    at hi (vendor~xpui.js:29:3269876)
    at Rs (vendor~xpui.js:29:3323851)
    at Os (vendor~xpui.js:29:3308730)
TypeError: Cannot read properties of undefined (reading 'rendering')
    at xpui-routes-home.js:1:1650
    at Array.find (<anonymous>)
    at xpui-routes-home.js:1:1617
    at xpui-routes-home.js:1:1832
    at Ca (vendor~xpui.js:29:3300340)
    at Is (vendor~xpui.js:29:3324072)
    at t.unstable_runWithPriority (vendor~xpui.js:29:3545451)
    at hi (vendor~xpui.js:29:3269876)
    at Rs (vendor~xpui.js:29:3323851)
    at Os (vendor~xpui.js:29:3308730)
rlaphoenix commented 2 years ago

It seems to be an upstream bug, see: https://github.com/khanhas/spicetify-cli/issues/1492