Closed outofnames closed 1 year ago
With tuspy 1.0.0 and tuspyserver 1.2.0 release, the upload_metadata is passed as "" (an empty string) which is not handled by if upload_metadata is not None: causing an exception on line 116 for the file tus.py
if upload_metadata is not None:
Many thanks @outofnames
@outofnames checkout https://pypi.org/project/tuspyserver/1.2.1/
Thank you for the release :)
With tuspy 1.0.0 and tuspyserver 1.2.0 release, the upload_metadata is passed as "" (an empty string) which is not handled by
if upload_metadata is not None:
causing an exception on line 116 for the file tus.py