fast4x / RiMusic

A multilingual Android application for streaming music from YouTube Music.
https://rimusic.xyz
GNU General Public License v3.0
1.99k stars 100 forks source link

Unexpected closures still unresolved #3386

Open XGhostRX opened 3 weeks ago

XGhostRX commented 3 weeks ago

Steps to reproduce the bug

When trying to listen to local music

Expected behavior

Normal playback

Actual behavior

Same old closures

Screenshots/Screen recordings

https://github.com/user-attachments/assets/6ec4efad-1171-4a59-95f5-d05ff05fdb20

Logs

2024-08-27T13:46:16.612: java.lang.NullPointerException P6.o.u(SourceFile:966) P6.o.k(SourceFile:13) C7.O.a(SourceFile:73) C7.h.a(SourceFile:18) C7.H.u(SourceFile:51) g7.a.i(SourceFile:9) z7.J.run(SourceFile:113) A7.d.run(SourceFile:229) G7.k.run(SourceFile:3) G7.a.run(SourceFile:96)

RiMusic version

0.6.49.1

Android version

Android 10

Additional information

Another update that didn't fix this issue

twistios commented 3 weeks ago

Did you get an output in the crash log? See this for how to get the crash log.

XGhostRX commented 3 weeks ago

Did you get an output in the crash log? See this for how to get the crash log.

log.txt

twistios commented 3 weeks ago
This is the error stack trace

```` java.lang.NullPointerException P6.o.u(SourceFile:966) P6.o.k(SourceFile:13) C7.O.a(SourceFile:73) C7.h.a(SourceFile:18) C7.H.u(SourceFile:51) g7.a.i(SourceFile:9) z7.J.run(SourceFile:113) A7.d.run(SourceFile:229) G7.k.run(SourceFile:3) G7.a.run(SourceFile:96) ````

I am also adding this so that it can be seen easily.

twistios commented 3 weeks ago

@XGhostRX I already posted this. You can expand my comment via the small triangle.

XGhostRX commented 3 weeks ago

Este es el seguimiento de la pila de errores

java.lang.NullPointerException
   P6.o.u(SourceFile:966) 
   P6.o.k(SourceFile:13) 
   C7.O.a(SourceFile:73) 
   C7.h.a(SourceFile:18) 
   C7.H.u(SourceFile:51) 
   g7.a.i(SourceFile:9) 
   z7.J.run(SourceFile:113) 
   A7.d.run(SourceFile:229) 
   G7.k.run(SourceFile:3) 
   G7.a.run(SourceFile:96) 

También agrego esto para que se pueda ver fácilmente.

I see that so far there is no solution to the unexpected closures :/