Coder Social home page Coder Social logo

Comments (22)

marcossmtp avatar marcossmtp commented on May 28, 2024 1

I have the same issue for android 9

@OmarSaidIbrahim @marcossmtp @1mike10, Can you check if this issue is still active in the latest version?

In my case is solved.
Thanks

from musify.

OmarSaidIbrahim avatar OmarSaidIbrahim commented on May 28, 2024 1

Fixed for mee to, thank you so much

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

@1mike10 It doesn't crash on Android 11-12-13. so I need logs to see what's happening in Android 8 case.

from musify.

1mike10 avatar 1mike10 commented on May 28, 2024

@1mike10 It doesn't crash on Android 11-12-13. so I need logs to see what's happening in Android 8 case.

@gokadzev How do i send logs

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

@1mike10 It doesn't crash on Android 11-12-13. so I need logs to see what's happening in Android 8 case.

@gokadzev How do i send logs

It's possible with adb if you have pc or using rooted device. (details here: #170 (comment))

from musify.

1mike10 avatar 1mike10 commented on May 28, 2024

@gokadzev "6. Send txt file to dev." where is dev

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

@gokadzev "6. Send txt file to dev." where is dev

I'm the dev 😄 you can send the file here

from musify.

1mike10 avatar 1mike10 commented on May 28, 2024

Ok i will send it later.
And im sorry i mismatched I have android 9 but Samsung note 8😅

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

Ok i will send it later. And im sorry i mismatched I have android 9 but Samsung note 8sweat_smile

It's okay, as soon as i get logs, I try to find out what's the problem :)

from musify.

1mike10 avatar 1mike10 commented on May 28, 2024

logs.txt

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

Will you be able to do the same but with provided debug apk? I checked these logs and I think because of release/production build, it doesn't show exact problem.

from musify.

1mike10 avatar 1mike10 commented on May 28, 2024

How

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

How

Download this build, and take logs again using this build (Don't forget to uninstall current installed build): https://github.com/gokadzev/Musify/releases/download/5.4.0/Musify-debug.apk

from musify.

1mike10 avatar 1mike10 commented on May 28, 2024

sorry for the long wait time
logs1.txt

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

sorry for the long wait time logs1.txt

I will review these logs anyway, but it shows the F-Droid version in the logs. However, I provided you with the normal (GitHub) version of the debug APK earlier. Are you sure you took the logs from the correct APK file?

from musify.

1mike10 avatar 1mike10 commented on May 28, 2024

Yea

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

Okay, I think I found something, It's about one of the app packages (I will note it here):

5:20:19.489 28811 28811 E AndroidRuntime: FATAL EXCEPTION: main
06-28 15:20:19.489 28811 28811 E AndroidRuntime: Process: com.gokadzev.musify, PID: 28811
06-28 15:20:19.489 28811 28811 E AndroidRuntime: kotlin.UninitializedPropertyAccessException: lateinit property query has not been initialized
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at com.lucasjosino.on_audio_query.methods.queries.ArtworkQuery$queryArtwork$1.invokeSuspend(ArtworkQuery.kt:113)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:873)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:214)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7073)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
06-28 15:20:19.489 28811 28811 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:965)

from musify.

marcossmtp avatar marcossmtp commented on May 28, 2024

It's the same for me with a samsung s7 with android 8. It crash with local.
Could I propose something?
It's not possible to add a section where the user can create his playlists?

from musify.

OmarSaidIbrahim avatar OmarSaidIbrahim commented on May 28, 2024

I have the same issue for android 9

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

I have the same issue for android 9

@OmarSaidIbrahim @marcossmtp @1mike10, Can you check if this issue is still active in the latest version?

from musify.

OmarSaidIbrahim avatar OmarSaidIbrahim commented on May 28, 2024

Am I able to see the fix if I download it from izzyOnDroid ? @gokadzev

from musify.

gokadzev avatar gokadzev commented on May 28, 2024

Am I able to see the fix if I download it from izzyOnDroid ?

Yes

from musify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.