Skip to content

ConnectionError: ('Connection aborted.', error(32, 'Broken pipe')) #44

Open
@barrycarrjr

Description

@barrycarrjr

Out of no where we began getting the error below

2018-10-10 21:14:53,004 ERROR Caught exception in ScannerThread.scan_all() loop
Traceback (most recent call last):
File "/usr/local/rollbar-agent", line 468, in scan_all
self.scan_app(app, apps_state)
File "/usr/local/rollbar-agent", line 532, in scan_app
self.scan_file(app, filename, files_state[filename])
File "/usr/local/rollbar-agent", line 546, in scan_file
processor.process(fp, filename, file_state)
File "/usr/local/rollbar-agent", line 240, in process
self._process_line(line)
File "/usr/local/rollbar-agent", line 259, in _process_line
self.send_payload(line)
File "/usr/local/rollbar-agent", line 226, in send_payload
headers={"content-type": "application/json"})
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 107, in post
return request('post', url, data=data, json=json, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 53, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 426, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions