-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Android] Net module - only supports success calls? #44
Comments
Please provide a sample I can run |
I created a new project to test: motion create --template=flow HelloFlowSample main_activity.rb
Crash/error:
|
hey @jjaffeux, did you reproduce the crash? I would try to debug the Java files....can you help me with that? thanks |
@jjaffeux can you help me to start on debug and fix this error on Flow/Net? Which file should be looking? android/request.rb(https://github.com/HipByte/Flow/blob/master/flow/net/android/request.rb)? Thanks! |
@jjaffeux please check the pull request that I created when you have a chance! Thanks! |
When my api returns any status code different from 200, I get this error/crash:
My call:
I try to add a begin/rescue blocks, but it didnt work.
The text was updated successfully, but these errors were encountered: