Hi,
First great tutorial but im stuck with the spotify authentication. for some reason when he redirects it says /spotify/util.py line 22 in update_or_create_user_tokens
expires_in = timezone.now() + timedelta(seconds=expires_in)
and my local vars are:
Variable | Value
access_token | None
expires_in | None
refresh_token | None
session_id | 'oxfrwmlxgj4ujn81fnigvc0u5xmt5kyx'
token_type | None
tokens | None
why are they all None. I even tried copy pasting your files to my code