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.

Error 504 when get image

See original GitHub issue

Couldn’t get picture from pixabay.com.

Picasso.get().load("https://cdn.pixabay.com/photo/2018/05/03/00/54/blue-butterfly-flower-3370200_150.jpg").into(view);

This code returned error HTTP 504.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:30
  • Comments:23

github_iconTop GitHub Comments

18reactions
igaryhecommented, May 16, 2019

This is due to some network security mechanism in Android Pie. Found a solution here: https://stackoverflow.com/questions/51902629/how-to-allow-all-network-connection-types-http-and-https-in-android-9-pie

16reactions
andreycattalincommented, May 4, 2020

Uninstalling the app and installing it again, is crazy but works!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the 504 Gateway Timeout Error on Your Site - Kinsta
The 504 (Gateway Timeout) status code indicates that the server, while acting as a gateway or proxy, did not receive a timely response...
Read more >
504 Gateway Timeout - HTTP - MDN Web Docs
... 504 Gateway Timeout server error response code indicates that the server, while acting as a gateway or proxy, did not get a...
Read more >
How to Fix 504 Gateway Timeout Errors - Business Insider
A 504 gateway timeout error is an error that arises when a website server times out trying to contact another server.
Read more >
Here's how to fix a 504 Gateway Timeout error - Lifewire
The 504 Gateway Timeout error is an HTTP status code that means that one server didn't receive a timely response from another server...
Read more >
python - HTTP 504 when processing uploaded zip of images
Long tasks such as this processing take too much time, and your client and/or your proxy will timeout - which is the 504...
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