opendrop icon indicating copy to clipboard operation
opendrop copied to clipboard

Errors

Open brandonmcconnell opened this issue 1 year ago • 0 comments
trafficstars

Exception occurred during processing of request from ('fe80::2416:18ff:fe71:476e', 56620, 0, 16)
Traceback (most recent call last):
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/socketserver.py", line 316, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/socketserver.py", line 347, in process_request
    self.finish_request(request, client_address)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/socketserver.py", line 747, in __init__
    self.handle()
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/http/server.py", line 434, in handle
    self.handle_one_request()
  File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/http/server.py", line 422, in handle_one_request
    method()
  File "/Users/username/Library/Python/3.9/lib/python/site-packages/opendrop/server.py", line 326, in do_POST
    self.handle_discover()
  File "/Users/username/Library/Python/3.9/lib/python/site-packages/opendrop/server.py", line 166, in handle_discover
    content_length = int(self.headers["Content-Length"])
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
----------------------------------------

brandonmcconnell avatar Dec 19 '23 16:12 brandonmcconnell