AttributeError: 'NoneType' object has no attribute 'get'
Opened this issue · 1 comments
jnthnclrk commented
Hi,
Has anyone experienced this error before:
File "../api/outbrain_api/__init__.py", line 63, in get_marketers
return results.get('marketers', [])
AttributeError: 'NoneType' object has no attribute 'get'`
Looking for tips on how to troubleshoot it.
Best Regards,
Jonathan Clarke
jnthnclrk commented
Fixed! We had an issue with the token generation…