-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
invalid service notification error while uploading image #85
Comments
Hi @vipul1905, |
closing due to inactivity |
Reproduce via this demo application on API levels 26 and 27 Steps to reproduce:
|
I too am having this issue after upgrading to API 27. Any resolution yet? |
for now i just do this on the request object and things are working again
|
This is still the case with version 3.2.1 when using
As far as I can see, this library in its newest version ALWAYS needs a notificationConfig, otherwise it will throw this exception. We will stay on version 3.2.0 with notifications disabled, as this seems to be the only working way on Android Oreo. |
@mariuspruski Please can you be more specific about how to resolve this issue |
@b0uda , I resolved this by upgrading to the latest version. This issue should be fixed. Make sure to remove the |
@mariuspruski thx for your quick reply , updated all modules and still have the same error |
I am trying to single image. But I get the following error
This is the upload function:
the entity path is " /data/user/0/org.testApp.testApp/cache/savedImage1510757546373.jpg". I tried to save the image to the temp folder of the emulator and find the file and upload to the server.
Could anyone tell me what is missing? and what this error means? Any help would be much appreciated. Thanks.
The text was updated successfully, but these errors were encountered: