Daniel Marino
29 October 2024
Resolving Python's IngressError: Address Refusal with QuestDB and Localhost
It can be annoying to run a Python script locally on Anaconda and run into the "connection refused" issue (OS error 10061). Network configuration or an inactive QuestDB server are frequently the cause of this problem. After installing QuestDB and disabling the firewall, additional troubleshooting can entail verifying access to port 9000 and verifying the localhost address.