MarshallOfSound / Google-Play-Music-Desktop-Player-UNOFFICIAL-

A beautiful cross platform Desktop Player for Google Play Music
https://www.googleplaymusicdesktopplayer.com
MIT License
8.27k stars 767 forks source link

Stuck on rotating circular progressbar in Windows 7 x64 (Warning: "Accessing PropTypes ...") #3731

Open Iowerth opened 4 years ago

Iowerth commented 4 years ago

Hi. I faced with error described in https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640. I tried two variants:

  1. Editing index.js (https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640#issuecomment-543863416)
  2. Installing a newer version of GPMDP with fixed index.js (https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640#issuecomment-562376367)

No one of these variants was helpful. GPMDP stucks on rotating circular progressbar - https://i.imgur.com/bE3riMO.jpg

UPD1: but if I switch to YouTube Music - it works. Then I switch to Google Play Music - and it stucks on rotating circular progressbar again.

UPD2: if dev mode enabled then next warning presents: C:\Users\username\AppData\Local\GPMDP_3\app-4.6.1\resources\app.asar\node_modules\react\lib\lowPriorityWarning.js:38 Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs printWarning @ C:\Users\username\AppData\Local\GPMDP_3\app-4.6.1\resources\app.asar\node_modules\react\lib\lowPriorityWarning.js:38 Screenshot of this warning - https://i.imgur.com/jPDj8uo.jpg

UPD3: nothing changed with 4.7.1 - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3731#issuecomment-572450483

UPD4: possible partial solution - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3731#issuecomment-573007908

welcome[bot] commented 4 years ago

šŸ‘‹ Thanks for opening your first issue here! If you're reporting a šŸž bug, please make sure you include steps to reproduce it. We get a lot of duplicate issues on this repo, so please double check now that your issue has not already been solved or doesn't have an open issue already.

To help make it easier for us to investigate your issue, please follow the contributing guidelines and ensure the issue template was filled out.

callmeberzerker commented 4 years ago

Same here on MacOS Mojave 10.14.6.

Squintz82 commented 4 years ago

Not sure if it's the same issue, but on v4.6.1 and MacOS 10.14.6, I get stuck on "Loading Music Library" after opening the app. I haven't been able to reach my music since last Thursday.

Iowerth commented 4 years ago

Not sure if it's the same issue, but on v4.6.1 and MacOS 10.14.6, I get stuck on "Loading Music Library" after opening the app. I haven't been able to reach my music since last Thursday.

Issue you are talking about is here - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640 And here's solution - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640#issuecomment-562376367

But my issue is another.

Squintz82 commented 4 years ago

@Iowerth Yes, thank you!

callmeberzerker commented 4 years ago

@Iowerth yep that does it. Thanks!

johanpza commented 4 years ago

Same here, issue seems to be "API rate limit exceeded for user ID 46**" on: https://update.gpmdp.xyz/update/win/4.6.1/RELEASES?id=GPMDP_3&localVersion=4.6.1&arch=amd64

jostrander commented 4 years ago

Press CTRL ALT G and type DEV_MODE press go, accept, and restart. Open the developer tools (CTRL SHIFT i) and take a screenshot of the console tab. Errors in red are what you are looking for.

Iowerth commented 4 years ago

Press CTRL ALT G and type DEV_MODE press go, accept, and restart. Open the developer tools (CTRL SHIFT i) and take a screenshot of the console tab. Errors in red are what you are looking for.

CTRL ALT G doesn't work.

I've updated my first post: But if I switch to YouTube Music - it works. Then I switch to Google Play Music - and it stucks on rotating circular progressbar again.

dcferreira commented 4 years ago

It's CTRL+SHIFT+G.

Vmastery commented 4 years ago

No errors in console. just 1 warning

Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs

Iowerth commented 4 years ago

First post update

If dev mode enabled then next warning presents: C:\Users\username\AppData\Local\GPMDP_3\app-4.6.1\resources\app.asar\node_modules\react\lib\lowPriorityWarning.js:38 Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs printWarning @ C:\Users\username\AppData\Local\GPMDP_3\app-4.6.1\resources\app.asar\node_modules\react\lib\lowPriorityWarning.js:38 Screenshot of this warning - https://i.imgur.com/jPDj8uo.jpg

jostrander commented 4 years ago

Whoops, wrong short cut. You can also type ope GPMDevTools() in the console and press enter. That should bring up any errors in the web view that might be causing it to fail.

Vmastery commented 4 years ago

Here's result of openGPMDevTools() 3 errors, 5 warnings

http://prntscr.com/qcjrx8

Iowerth commented 4 years ago

Here's result of openGPMDevTools() 3 errors, 5 warnings

http://prntscr.com/qcjrx8

Issue you are talking about is here - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640 And here's solution - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640#issuecomment-562376367

But my issue is another.

jostrander commented 4 years ago

@Iowerth Were you able to run openGPMDevTools() ?

Iowerth commented 4 years ago

@Iowerth Were you able to run openGPMDevTools() ?

How can I run it? I don't know.

jostrander commented 4 years ago

Open the console as instructed above, then type that in and press enter. Another console will open, with hopefully an error message.

Iowerth commented 4 years ago

Open the console as instructed above, then type that in and press enter. Another console will open, with hopefully an error message.

I've pressed CTRL+SHIFT+G and entered openGPMDevTools() and pressed Enter. Nothing happened.

jostrander commented 4 years ago

Any luck with the 4.7.0 RC that was recently posted @Iowerth ?

killwort commented 4 years ago

I'm having the same issue under windows 10. Reproduced in 4.6.1 and 4.7.1. Also reproduced in CI builds. DEV_MODE console shows only one warning. image

UPD: YTM mode works well.

Iowerth commented 4 years ago

Any luck with the 4.7.0 RC that was recently posted @Iowerth ?

Sorry for late answer. Nothing changed even with 4.7.1. Seems developer doesn't read our issues. https://i.imgur.com/7qRJwGR.jpg

Iowerth commented 4 years ago

Solved. Steps: 1. Uninstalling GPMDP. 2. Deleting folders AppData\Roaming\Google Play Music Desktop Player\ and AppData\Local\GPMDP_3\ (this folder has not been deleted after uninstalling GPMDP for unknown reason). 3. Installing 4.7.1.

It is not a solution. See this comment - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3731#issuecomment-573007908

Iowerth commented 4 years ago

This comment - https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3731#issuecomment-572972206 - is not a solution because at the next launch problem appears again. I found how to solve it without deleting folders in AppData and uninstalling GPMDP - need to delete folder __json_store and file Cookies__ in AppData\Roaming\Google Play Music Desktop Player\ but after that it needs to log in to Google account again and to change settings (if necessary) in GPMDP again.

Iowerth commented 4 years ago

@MarshallOfSound could you please help with this issue?