Forums

Console stuck on "Starting encrypted connection to consoles-7. pythonanywhere.com on port 443"

Database consoles is not loading up.

We had an outage where we had to disable consoles for a bit. We have re-enabled them so you should be able to connect again.

Hi Guys , i have the paid version and I get all the time disconnected for no reason , can u tell me why ?? i cant use my program

Traceback (most recent call last):
  File "/home/wpacino/.local/lib/python3.10/site-packages/ccxt/base/exchange.py", line 599, in fetch
    response = self.session.request(
  File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 547, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

Are you running the script in the console? Consoles aren't design for long running scripts / programs since they do get shutdown periodically by design. You'll need to use always on tasks for this purpose https://help.pythonanywhere.com/pages/AlwaysOnTasks/