-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I click download button the app closes #1
Comments
Hi, I myself am not using the app anymore. I have been working as a contributor to [https://github.com/uditkarode/AbleMusicPlayer]. Its more updated and has cleaner and better code. But I'll look into this on weekend and hopefully fix it. |
Okey thank you so much |
Seems to be an issue in the https://github.com/kotvertolet/youtube-jextractor library that's being used to get downloadable links. I have opened an issue there. Let's wait for him to resolve it. |
Ok, if there are any updates please let me know by replying to this post. |
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.nemocorp.nemoplayer, PID: 11671 java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference at com.nemocorp.nemoplayer.Ytsearch.download(Ytsearch.java:222) at com.nemocorp.nemoplayer.ScrapAsync.onPostExecute(Ytsearch.java:536) at com.nemocorp.nemoplayer.ScrapAsync.onPostExecute(Ytsearch.java:423) at android.os.AsyncTask.finish(AsyncTask.java:695) at android.os.AsyncTask.-wrap1(Unknown Source:0) at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:712) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:6977) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:528) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:910)
The text was updated successfully, but these errors were encountered: