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

Error #3

Open
Flabian opened this issue Jun 21, 2016 · 2 comments
Open

Error #3

Flabian opened this issue Jun 21, 2016 · 2 comments

Comments

@Flabian
Copy link

Flabian commented Jun 21, 2016

I deleted everything from test.py and left only this line : "from Snapchat import Snapchat"

When I try to run it I'm getting this error :

Traceback (most recent call last):
File "C:\Users\Flabi\Desktop\snapchatAPI-master\test.py", line 1, in
from Snapchat import Snapchat
File "C:\Users\Flabi\Desktop\snapchatAPI-master\Snapchat.py", line 3, in
import requests
ImportError: No module named requests

@Derpolino
Copy link

pip install requests

;)

@Flabian
Copy link
Author

Flabian commented Jun 22, 2016

Got it. Now after I installed everything I got another problem.

self._cipher = factory.new(key, *args, **kwargs)

ValueError: AES key must be either 16, 24, or 32 bytes long

This appears on the acc.login() line

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