Skip to content

FileNotFoundError: [Errno 2] No such file or directory #54

@lynx649

Description

@lynx649

Hello!

I've spent a bit of time getting streamglob working on GalliumOS, btw thanks tonycpsu - great program! The main reason for my timesink was my general lack of understanding regarding different python versions; which version is used by default, and how to specify specific versions but we got there in the end.

Issue I am having now is the streamglob instance never ends due to the below error output. Any hints? I am downloading a file and the file downloads fine but because I plan on running some cron jobs dependant on the streamglob instance ending, it would be great if I can get this resolved.

Any help is appreciated.

2021-08-11 16:29:05 [ model:741 ] [ info] finalize
2021-08-11 16:29:05 [ tasks:225 ] [ error] Exception:
Traceback (most recent call last):
File "/usr/lib/python3.7/asyncio/tasks.py", line 249, in __step
result = coro.send(None)
File "/home/lynx/.local/lib/python3.7/site-packages/streamglob/tasks.py", line 337, in poller
task.finalize()
File "/home/lynx/.local/lib/python3.7/site-packages/streamglob/model.py", line 750, in finalize
shutil.rmtree(self.tempdir)
File "/usr/lib/python3.7/shutil.py", line 485, in rmtree
onerror(os.lstat, path, sys.exc_info())
File "/usr/lib/python3.7/shutil.py", line 483, in rmtree
orig_st = os.lstat(path)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/streamglobupnq81tw'
2021-08-11 16:29:06 [ model:741 ] [ info] finalize
2021-08-11 16:29:06 [ tasks:225 ] [ error] Exception:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions