Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lynx649 opened this issue Aug 11, 2021 · 0 comments
Open

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

lynx649 opened this issue Aug 11, 2021 · 0 comments

Comments

@lynx649
Copy link

lynx649 commented Aug 11, 2021

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant