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
I think this issue is not device/OS version specific.
Reproducible in the demo app?
Not tested
Reproduction steps
Sorry, I haven't reproduced this issue myself.
My app (Music Visualizer) controls another music app(s) via MediaContoller of media3.
All affected users are using the "Snoop" mode of the app (in order to control and visualize the sound of other music apps).
At least, I did not see the same issue with the previous version of the app that is using media3 v1.0.0-beta03. All crash reports are only for media3 v1.0.0.
Expected result
No app crashing occurs inside the QueueTimeline#create() method.
Actual result
These are example stack traces reported on Crashlytics:
NOTE-1: I am using a slightly modified version of media3 v1.0.0 which is added some debug logging code. Line numbers are not identical to the original v1.0.0.
NOTE-2: I am using a newer version of the guava library (v31.1-android)
Galaxy S21 FE 5G + Android 13 + com.google.android.apps.youtube.music
MediaItems are not meant to be unique in a playlist. If a legacy
session publishes multiple items that get converted to equal MediaItems,
the current code fails because we look up queue ids in a Map (that
doesn't allow duplicate entries).
Fix this by storing a simple list of items with additional data.
#minor-release
Issue: #290
PiperOrigin-RevId: 521993802
MediaItems are not meant to be unique in a playlist. If a legacy
session publishes multiple items that get converted to equal MediaItems,
the current code fails because we look up queue ids in a Map (that
doesn't allow duplicate entries).
Fix this by storing a simple list of items with additional data.
Issue: #290
PiperOrigin-RevId: 521993802
(cherry picked from commit 219967c)
Media3 Version
Media3 1.0.0
Devices that reproduce the issue
Devices that do not reproduce the issue
I think this issue is not device/OS version specific.
Reproducible in the demo app?
Not tested
Reproduction steps
Sorry, I haven't reproduced this issue myself.
MediaContoller
of media3.Expected result
No app crashing occurs inside the
QueueTimeline#create()
method.Actual result
These are example stack traces reported on Crashlytics:
NOTE-1: I am using a slightly modified version of media3 v1.0.0 which is added some debug logging code. Line numbers are not identical to the original v1.0.0.
NOTE-2: I am using a newer version of the guava library (v31.1-android)
Galaxy S21 FE 5G + Android 13 + com.google.android.apps.youtube.music
Model:Galaxy A20 + Android 11 + com.spotify.music
Media
Not applicable
Bug Report
adb bugreport
to dev.exoplayer@gmail.com after filing this issue.The text was updated successfully, but these errors were encountered: