Skip to content
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

LyricNotificationListener.java line 185 #298

Closed
itachi1706 opened this issue May 15, 2019 · 2 comments
Closed

LyricNotificationListener.java line 185 #298

itachi1706 opened this issue May 15, 2019 · 2 comments
Assignees

Comments

@itachi1706
Copy link
Owner

in com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.saveImageTmpAndGetUri

  • Number of crashes: 1
  • Impacted devices: 1

There's a lot more information about this crash on crashlytics.com:
https://fabric.io/itachi1706s-projects/android/apps/com.itachi1706.cheesecakeutilities/issues/5cdbab72f8b88c2963f3f982?utm_medium=service_hooks-github&utm_source=issue_impact

@itachi1706
Copy link
Owner Author

Fatal Exception: java.lang.IllegalArgumentException: Failed to find configured root that contains /storage/emulated/0/Android/data/com.itachi1706.cheesecakeutilities/cache/images_cache/albumart.png
       at androidx.core.content.FileProvider$SimplePathStrategy.getUriForFile(FileProvider.java:744)
       at androidx.core.content.FileProvider.getUriForFile(FileProvider.java:418)
       at com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.saveImageTmpAndGetUri(LyricNotificationListener.java:185)
       at com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.sendBroadcastData(LyricNotificationListener.java:163)
       at com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.updateData(LyricNotificationListener.java:96)
       at com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.processController(LyricNotificationListener.java:85)
       at com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.scanForControllers(LyricNotificationListener.java:65)
       at com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.processNotification(LyricNotificationListener.java:143)
       at com.itachi1706.cheesecakeutilities.Modules.LyricFinder.LyricNotificationListener.onNotificationPosted(LyricNotificationListener.java:126)
       at android.service.notification.NotificationListenerService.onNotificationPosted(NotificationListenerService.java:317)
       at android.service.notification.NotificationListenerService$MyHandler.handleMessage(NotificationListenerService.java:1826)
       at android.os.Handler.dispatchMessage(Handler.java:105)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6759)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:770)

@itachi1706
Copy link
Owner Author

Probably caused by me updating the manifest fileprovider authority but not updating it in code. Whoops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant