Questions tagged [no-response]

55 questions
1
vote
0 answers

NSURLSessionDataTask returning nil value after getting response

I created this api endpoint that sends back data about a person, and I'm trying to reach that endpoint from my app. I was able to connect to the endpoint but after calling that method it returns nil. I've attempted to use a block statement to…
1
vote
4 answers

PHP No response Issue

I have this piece of code I'm trying to get to display but no matter how I do it I just don't get any response or error whatsoever.
Tsundoku
  • 9,104
  • 29
  • 93
  • 127
1
vote
1 answer

GET request 200 OK but 'failed to load response data' for links

I made a personal website (http://www.soyoungpark.online) using domain bought from GoDaddy and hosted on AWS s3. I set up everything and thought things were working until I put a simple link to my linkedin profile. When I check the network panel, I…
1
vote
1 answer

Golang: How to terminate/abort/cancel inbound http request without response?

From server side I need to terminate/abort request without any response to client like nginx's 444. From client side it should look like connection reset by peer.
Oleg Neumyvakin
  • 9,706
  • 3
  • 58
  • 62
1
vote
1 answer

WCF service no response when nested model has values

I'm experiencing a weird problem with one of methods of my wcf service. I have a generic response model, which is working fine for all other services. but for one case, it has a problem. My model is something like: public class ResponseModel { …
Zeeshan
  • 2,884
  • 3
  • 28
  • 47
1
vote
1 answer

NetworkManager: error while loading shared libraries: libsoup-2.4.so.1: cannot open shared object file: No such file or directory

I got this problem when i did this:sudo unlink /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1,and then the ubuntu system seemed to be abnormal,the network icon was disappeared,and some icon i clicked without any response.Is here anyone who can help…
asmine
  • 11
  • 4
1
vote
0 answers

no response from server after http GET message

I'm writing a simple HTTP client program, it should work, but when I send a GET message there is no response from the server, after a while I get 504 Gateway timeout so the connection is established.. This is the code: int main(int argc, char…
eli
  • 490
  • 1
  • 3
  • 22
1
vote
1 answer

Simulating on local development machine a temporary non-responding server or network congestion (Apache/PHP)

I have an interactive web page that upon user interaction makes asyncronous requests to the server (loading images, data, etc.). As a final stage I'm implementing the JavaScript code in order to handle properly situations where the server is too…
Paolo
  • 15,233
  • 27
  • 70
  • 91
1
vote
1 answer

How can WinForm host a long run IronPython script, and update UI for progress change

I need a WinForm act as the IronPython host, and during the IronPython run-time, the script can update UI to report its progress. I have the following code, and it does update the UI, but the problem is that the Window is not responsive. I…
AndyDing
  • 23
  • 4
1
vote
0 answers

Struts 1.x and AJAX: Action-Class doesn't get request

I try to develope a simple communication between Struts 1.x and Ajax. I have a jsp with ajax-code, which should send a "username" and "password" to an Action-Class. The AJAX-Code is fine, but the Action-Class doesn't get the response of AJAX. Q: How…
OlsonLong
  • 95
  • 1
  • 2
  • 13
1
vote
1 answer

Rn42 Bluetooth Module does not respond

I want to send some commands to my RN42 Bluetooth Module over the serial port using hterm. But i does not respond. I can connect to the bluetooth modul and the status LED blinks right. I tried to send $$$ to change to command mode (modul should…
Julian M.
  • 117
  • 3
  • 10
1
vote
0 answers

MVC response view not displayed by browser

I have an ASP.NET MVC application that works fine most of the time. Occasionally, users complain that they submit an action request and the application appears to hang (i.e. no response is received by the browser even after several minutes and…
1
vote
2 answers

Unable to Call WCF REST Service from Jquery

I am trying to call WCF REST service with POST method. [OperationContract] [AllowCrossSiteJson] [WebInvoke(UriTemplate = "/PerformAction", Method = "POST", RequestFormat = WebMessageFormat.Json, ResponseFormat =…
Rakesh
  • 310
  • 3
  • 19
0
votes
0 answers

Gun.js not responsive on Node

After successfully running Gun.js, creating a user, and loging in on the browser, I tried to use it on NodeJS and react native. However, I was unable to get it running, in my case, it just simply froze and no output was being…
Alvin CHENG
  • 374
  • 2
  • 16
0
votes
1 answer

My git bash terminal is not giving me any output after any command or anything

This is my git bash terminal ,Here i was trying to change my admin password, but nothing seems to happen I was in the virtural enviorment and my command 'python manage.py runserver' was executed then i pressed ctrl+c to break since i forgot the…