Traceback (most recent call last):
File "/usr/aerosense/data-gateway/data_gateway/persistence.py", line 261, in _persist_window
cloud_path=storage.path.generate_gs_path(self.bucket_name, self._generate_window_path()),
File "/usr/local/lib/python3.8/site-packages/octue/cloud/storage/path.py", line 63, in generate_gs_path
return CLOUD_STORAGE_PROTOCOL + join(bucket_name, paths[0].lstrip("/"), *paths[1:])
File "/usr/local/lib/python3.8/site-packages/octue/cloud/storage/path.py", line 45, in join
path = os.path.normpath(os.path.join(*paths)).replace("\\", "/")
File "/usr/local/lib/python3.8/posixpath.py", line 76, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Bug report
What is the current behavior?
Problem in persisting cloud data