-
Notifications
You must be signed in to change notification settings - Fork 564
ConnectionRefusedError: [Errno 61] Connection refused since v2.4.0 #938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
because i have not chance to post new issue about my example with pico2040 + W5500 lan chip jack plugin will post it here. apologize to this mate that is first post, but need urgent what to do about it. i make a server board that need to use web socket with web site in file systen for pico with lib of earl philpower III =================================================================== RASPB_PICO_LAN_BOARD_SERVER_W5500 - Copy.txt \hardware\rp2040\4.5.1\libraries\WiFi\src/WiFiUdp.h:28:9: note: this is the location of the previous definition exit status 1 Compilation error: exit status 1i don know how to do it with this lib or just need some other. and can this lib will be make it to work with wired w5500 hardware with ethernet lib from https://github.com/earlephilhower/arduino-pico lib. thanks |
Hi,
I recently updated my arduino libraries to the latest versions and now my websocket server no longer accepts connections.
I am serving a webpage and creating a websocket server on my ESP32 (NODE32S) and accessing it through my iPad and madOS.
It works fine with v2.4.0 but not with v2.4.1 or higher.
If I go back to v2.4.0 it works again.
I am not using any sort of SSL or secure connection. My esp32 app creates a webserver (on port 80), serves a webpage and starts a websocket connection (on port 8001).
Any ideas?
I'm getting a ConnectionRefusedError: [Errno 61] Connection refused error on the iOS/macOS side (Safari, firefox, chrome all cannot connect).
The text was updated successfully, but these errors were encountered: