You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ankur Goenka (Jira)" <ji...@apache.org> on 2019/09/11 23:52:00 UTC

[jira] [Created] (BEAM-8217) py3 sdk harness status server does not print thread stack

Ankur Goenka created BEAM-8217:
----------------------------------

             Summary: py3 sdk harness status server does not print thread stack
                 Key: BEAM-8217
                 URL: https://issues.apache.org/jira/browse/BEAM-8217
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-harness
            Reporter: Ankur Goenka


The calls are failing with 

----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 56106)
Traceback (most recent call last):
  File "/usr/lib/python3.6/socketserver.py", line 320, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python3.6/socketserver.py", line 351, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python3.6/socketserver.py", line 364, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python3.6/socketserver.py", line 724, in __init__
    self.handle()
  File "/usr/lib/python3.6/http/server.py", line 418, in handle
    self.handle_one_request()
  File "/usr/lib/python3.6/http/server.py", line 406, in handle_one_request
    method()
  File "a.py", line 70, in do_GET
    self.wfile.write(line)
  File "/usr/lib/python3.6/socketserver.py", line 803, in write
    self._sock.sendall(b)
TypeError: a bytes-like object is required, not 'str'



--
This message was sent by Atlassian Jira
(v8.3.2#803003)