-
Notifications
You must be signed in to change notification settings - Fork 195
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
Fatal Exception: io.reactivex.exceptions.UndeliverableException: java.io.IOException: Operation not permitted #63
Comments
Also, I was wondering if Completable isn't a better choice for the initialization process? |
you sure this is not a permissions issue? wrt Completable (the init method also needs to emit the result, which is why i chose a regular Observable. Completable doesn't emit an onNext result. (also please open a different issue for this, if you want follow up questions) ✌️ |
Same here:
I call it in The Google Play Console is full of crashes like this
I did not get any error reports from my users that the app is really crashing, but this is really really strange... Would that help? |
I think you should really use this one: |
I am also running into this issue. And it has a lot of reports from Crashlytics. But somehow I could not manage to reproduce it on my own device. |
Same problem in my App.
|
Hello, has anyone found a solution to this issue? Same problem here:
|
dang @AndrewBedscastle ! that's a good catch. 🤔 i'm really tempted to use the new RxJava
🤔 after thinking about this a little more, my current thinking: Having seen how the api changes progress with Rx, i'm inclined to actually start using this. If for some reason, this api is removed or modified, we can go back to manually checking if stay tuned for a PR that should help with this |
jk, there's already a PR #70 that @AndrewBedscastle has up |
|
@kaushikgopal when will 3.4 be released? Will this fix be included?
|
@yarkh 3.4 is released! |
I am getting error in my production app
Dependency
Implementation
used a specific ip address as Help me here. |
I am seeing the same error on crashlytics for around 20% of my users. I am using |
Recently I started receiving the following crash:
I've recently updated the initialization to TrueTimeRx. Before this, I haven't received any crashes.
Can you help me solve this?
This is my initialization:
Method which I call in
onCreate()
method of my project Application class.The text was updated successfully, but these errors were encountered: