python - I keep receiving AttributeError: 'set' object has no ...
stackoverflow.com › questions › 57168838Jul 23, 2019 · I keep recieving the error: "AttributeError: 'set' object has no attribute 'items'" when I try to do a get request using the request library. below shows what I have already tried. gethooks = "https://api.github.com/repos/ORGANIZATION/REPO/hooks" response = requests.get (gethooks, headers= {"Authorization: token GITHUBTOKEN"}) print (response) I expect to receive a JSON with information on that repos webhooks, but instead recieve that error.
AttributeError: 'set' object has no attribute 'items
python-forum.io › thread-9817AttributeError: 'NoneType' object has no attribute 'all' synthex: 2: 3,296: Mar-07-2019, 11:11 AM Last Post: synthex : Please help with AttributeError: 'Netz' object has no attribute 'conv' DerBerliner: 2: 2,080: Feb-27-2019, 06:01 PM Last Post: DerBerliner 'list' object has no attribute 'reshape' SamSoftwareLtd: 1: 11,950: Nov-04-2018, 10:38 ...