-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
FlurlHttpException with Xamarin Forms 4 and VS 2019 #453
Comments
I'm having a similar issue but with the FFImageLoading library. It appeared after I updated my Visual Studio for Mac to the newest version (8.1 build 2472). Running the same project with a lower version of Visual Studio for Mac doesn't have any problems. So maybe this issue actually is not related to Flurl at all. Exception: |
I'll probably need help investigating this one. My dev environment isn't well equipped to repro, and I've honestly never done any Xamarin dev. Somebody here mentioned he's been able to isolate it a bit. If anyone can post some minimal code to repro with just Flurl, that might be a good start. There's a lot of moving parts here, and it should be noted that Flurl delegates calls to |
I don't have time at this moment to get a reproduction of the issue created, but if one hasn't been created when I get the time to do so(probably a week from now). I will create one. Thanks for your response, and from the sound of things I have a feeling we will be creating an issue on the Xamarin.Android repository to actually get this issue resolved. |
I don't think this issue is related to Flurl. I get the same issue with ModernHttpClient after updating VSfMac to 8.1 |
I don't know if this is the same issue, but someone here reported they were able to get past a similar error by upgrading to modernhttpclient-updated. Could someone give that a try and report back on whether it fixes this? |
@tmenier it helped me definitely. But be careful when you remove an old version of modernhttpclient you have to be sure that you have removed all references. For example OkHttp.dll reference was not removed from csproj automatically and I got an error because of it. |
Works for me. Thank you. |
Also worked on my side, tks ! |
Looks like this is effectively resolved and I forgot to close it :) |
Please provide a complete description of the bug and a code sample (or better yet, a unit test) that reproduces it.
Hi,
Some users have reported a FlurlException with XF 4 and VS 2019.
Exception is : Java.Lang.ClassNotFoundException: Didn't find class "md53445bfa005abb70b0a2fcd6c25bc64be.AwaitableOkHttp_OkTaskCallback" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file
When trying the same project with VS 2017, no error is thrown.
You can have a look to the same exception here : https://support.aspnetzero.com/QA/Questions/7132
The text was updated successfully, but these errors were encountered: