Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Socket error while uploading files on the local setup #134

Open
gggodhwani opened this issue May 4, 2021 · 0 comments
Open

Python Socket error while uploading files on the local setup #134

gggodhwani opened this issue May 4, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gggodhwani
Copy link
Member

gggodhwani commented May 4, 2021


Exception happened during processing of request from ('127.0.0.1', 59862)
Traceback (most recent call last):
File "/usr/lib/ckan/hub-env/local/lib/python2.7/site-packages/paste/httpserver.py", line 1068, in process_
request_in_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 657, in init
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 716, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 283, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 307, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe


@gggodhwani gggodhwani added the bug Something isn't working label May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants