nwjs/nw.js

Youtube Music Premium Bug

jerryoldson opened this issue · 3 comments

Issue Type

  • Bug Report

  • Feature Request

  • Successfully reproduced against the latest version of NW.js?

Current Behavior

If you open a new window at the Youtube Music website (https://music.youtube.com/), and sign in with a premium account, the music wont play. The weird thing is that it works good with a non-premium account.

Additional Info:

There's no console error in nowhere.

  • Operating System: Windows 11
  • NW.js Version: 0.88
  • Code snippet:

main.js

nw.Window.open('https://music.youtube.com/', {}, function (win) {})

package.json

{
  "name": "test",
  "main": "./src/main.js"
}

https://nwjs.readthedocs.io/en/latest/References/App/#appenablecomponentcomponent-callback @jerryoldson Have you tried enabling the WIDEVINE component before playing?

Thanks for your response. I can't reproduce it as I don't have YT Premium anymore. However, answering your question, no, I didn't tried to enable WIDEVINE before playing