question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi,

When I perform a GET on this URL : “https://hopteam.hop.fr” using 4.3.1 version, it works fine (response is 200)

If I do the same GET with 4.4.0, responses is 404

Here is my code request = new Request.Builder() .url(url_hopteam) .build(); response = client.newCall(request).execute();

The client is client = new OkHttpClient.Builder() .connectTimeout(28, TimeUnit.SECONDS) .writeTimeout(20, TimeUnit.SECONDS) .readTimeout(28, TimeUnit.SECONDS) .addNetworkInterceptor(new LoggingInterceptor()) .cookieJar(cookieJar) .connectionSpecs(Arrays.asList(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS)) .build();

In my app build.gradle, I have implementation 'com.squareup.okhttp3:okhttp:4.4.0'

In the project build.gradle, I have classpath 'com.android.tools.build:gradle:3.5.2'

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
MS893commented, Mar 8, 2020

You are the best team ! Thank you, I’m happy if I was useful.

1reaction
yschimkecommented, Mar 8, 2020

@MS893 Thanks for the detailed bug report!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug Fix List - 4.4.0 Release - Octave
The following bugs must be fixed prior to the next release. See also the 4.4.0 Release Checklist . Sign up for a bug...
Read more >
Bug in 4.4.0: Double Tap to lock screen does not work anymore
After updating to 4.4.0, the double tap to lock/turn off the screen has no effect anymore. Pixel 6. I checked it the settings....
Read more >
4.4.0 Bugs Fixed (SICStus Prolog Release Notes)
Efficiency bug in append(L1,L2,L3) if called with L1 not a proper list. Reading a term could crash under low memory conditions. Multiple problems...
Read more >
QA/BugHuntingSession/4.4.0.0 - The Document Foundation Wiki
On the 21st, 22nd and 23rd of November we will have an international bug-hunting session, testing the first beta for LibreOffice 4.4.0.
Read more >
Dataweave transformation fails in Mule runtime 4.4.0 with ...
This is caused by a bug, present Dataweave 2.4.0 (the version that Mule Runtime 4.4.0 uses). SOLUTION. Please update your Mule Runtime version ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found