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 related to datetime #21

Open
mehranj73 opened this issue Apr 18, 2019 · 0 comments
Open

error related to datetime #21

mehranj73 opened this issue Apr 18, 2019 · 0 comments

Comments

@mehranj73
Copy link

Traceback (most recent call last):
File "C:/Users/Mehran/PycharmProjects/fortnitebot/main.py", line 12, in
password=p, email=e)
File "C:\Users\Mehran\PycharmProjects\fortnitebot\venv\lib\site-packages\pfaw\core.py", line 24, in init
expires_at = utils.convert_iso_time(token_response.get('expires_at'))
File "C:\Users\Mehran\PycharmProjects\fortnitebot\venv\lib\site-packages\pfaw\utils.py", line 6, in convert_iso_time
return datetime.strptime(isotime, '%Y-%m-%dT%H:%M:%S.%fZ')
TypeError: strptime() argument 1 must be str, not None``

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