Open Iowerth opened 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.
Same here on MacOS Mojave 10.14.6.
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.
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.
@Iowerth Yes, thank you!
@Iowerth yep that does it. Thanks!
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
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.
Press
CTRL
ALT
G
and typeDEV_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.
It's CTRL+SHIFT+G.
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
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
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.
Here's result of openGPMDevTools() 3 errors, 5 warnings
Here's result of openGPMDevTools() 3 errors, 5 warnings
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.
@Iowerth Were you able to run openGPMDevTools()
?
@Iowerth Were you able to run
openGPMDevTools()
?
How can I run it? I don't know.
Open the console as instructed above, then type that in and press enter. Another console will open, with hopefully an error message.
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.
Any luck with the 4.7.0 RC that was recently posted @Iowerth ?
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.
UPD: YTM mode works well.
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
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
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.
@MarshallOfSound could you please help with this issue?
Hi. I faced with error described in https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640. I tried two variants:
index.js
(https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640#issuecomment-543863416)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.jpgUPD3: 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