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

Questions tagged [connection]

Refers to a connection used to transfer data between two endpoints, such as between a client and a web, database, web service or other server.

0 votes
0 answers
65 views

When I try to connect to an SFTP server using Mirth, an 'algorithm negotiation failed' error appears

I'm using Mirth version 3.5.2 to connect to an SFTP server. The connection only requires a username and a password. However, when I press the "Test Write" button to test the connection, the ...
juan's user avatar
  • 1
0 votes
0 answers
21 views

Error CS8618 in Product.cs file given below . im connecting MS Entity framework core with mysql , have created but its giving me an error in consle

PM> Add-Migration "Initial migration" Build started... Build succeeded. The exception 'Host 'fe80::2095:47b:c9f:2e38%7' is not allowed to connect to this MySQL server' was thrown while ...
Muhammad Haris's user avatar
0 votes
0 answers
40 views

Socket error 10060 Mdaemon connection timed out

I have had a problem on my Mdaemon mail server for several days, no external mail arrives, but they do go out without a problem. I have all ports open on my Pfsense for the mail server and the ...
Diana Garcia's user avatar
1 vote
0 answers
86 views

Minecraft TCP Socket Connection

I'm trying to make a MITM to check the packages passed between the Minecraft client and server, but I'm having a bit of a problem. There doesn't seem to be any connection problems. I'm passing a proxy ...
Gabriel Jungles's user avatar
0 votes
0 answers
31 views

Getting an error, while trying to connect my db

PS C:\library\backend> node server.js Server is up and running on port 5000 Connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One ...
sanduni Perera's user avatar
0 votes
0 answers
32 views

sending a message from client while connected to Websocket server in JavaScript

i'm using "ws" package of npm in order to connect to coinex websocket server. i know that in onOpen function of ws i can send messages to server, but i want to be able to send messages after ...
Mond666's user avatar
  • 131
0 votes
0 answers
81 views

Microsoft Fabric API : How to get the Connection id that is in DataPipeline

So there is a way to create a Fabric DataPipeline using API. Everything works fine, however in your JSON payload you need to specify the Connection id of all the connections in your Data Pipeline. The ...
Tautvydas Perminas's user avatar
0 votes
2 answers
52 views

How to connect python with cloud sql mysql

I'm trying to connect my code in Python with a mysql instance that is in Cloud SQL, I created a user for myself and I'm using the public i available in the instance interface as host, but I'm getting ...
Alessandra Ulinick's user avatar
0 votes
0 answers
22 views

Problems with multiple flask requests

I'm having a problem where I make 2 or 3 requests on the front-end and while one request is in progress it executes another, so it returns several types of errors: sqlalchemy.exc.DBAPIError: (...
Felipe Vidal's user avatar
0 votes
0 answers
43 views

How can I cast to a hotel tv when hdmi doesn't work?

I want to cast to a hotel tv but hdmi nor smartview works. I'm considering buying a chromecast but I don't know if I will get that to work. I'm staying in a hotel room with a Samsung TV of unknown ...
Marjo's user avatar
  • 1
0 votes
0 answers
57 views

MySQL 8.0 upgrade/ spike in synch/mutex/innodb/trx_sys_mutex causes application outage

We upgrade mysql from 5.7 to 8.0 on AWS aurora Problem we are facing is frequent outage of an application. we observed that there is spike for synch/mutex/innodb/trx_sys_mutex Performance insights
Rdba's user avatar
  • 13
0 votes
0 answers
22 views

Connecting R to a datawarehouse

I am relatively new to R coding, and certainly new to connecting data. A colleague left me a script to create a connection between our datawarehouse and R. This datawarehouse brings together several ...
Bradley Tyler'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
1 vote
1 answer
31 views

What should I do to completely exhaust my HTTP connection pool?

I want to completely populate the HTTP Connection Pool via JavaScript. for (let i = 0; i < 255; i++) { fetch(`http://testurl`, { headers: new Headers({'Connection': '...
webhack31333's user avatar
0 votes
0 answers
43 views

Trying to make my (app on an emulator) access data from my local API

Tech: .NET MAUI, Visual Studio, Android Emulator I'm developping an Android App with MAUI. The goal is to get a list of people from our local API and display it. Simple isn't it?! But, I'm face to a &...
winona's user avatar
  • 1

15 30 50 per page