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

pga get --stdin file.txt freezes #82

Closed
sakalouski opened this issue Oct 4, 2018 · 3 comments
Closed

pga get --stdin file.txt freezes #82

sakalouski opened this issue Oct 4, 2018 · 3 comments

Comments

@sakalouski
Copy link

When I run pga get --stdin file.txt, it freezes after the following messages:

downloading siva files by name from stdin
filter flags will be ignored

even if there is only 1 siva file name in the file.txt.

pga get -l python works fine till some point (last time downloaded 10k repos), then freezes.
Tried decreasing number of workers to 1 - seemed to stabilize the process to some extent, but I still get this freeze.

Any ideas?

@vmarkovtsev
Copy link
Collaborator

@campoy

@sakalouski
Copy link
Author

The issue persists. Looking forward to the possible solutions!

@campoy
Copy link
Contributor

campoy commented Oct 11, 2018

Are you sending any content into stdin?
You should try cat file.txt | pga get --stdin.

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