You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues with METHOD: "SLEEP". I'm getting the below error when I use something like the config I've specified. To be more precise this happens when a configmap is deleted.
Version: v1.25.2
ERROR:
Traceback (most recent call last):
File "/app/resources.py", line 300, in _update_file
return remove_file(dest_folder, filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/helpers.py", line 103, in remove_file
complete_file = os.path.join(folder, filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 76, in join
TypeError: expected str, bytes or os.PathLike object, not NoneType
I'm having issues with METHOD: "SLEEP". I'm getting the below error when I use something like the config I've specified. To be more precise this happens when a configmap is deleted.
Version: v1.25.2
ERROR:
CONFIG:
The text was updated successfully, but these errors were encountered: