Replies: 1 comment
-
No, i was calling getTrack() in my playback service, before there were tracks meaning it was undefined, warning, check this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im getting this error when calling TrackPlayer.setupPlayer() on android, everything works just fine and dandy on iOS. We are only calling setupPlayer() once as per the docs. I commented out all my getTrack() code to try and find the source, it's simply when i call await TrackPlayer.setupPlayer() the error occurs.
java.lang.Double.dobuleValue on a null object reference (constructing arguments for TrackPlayerModule.getTrack at argument index 0)
Running on expo 51 and RN 74.2. Any clues on where to start to debug this?
Beta Was this translation helpful? Give feedback.
All reactions