We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey just want to inform you guys that Disney+ is giving a code 83 unless you specifically set the user agent to Chrome
Here is my application log https://gitlab.com/disneyplusdesktop
npm start > DisneyPlus@1.0.3 start > electron . components ready: { oimompecagnajdejgnnjijobebaeigek: { name: 'Widevine Content Decryption Module', status: 'new', version: '4.10.2449.0' } } [48093:1117/180659.301275:ERROR:indexed_db_factory_impl.cc(924)] IndexedDB backing store had unknown schema, treating it as failure to open. [48093:1117/180659.301315:ERROR:indexed_db_factory_impl.cc(713)] Got corruption for { origin: https://www.disneyplus.com, top-level site: https://disneyplus.com, nonce: <null> }, Unknown corruption [48093:1117/180659.302870:ERROR:indexed_db_factory_impl.cc(847)] IndexedDB recovering from a corrupted (and deleted) database.
After I set the chrome user agent the DRM video works and I do not get those IndexedDB errors messages in the electron log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey just want to inform you guys that Disney+ is giving a code 83 unless you specifically set the user agent to Chrome
Here is my application log
https://gitlab.com/disneyplusdesktop
After I set the chrome user agent the DRM video works and I do not get those IndexedDB errors messages in the electron log
The text was updated successfully, but these errors were encountered: