LivingWithHippos / unchained-android

App to interact with real-debrid API
GNU General Public License v3.0
404 stars 50 forks source link

Fatal application crash #332

Closed andronedev closed 11 months ago

andronedev commented 11 months ago

Describe the bug the application crashes completely when clicking to see more information on a torrent

To Reproduce Steps to reproduce the behavior:

  1. Go to torrents tabs
  2. Click on a torrent
  3. App crash completely

Screenshots nothing to see because the application closes completely lol

Smartphone (please complete the following information):

Additional context

Logs :

FATAL EXCEPTION: main
Process: com.github.livingwithhippos.unchained, PID: 19866
android.content.res.Resources$NotFoundException: Plural resource ID #0x7f120004 quantity=3 item=other
    at android.content.res.ResourcesImpl.getQuantityText(ResourcesImpl.java:348)
    at android.content.res.Resources.getQuantityText(Resources.java:547)
    at android.content.res.Resources.getQuantityString(Resources.java:623)
    at v3.d0.p0(SourceFile:334)
    at androidx.databinding.e.q0(SourceFile:19)
    at androidx.activity.j.b(SourceFile:56)
    at androidx.activity.j.run(SourceFile:511)
    at androidx.databinding.d.doFrame(SourceFile:501)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1384)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1394)
    at android.view.Choreographer.doCallbacks(Choreographer.java:1013)
    at android.view.Choreographer.doFrame(Choreographer.java:904)
    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1366)
    at android.os.Handler.handleCallback(Handler.java:942)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:211)
    at android.os.Looper.loop(Looper.java:300)
    at android.app.ActivityThread.main(ActivityThread.java:8232)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
LivingWithHippos commented 11 months ago

Hey thanks for the detailed report, I already have an idea of what the issue is

LivingWithHippos commented 11 months ago

Can you test this apk? (you'll need to unzip it first)

com.github.livingwithhippos.unchained.debug-v1.zip

andronedev commented 11 months ago

Sorry I didn't reply before, it seems to work fine 👍 thanks!