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 getting the following error message. It doesn't happen all the time. It's never happened before until today. Any ideas would be much appreciated. Do I need to change anything in main.py?
[ERROR] OSError: [Errno 28] No space left on device: '/tmp/tmp_ovipfqh'
Traceback (most recent call last):
File "/var/task/bot.py", line 31, in handler
options.add_argument(f"--user-data-dir={mkdtemp()}")
File "/var/lang/lib/python3.12/tempfile.py", line 368, in mkdtemp
_os.mkdir(file, 0o700)