Skip to content

Instantly share code, notes, and snippets.

@wgaylord
Created May 21, 2019 04:18
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/3f5c60c48a970035c51e9012c2b2cdc3 to your computer and use it in GitHub Desktop.
Save wgaylord/3f5c60c48a970035c51e9012c2b2cdc3 to your computer and use it in GitHub Desktop.
May 21 03:54:11 HamBox satnogs-client[323]: 2019-05-21 03:54:11,439 - apscheduler.executors.default
- ERROR - Job "post_data (trigger: interval[0:02:00], next run at: 2019-05-21 02:24:54 UTC)" raised
an exception
May 21 03:54:11 HamBox satnogs-client[323]: Traceback (most recent call last):
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/apscheduler/ex
cutors/base.py", line 125, in run_job
May 21 03:54:11 HamBox satnogs-client[323]: retval = job.func(*job.args, **job.kwargs)
May 21 03:54:11 HamBox satnogs-client[323]: File "/var/lib/satnogs/local/lib/python2.7/site-packa
es/satnogsclient/scheduler/tasks.py", line 153, in post_data
May 21 03:54:11 HamBox satnogs-client[323]: timeout=200)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/requests/api.p
", line 124, in put
May 21 03:54:11 HamBox satnogs-client[323]: return request('put', url, data=data, **kwargs)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/requests/api.p
", line 56, in request
May 21 03:54:11 HamBox satnogs-client[323]: return session.request(method=method, url=url, **kw
rgs)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/requests/sessi
ns.py", line 488, in request
May 21 03:54:11 HamBox satnogs-client[323]: resp = self.send(prep, **send_kwargs)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/requests/sessi
ns.py", line 609, in send
May 21 03:54:11 HamBox satnogs-client[323]: r = adapter.send(request, **kwargs)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/requests/adapt
rs.py", line 423, in send
May 21 03:54:11 HamBox satnogs-client[323]: timeout=timeout
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/urllib3/connec
ionpool.py", line 594, in urlopen
May 21 03:54:11 HamBox satnogs-client[323]: chunked=chunked)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/urllib3/connec
ionpool.py", line 361, in _make_request
May 21 03:54:11 HamBox satnogs-client[323]: conn.request(method, url, **httplib_request_kw)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/httplib.py", line 1042, in r
quest
May 21 03:54:11 HamBox satnogs-client[323]: self._send_request(method, url, body, headers)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/httplib.py", line 1082, in _
end_request
May 21 03:54:11 HamBox satnogs-client[323]: self.endheaders(body)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/httplib.py", line 1038, in e
dheaders
May 21 03:54:11 HamBox satnogs-client[323]: self._send_output(message_body)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/httplib.py", line 882, in _s
nd_output
May 21 03:54:11 HamBox satnogs-client[323]: self.send(msg)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/httplib.py", line 858, in se
d
May 21 03:54:11 HamBox satnogs-client[323]: self.sock.sendall(data)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/urllib3/contri
/pyopenssl.py", line 292, in sendall
May 21 03:54:11 HamBox satnogs-client[323]: sent = self._send_until_done(data[total_sent:total_
ent + SSL_WRITE_BLOCKSIZE])
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/urllib3/contri
/pyopenssl.py", line 281, in _send_until_done
May 21 03:54:11 HamBox satnogs-client[323]: return self.connection.send(data)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/OpenSSL/SSL.py
, line 1256, in send
May 21 03:54:11 HamBox satnogs-client[323]: self._raise_ssl_error(self._ssl, result)
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/OpenSSL/SSL.py
, line 1166, in _raise_ssl_error
May 21 03:54:11 HamBox satnogs-client[323]: raise SysCallError(errno, errorcode.get(errno))
May 21 03:54:11 HamBox satnogs-client[323]: SysCallError: (32, 'EPIPE')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment