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

Crash when opening downloaded podcasts #1381

Closed
connyduck opened this issue Feb 1, 2024 · 0 comments · Fixed by #1393
Closed

Crash when opening downloaded podcasts #1381

connyduck opened this issue Feb 1, 2024 · 0 comments · Fixed by #1393
Assignees

Comments

@connyduck
Copy link
Contributor

connyduck commented Feb 1, 2024

Steps to reproduce:

  • Open "Downloaded Podcasts" from the side menu
  • App crashes

Specifications:

  • Android 13 / Api 33
  • devDebug variant built from master ab32d65

Stacktrace:

java.lang.RuntimeException: An error occurred while executing doInBackground()
	at android.os.AsyncTask$4.done(AsyncTask.java:415)
	at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:381)
	at java.util.concurrent.FutureTask.setException(FutureTask.java:250)
	at java.util.concurrent.FutureTask.run(FutureTask.java:269)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
	at java.lang.Thread.run(Thread.java:1012)
Caused by: java.lang.NoSuchMethodError: No interface method toList()Ljava/util/List; in class Ljava/util/stream/Stream; or its super classes (declaration of 'java.util.stream.Stream' appears in /apex/com.android.art/javalib/core-oj.jar)
	at de.luhmer.owncloudnewsreader.NewsReaderDetailFragment$UpdateCurrentRssViewTask.doInBackground(NewsReaderDetailFragment.java:542)
	at de.luhmer.owncloudnewsreader.NewsReaderDetailFragment$UpdateCurrentRssViewTask.doInBackground(NewsReaderDetailFragment.java:497)
	at android.os.AsyncTask$3.call(AsyncTask.java:394)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) 
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) 
	at java.lang.Thread.run(Thread.java:1012) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants