JulienMaille / dribbblish-dynamic-theme

A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.
MIT License
335 stars 17 forks source link

Spotify loading endlessly #216

Closed actuallylost closed 2 years ago

actuallylost commented 2 years ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Have Dribbblish Dynamic theme installed
  2. Update Spicetify to latest
  3. (Potentially optional) After updating run spicetify backup apply
  4. Observe

Screenshots What I see

Desktop Setup

Logs

cannot open devtools
alexhulbert commented 2 years ago

I'm also having this issue on the latest version of Spotify. Unfortunately, downgrading Spotify to v1.1.72.439 didn't help.

ToasterDEV commented 2 years ago

I can confirm the same happens with downgraded version 1.1.78.765 of the Spotify App on Windows 11 x64 and Spicetify version 2.9.5, the DevTools logs report the following at launch:

Failed to load resource: net::ERR_NAME_NOT_RESOLVED xpui.app.spotify.com/:1 

Uncaught SyntaxError: Unexpected token ',' xpui.js:1 

DevTools failed to load source map: Could not load content for https://xpui.app.spotify.com/vendor~xpui.js.map: Connection error: net::ERR_NAME_NOT_RESOLVED

Uncaught Error: ready timeout
    at Dribbblish.js:48:1
(anonymous) @ Dribbblish.js:48 Dribbblish.js:48 

The last error in particular increases its counter by the second since the app is opened.

If there's any more information required please just tell me so and I shall post it. Thanks for the help!

Rajbir98 commented 2 years ago

Just Updated Issue Still Occurs

JulienMaille commented 2 years ago

Do you all have the marketplace extension?

alexhulbert commented 2 years ago

I'm running from a fresh install with nothing enabled other than the defaults.

actuallylost commented 2 years ago

Same here

dtrdpixl commented 2 years ago

same here, though by after reinstalling a bunch of times, I was able to see that when I open spotify whenever the spotify installer comes is when it crashes.

Rajbir98 commented 2 years ago

Do you all have the marketplace extension?

I don't like it so I don't

Rajbir98 commented 2 years ago

I degraded Spotify to use it

alexhulbert commented 2 years ago

If it helps, a fresh install with the marketplace extension installed and enabled also produces the same problem on my machine.

CrypticBridge commented 2 years ago

I found a workaround after a fresh install of Spotify, Spicetify, the marketplace extension, and Dribbblish Dynamic.

If you turn off the “Show Loading Screen Setting” in the Dribbblish Settings the first time the theme is installed, you'll still encounter the theme not fully taking place every subsequent time Spotify is launched.

You should be able to navigate to the Marketplace though, and then open and close marketplace settings to force Spotify and the theme to refresh, and from that point everything seems to work fine. You'd just have to do that every time you open Spotify.

However, I did find that having Spotify autostart with Windows allowed everything to work properly until I closed Spotify, and then I'd have to go through the process above again.

Davoleo commented 2 years ago

Got Dev Tools working this is the line at which the error is occurring in my setup: image

I can also confirm this happens both with and without marketplace custom-app

vvirtues commented 2 years ago

can confrim, spotify just updated, mightve been the problem

ps13g commented 2 years ago

what i did was completely remove spicetify by running this in powershell cd ~ rm -r spicetify-cli rm -r .spicetify then i reinstalled spotify and it worked! another easy fix though is by just using $v="2.9.1"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression this method worked for me, 2.9.1 seems to not have this issue

^^^ Works for me on macOS on the newest version of Spotify (1.1.83.956.gbe7ea9a7) by using curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh -o /tmp/install.sh sh /tmp/install.sh 2.9.5 since this version does not have this issue on macOS at least

alexhulbert commented 2 years ago

I went into a live usb and tried installing everything from scratch with the latest versions of everything (2.9.7 of Spicetify-cli, 4.2.0 of this theme, and 1.1.84.716.gc5f8b819 of Spotify) and I'm getting the same error. I'm not sure what I could possibly be doing differently. Has anyone else solved the issue?

@Davoleo How'd you get the devtools? I'd like to make sure my issue is different from others in this thread.

ps13g commented 2 years ago

Has anyone else solved the issue?

Yes refer to this comment #1603 (comment), but all you need to do is clear the backup and then uninstall spotify and reinstall it and then apply the theme it should work perfectly