bpmason1/python-outbrain

AttributeError: 'NoneType' object has no attribute 'get'

Opened this issue · 1 comments

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

Fixed! We had an issue with the token generation…