21 questions
0 votes
0 answers
122 views
I'm getting "502 Bad Gateway" and "Subgraph not found" errors when deploying to The Graph Studio
I'm trying to deploy my subgraph to The Graph Studio using the following command: graph deploy my-subgraph-name I tried many time but still I'm getting this message: Failed to deploy to Graph node ...
0 votes
0 answers
133 views
Internal Server Error 505: Flutter app is not responding to back end api
I need some help, i have back end file and using localhost to develop mobile app on flutter. The problem now when debugging the code, i get internal server error 505 from the back end. Let me share ...
1 vote
1 answer
668 views
datahub 505 HTTP Version Not Supported
I have started datahub with steps from https://datahubproject.io/docs/quickstart and then add nginx with conf upstream datahub-front { server localhost:9002; } server { server_name datahub....
0 votes
1 answer
1k views
Internal Server Error after install 2.3.6 problem apache
I need help with the installation of Magento 2.3.6 this is returning an error in apache: core: alert] [pid 23385] [client 179.232.122.240:2423] .htaccess: Invalid comid command 'SetEnv', perhaps ...
0 votes
1 answer
1k views
Unable to post data to my API from a react form
I want to post data to my API from this form. But unfortunately, there is a Server error. Could anybody tell what exactly is the problem? (I observed that the id is not being generated for the object) ...
2 votes
1 answer
652 views
Tomcat returns 505 for request URI with spaces
I'm using embedded Tomcat 9.0.13 in my springboot2 app sitting behind a nginx reverse proxy. When I send a request with space, it returns 505. The request isn't even passed into the servlet so I am ...
2 votes
2 answers
7k views
Getting 505 HTTP Version Not Supported on HTTPS but not on HTTP
I am trying to call a GET api with a parameter which has space in it: https://abc.xyz/search/web/buildings/search/v2/city/new%20york The endpoint hits load balancer (nginx) which redirects the ...
1 vote
1 answer
593 views
How to use Javascript to reload requested page from custom 505 error?
I've created a custom 505 error page for my site (as the default one that shows up is pretty nasty on the eyes). Everything is as it should be but I'm unsure about my usage of JS, I am trying to link ...
-1 votes
1 answer
83 views
which version of gsoap is the most stable under ubuntu 16.04?
I have been using the GSoap API and have different responses based on OS + GSoap combination. For GSoap gsoap_2.8.26, I run a developed Stand Alone GSoap Server and get the following when I do :http://...
0 votes
0 answers
131 views
An error occurred (505) when calling the CreateHITWithHITType operation: HTTP Version Not Support
I'm using boto3 to create hit on mturk and I'm using my customized Hit type. The problem is that sometimes the hit could be create successfully but most of the time it failed with the following error:...
1 vote
1 answer
274 views
Rewrite everything to index.php?
This is a quick question. How do I change the .htaccess file to rewrite everything to redirect it to the index.php file? When I'm removing the line of RewriteCond I'll get an 505 Internal Server ...
0 votes
1 answer
2k views
Getting 505 HTTP Error in python django
I'm trying to access an api by using urllib2 package. When I run my code, getting an error showing as HTTP Error 505: HTTP Version Not Supported. What should I do? I'm adding the essential parts of ...
0 votes
0 answers
131 views
WAMP Wordpress 505 Internal Server Error
Spent way to long on this and am just running in circles. Probably just a basic stuff up but it's doing my head in. I'm developing a Wordpress site with a custom theme. The assets contained within ...
1 vote
2 answers
2k views
cURL request giving me 505 http code.What to do
I was not getting the xml response which I was supposed to get when I excecuted the curl. But when curl getinfo, I'm getting the response code 505. $url='http://test/paynetz/epi/fts?login=160&...
-1 votes
1 answer
504 views
Yahoo api call returns 505 error
var value = 'New Delhi, India'; $yql_query_url = 'http://query.yahooapis.com/v1/public/yql?q=select * from geo.places where text='.value.'&format=json'; $ch = curl_init($yql_query_url); ...