Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
20 views

HTTP POST (or PUT) requests longer after response in ESP32

I'm making project like RC car on coupled STM32 and ESP32 as co-processor. Now I'm trying to use POST/PUT requests of HTTP to turn on/off LEDs on my module, but I have problem with analysing and ...
All All's user avatar
0 votes
0 answers
31 views

Disconnecting the specified IP

I have a server on port 10000, and devices connect to it. How can I disable the specified device by his IP address? There may be several device IP addresses on the port, and need to disable the ...
EgasVegas's user avatar
0 votes
0 answers
13 views

Can't connect to port 27017

I have tried running the following in Windows PowerShell: Test-NetConnection -InformationLevel detailed -ComputerName portquiz.net -Port 27017 I get the following error message: WARNING: TCP connect ...
Tom Darious's user avatar
0 votes
0 answers
236 views

I can't connect to a specific server, but the error message is very vague

I was invited to play on a modded minecraft server by a friend. However, a few seconds after logging into the server, I get kicked with the message Internal Exception: java.io.IOException: An existing ...
massacring's user avatar
0 votes
1 answer
48 views

Python server using the socket module not working over two devices over two different locations [duplicate]

This is my first project working with sockets and unfortunately, it's been quite painful. I'm trying to make a simple chatroom, however, it only ever works when the socket IP is local (e.g. 127.0.0.1)....
Lurker's user avatar
  • 1
0 votes
1 answer
61 views

Python code has incorrect directory, how do I fix

I'm having some issues with a code I'm writing for class (a server client connection that transfers files to and from a client and server folder in my downloads). I've spent about 10 hours debugging ...
Joshua Scotto Divetta's user avatar
0 votes
0 answers
28 views

Got undefined while creating a MongoDB connection. The `uri` parameter to `openUri()` must be a string, got "undefined"

MongooseError: The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a string. This is my ....
Atharva Nitin Kamble's user avatar
0 votes
1 answer
132 views

Does server.closeAllConnections also close idle connections?

From the Node.js docs: server.closeAllConnections() (added in: v18.2.0) Closes all connections connected to this server. server.closeIdleConnections() (added in: v18.2.0) Closes all connections ...
Drarig29's user avatar
  • 2,216
0 votes
0 answers
41 views

openvpn keep connection alive on client down?

My internet is randomly dropping for 1 or 2 seconds, which is enough for me to get disconnected from online matches. Is it possible to configure an openvpn so that the connection somehow remains ...
Cardeal Russo's user avatar
0 votes
0 answers
87 views

OneConnect response is coming empty

i dont know why Oneconnect response is coming empty i apply key of server there is data but coming empty "[]" this sign come when i debug, hard to understand whats going on. i was making vpn ...
waseem akram's user avatar
0 votes
0 answers
35 views

Track server open connection

I've configured my web server using NestJS with a keep-alive time of 65 seconds and a header timeout of 67 seconds like this: const server = await app.listen(appPort, appHost); server....
Nikunj Aggarwal's user avatar
0 votes
0 answers
9 views

Connect a web service through remote computer IP

We have a Windows 2019 server located at static IP of XXX. I want to develop a .net application with Visual Studio on my development machine located at dynamic IP of YYY. My application needs to ...
e109923's user avatar
  • 95
-1 votes
1 answer
431 views

Can't connect to my website through mobile network

I'm working on putting the website I'm currently working on on my server. When I try to reach it using regular internet connection through cable it works fine. But when I try to connect to my domain ...
JesusPTB's user avatar
1 vote
1 answer
26 views

computer to computer connection

VScode uses js and IntelliJ uses Spring. VScode is used in the front end and Spring is used in the back end. Each of them has their own computer, and I am trying to make a fetch connection from the ...
begginerCodeing's user avatar
0 votes
1 answer
35 views

How to run python scripts in your laptop using configuration of another laptop

I have python scripts which take huge amount of time to run so I decided to work on highest configuration pc but the code i should run on my laptop using pc (highest configuration) because it ...
Data Guy's user avatar

15 30 50 per page
1
2 3 4 5
13