Questions tagged [no-response]
55 questions
0
votes
0 answers
NetworkUtility.shouldRetryException: Unexpected response code 403
excuse me, for the first it works fine, when I click "Tambah data/add data" its force close all of sudden, when I check on logcat it's showing this
NetworkUtility.shouldRetryException: Unexpected response code 403 for…
0
votes
1 answer
release scp connection when no response from server
I have to collect measurement files from different servers, so I used scp command to retrieve them.
But in case the distant server is hanged or no response, I need to close the connection and put a 0 in my measurement file.
Is there any option in…
0
votes
0 answers
Request to WebAPI is stuck
I have WebAPI. It takes data from request and tries to create/update records in db. In result it should show what records is successfully created/update and which are partially successful (created/updated but not all data because of some reason that…

demo
- 6,038
- 19
- 75
- 149
0
votes
0 answers
Creating merchant application using Identity API for Paypal
I am trying to create an application for merchants using the below API.
https://developer.paypal.com/docs/api/identity/v1
Not able to create that passed the required parameters. I have payer_id id which I am getting in the response of…

avtar singh
- 22
- 2
0
votes
1 answer
pyqt not responding during reading a file
my GUI with PyQt is showing not responding during I´m reading in a method a file and calculating an Output, which will shown in the table of the QWidget.
Thus it takes some seconds for reading the lines in the file and I should find a better…

dominikTO
- 25
- 4
0
votes
1 answer
No response while running create-react-app
Above picture is a screenshot of what is happening while running "create-react-app"
I also tried
updating npm
using npx
I tried most of the things still it doesn't work
It worked once but now it is not working

AryanNigam
- 3
- 2
0
votes
1 answer
Pygame not responding at simple program
I started to make a game with pygame and i am only at that point, where i should have 10*10 grey squares.
When I start the program, the squares appear but the program is not responding.
Is there anything wrong with the script or is it about my…

Sebi19
- 33
- 5
0
votes
2 answers
How can I close haproxy frontend connections coming from unknown hosts?
Now I am using nginx to close connections from unknown hosts and return 444 "no response"
How do I achieve the same with haproxy which is in front of nginx (saving the extra step between haproxy and nginx)
current nginx config:
server {
# Close…

Ejez
- 814
- 8
- 11
0
votes
2 answers
C Program is stuck, doesnt enter main()
I am trying to run a program where one thread takes data from standart input and than and the other gives it on a standart output, nothing too complicated, but when I run my program with /.filename < test.in > test.out it doesnt do anything. When I…

kuna365
- 13
- 5
0
votes
1 answer
Select Query is not working with in Clause
Sql query is not working if we pass value In clause converted from 'Canada,Portugal' to 'Canada','Portugal'
if pass hardcode value In clause 'Canada','Portugal' it works
declare @GeographicalLocation varchar(max)
set…

Ashish Gupta
- 9
- 6
0
votes
0 answers
JavaFX App: creating a user-feedback, that the program is still working
I'm working on a Tool to read XML-files from a collection and write the information into a text-file. This process can take a few seconds and my program gets the "no response" in the title ...
Is there a simple way to inform the user, that the…

T_Ix
- 66
- 8
0
votes
1 answer
using BeautifulSoup result is empty
I am trying to parse twitter desired outputs are URL of tweet, date of tweet, Sender and the twit itself. there no errors but the result is empty. i could not find the problem the code is hereunder:if you could help me out it would be great hence i…

metiny
- 1
0
votes
1 answer
Android retrofit API call not going through (Server receives nothing at all)
I'm trying to call a custom API from my android app which will return a JSON object (and as far as I know Retrofit will map that into a desirable data type i.e. String for me in this case, please correct me if I'm wrong).
So the problem is that…

Divesh
- 1
- 1
- 5
0
votes
2 answers
Using socket.io and node.js, button click does not trigger event
On button click, the message 'door' should appear on the console but it isn't.
Client code :
function doorClicked(){
socket.emit('door', function(data){
…

Divesh
- 1
- 1
- 5
0
votes
2 answers
Problem getting response from server using cURL, file_get_contents, etc
I am trying to get the response from a server, which is now not giving any response. I tried file_get_contents(), cURL, and tried getting the headers, but apparently the server is not responding. There are no headers returned or any response of any…

shyam
- 6,681
- 7
- 28
- 45