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

iTunes search: IllegalStateException #1747

Closed
mfietz opened this issue Mar 7, 2016 · 0 comments
Closed

iTunes search: IllegalStateException #1747

mfietz opened this issue Mar 7, 2016 · 0 comments
Assignees
Labels
Type: Confirmed bug Bugs confirmed by a lead developer

Comments

@mfietz
Copy link
Contributor

mfietz commented Mar 7, 2016

Android version: 4.4.2
AntennaPod version: 1.5.1.1

java.lang.IllegalStateException: Fatal Exception thrown on Scheduler.Worker thread.
    at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:62)
    at android.os.Handler.handleCallback(Handler.java:808)
     ...
Caused by: rx.exceptions.OnErrorFailedException: Error occurred when trying to propagate error to Observer.onError
    at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:2194)
    at rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:146)
    at rx.internal.operators.OperatorObserveOn$ObserveOnSubscriber.pollQueue(OperatorObserveOn.java:202)
    at rx.internal.operators.OperatorObserveOn$ObserveOnSubscriber$2.call(OperatorObserveOn.java:162)
    at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
    ... 9 more
Caused by: rx.exceptions.CompositeException: 2 exceptions occurred. 
    ... 14 more
Caused by: rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received =>
    at de.danoeh.antennapod.CrashReportWriter.uncaughtException(CrashReportWriter.java:44)
    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
    ...
Caused by: java.lang.NullPointerException
    at android.content.ComponentName.<init>(ComponentName.java:77)
    at android.content.Intent.<init>(Intent.java:4074)
    at de.danoeh.antennapod.fragment.ItunesSearchFragment.access$lambda$10(ItunesSearchFragment.java:13154)
    at de.danoeh.antennapod.fragment.ItunesSearchFragment$$Lambda$11.call(Unknown Source)
    at rx.Observable$28.onNext(Observable.java:7976)
    ...
Caused by: java.lang.IllegalStateException: Fragment ItunesSearchFragment{42d54ca0} not attached to Activity
    at android.support.v4.app.Fragment.getResources(Fragment.java:636)
    at android.support.v4.app.Fragment.getString(Fragment.java:658)
    at de.danoeh.antennapod.fragment.ItunesSearchFragment.access$lambda$11(ItunesSearchFragment.java:13162)
    at de.danoeh.antennapod.fragment.ItunesSearchFragment$$Lambda$12.call(Unknown Source)
    at rx.Observable$28.onError(Observable.java:7971)
    at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:2159)
    at rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:146)
    ... 12 more
@mfietz mfietz added the Type: Confirmed bug Bugs confirmed by a lead developer label Mar 7, 2016
@mfietz mfietz self-assigned this Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Confirmed bug Bugs confirmed by a lead developer
Projects
None yet
Development

No branches or pull requests

1 participant