Search found 2 matches

by Adonai
Sun Oct 13, 2019 8:29 am
Forum: General Discussion and Questions
Topic: "OSError: [Errno 103] ECONNABORTED" what to do?
Replies: 3
Views: 3448

Re: "OSError: [Errno 103] ECONNABORTED" what to do?

No, that is not the problem. The error is in connecting to the site by ip. After replacing IP with a domain name all work
by Adonai
Fri Oct 11, 2019 9:44 am
Forum: General Discussion and Questions
Topic: "OSError: [Errno 103] ECONNABORTED" what to do?
Replies: 3
Views: 3448

"OSError: [Errno 103] ECONNABORTED" what to do?

Hello, I am writing code for a home weather station. Data received from sensors is sent to the site for further processing. To work, the script must automatically run after shutdown or sleep. When starting from boot.py or main.py, it generates an error "OSError: [Errno 103] ECONNABORTED". The code i...