I'm currently building an Alexa skill which will eventually need the users Zip Code. I'm going off of this code: https://data-dive.com/alexa-get-device-location-from-custom-skill
The problem I'm having is this line: 'TOKEN = context.System.user.permissions.consentToken' and the error: 'AttributeError: 'NoneType' object has no attribute 'consentToken''
I have already requested permissions through the Alexa dev console, but my guess is that there isn't something going right when I'm testing. I tried testing through the Alexa app on my phone but came to the same error. Any steps in the right direction would be great!