Skip to content

Instantly share code, notes, and snippets.

@wgaylord
Created May 16, 2019 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wgaylord/bd88be83aaa876c9d2bb2725ff9faa45 to your computer and use it in GitHub Desktop.
Save wgaylord/bd88be83aaa876c9d2bb2725ff9faa45 to your computer and use it in GitHub Desktop.
May 14 18:05:45 HamBox satnogs-client[28854]: Traceback (most recent call last):
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/apscheduler/executors/base.py", line 125, in run_job
May 14 18:05:45 HamBox satnogs-client[28854]: retval = job.func(*job.args, **job.kwargs)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/var/lib/satnogs/local/lib/python2.7/site-packages/satnogsclient/scheduler/tasks.py", line 153, in post_data
May 14 18:05:45 HamBox satnogs-client[28854]: timeout=45)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/requests/api.py", line 124, in put
May 14 18:05:45 HamBox satnogs-client[28854]: return request('put', url, data=data, **kwargs)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/requests/api.py", line 56, in request
May 14 18:05:45 HamBox satnogs-client[28854]: return session.request(method=method, url=url, **kwargs)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request
May 14 18:05:45 HamBox satnogs-client[28854]: resp = self.send(prep, **send_kwargs)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send
May 14 18:05:45 HamBox satnogs-client[28854]: r = adapter.send(request, **kwargs)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 473, in send
May 14 18:05:45 HamBox satnogs-client[28854]: raise ConnectionError(err, request=request)
May 14 18:05:45 HamBox satnogs-client[28854]: ConnectionError: ('Connection aborted.', timeout())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment