Kavin Abelak
Kavin Abelak
@lgeiger mate please do another release :)
Actually Fixed this by modifying the function to become inline with code above it: ``` def append_to_file_upload(self, upload_session_id, content, filename): boundary_string = self.generate_boundary_string() publish_request = bytes("--{}\r\n".format(boundary_string).encode('utf-8')) publish_request += bytes('Content-Disposition: name="request_payload"\r\n'.encode('utf-8'))...
I'm not sure - can you paste in here the whole of the error message?
Had a similar issue - have a look at my comment here: https://github.com/bryantbhowell/tableau_tools/issues/51#issuecomment-476694493