You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Swspotify no longer works on latest uwp Spotify version.
To Reproduce
Update Spotify UWP to latest version and try using spotify.song() fn.
Proposed Fix
Figured out that replacing "Chrome_WidgetWin_0" with "Chrome_WidgetWin_1" in line 31 of spotify.py fixes the issue. Occasionally Visual studio code or other electron apps do cause issues but that can be fixed with an additional if statement.
The text was updated successfully, but these errors were encountered:
Describe the bug
Swspotify no longer works on latest uwp Spotify version.
To Reproduce
Update Spotify UWP to latest version and try using spotify.song() fn.
Proposed Fix
Figured out that replacing "Chrome_WidgetWin_0" with "Chrome_WidgetWin_1" in line 31 of spotify.py fixes the issue. Occasionally Visual studio code or other electron apps do cause issues but that can be fixed with an additional if statement.
The text was updated successfully, but these errors were encountered: