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
{{ message }}
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.
I am using the web sdk in chrome aswell as cordova and in general it works pretty well.
While starting the app there is a random chance (maybe 3%, who knows) that I receive a "Failed to initialize player". If I do a window.location.reload() in the webdev tools the error persists after the reload.
I have to force close the app/tab and restart it in which case the player is always initialized correctly.
Is there a way to receive more debugging information in order to resolve this problem.
For the moment I just have "Failed to initialize player"
The text was updated successfully, but these errors were encountered:
But if someone has an idea I'd appreciate it :-)
It seems to break especially since Chrome Mobile 74.0.3729
My adb log:
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
D/SystemWebChromeClient: http://localhost/main.js: Line 2766 : https://sdk.scdn.co/spotify-player.js loaded
I/chromium: [INFO:CONSOLE(2766)] "https://sdk.scdn.co/spotify-player.js loaded", source: http://localhost/main.js (2766)
D/SystemWebChromeClient: https://sdk.scdn.co/embedded/index.js: Line 9 : It is recommended that a robustness level be specified. Not specifying the robustness level could result in unexpected behavior.
I/chromium: [INFO:CONSOLE(9)] "It is recommended that a robustness level be specified. Not specifying the robustness level could result in unexpected behavior.", source: https://sdk.scdn.co/embedded/index.js (9)
I/OMXClient: IOmx service obtained
I/OMXClient: IOmx service obtained
I/OMXClient: IOmx service obtained
I/OMXClient: IOmx service obtained
W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
I/OMXClient: IOmx service obtained
I/OMXClient: IOmx service obtained
D/SystemWebChromeClient: onPermissionRequest: [android.webkit.resource.PROTECTED_MEDIA_ID]
E/chromium: [ERROR:binder_registry.h(100)] Failed to locate a binder for interface "media.mojom.MediaDrmStorage".
E/chromium: [ERROR:android_cdm_factory.cc(111)] Cannot fetch origin ID
This is a question not a bug report.
I am using the web sdk in chrome aswell as cordova and in general it works pretty well.
While starting the app there is a random chance (maybe 3%, who knows) that I receive a
"Failed to initialize player"
. If I do awindow.location.reload()
in the webdev tools the error persists after the reload.I have to force close the app/tab and restart it in which case the player is always initialized correctly.
Is there a way to receive more debugging information in order to resolve this problem.
For the moment I just have
"Failed to initialize player"
The text was updated successfully, but these errors were encountered: