Error 504 when get image
See original GitHub issueCouldn’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:
- Created 5 years ago
- Reactions:30
- Comments:23
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Uninstalling the app and installing it again, is crazy but works!