Skip to main content
0 votes
0 answers
122 views

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 ...
Izy's user avatar
  • 11
0 votes
0 answers
133 views

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 ...
MyLegend2020 Wilson's user avatar
1 vote
1 answer
668 views

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....
Ryabchenko Alexander's user avatar
0 votes
1 answer
1k views

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 ...
Je Souza's user avatar
0 votes
1 answer
1k views

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) ...
Manisha's user avatar
  • 23
2 votes
1 answer
652 views

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 ...
Jerald Baker's user avatar
  • 1,481
2 votes
2 answers
7k views

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 ...
vishalaksh's user avatar
  • 2,174
1 vote
1 answer
593 views

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 ...
user avatar
-1 votes
1 answer
83 views

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://...
Casey Harrils's user avatar
0 votes
0 answers
131 views

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:...
jia chen's user avatar
1 vote
1 answer
274 views

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 ...
AlexioVay's user avatar
  • 4,546
0 votes
1 answer
2k views

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 ...
user avatar
0 votes
0 answers
131 views

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 ...
Gouvi's user avatar
  • 61
1 vote
2 answers
2k views

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&...
Piya's user avatar
  • 1,144
-1 votes
1 answer
504 views

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); ...
vini's user avatar
  • 4,732

15 30 50 per page