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

Temp File error when running on windows #6

Closed
yashrs opened this issue Oct 3, 2019 · 5 comments
Closed

Temp File error when running on windows #6

yashrs opened this issue Oct 3, 2019 · 5 comments

Comments

@yashrs
Copy link
Contributor

yashrs commented Oct 3, 2019

Sample error:

PS > python .\syborg.py domain.com
Traceback (most recent call last):
  File ".\syborg.py", line 174, in <module>
    q = filequeue.FileQueue(maxsize=1000)
  File "C:\Python36\lib\site-packages\filequeue\filequeue.py", line 53, in __init__
    self._init_fds()
  File "C:\Python36\lib\site-packages\filequeue\filequeue.py", line 56, in _init_fds
    self._file_write = _file_open(self._temp_file.name, "wb")
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\Yash\\AppData\\Local\\Temp\\tmpqnp_lbdw.queue'
@MilindPurswani
Copy link
Owner

Seems like this error is raised by FileQueue library in windows. Will check it out. Thanks for bringing it in. 👍

@MilindPurswani
Copy link
Owner

Referenced at FileQueue

@GP89
Copy link

GP89 commented Oct 11, 2019

This should now be fixed in filequeue 0.4.0 👍

@MilindPurswani
Copy link
Owner

@yashrs can you kindly check and confirm the fix?

Thanks,

-Milind

@MilindPurswani
Copy link
Owner

Seems to be resolved now. Closing it.

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

3 participants