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

event not found #35

Open
cakhanif opened this issue Oct 25, 2018 · 1 comment
Open

event not found #35

cakhanif opened this issue Oct 25, 2018 · 1 comment

Comments

@cakhanif
Copy link

event not found when password contain symbol character, such " ! ~ and etc

@dan-and
Copy link
Contributor

dan-and commented Nov 23, 2018

I think you just stepped over a shell problem. I just changed my password for a test and it works just fine:

I changed my packtpub password to: T3st~~!!
and to ensure that it is not getting interpreted by the unix shell I added it with single quotes: -p 'T3st~~!!'
It works just fine.

dan@home:~/source/packtpub-library-downloader$ python3 ./downloader.py -e example@noreply.com -p 'T3st~~!!' -v info,cover
Attempting to login...
Logged in successfully!
###########################################################################
FOUND 45 VIDEOS: STARTING DOWNLOADS
###########################################################################

Effective DevOps and Development with Docker
Downloading IMAGE
Saving INFO

Mastering Go Programming
Downloading IMAGE
Saving INFO

Kubernetes Design Patterns and Extensions
Downloading IMAGE
Saving INFO

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

2 participants