shane-tw / 500px-Bot

Bot which automates following new users on 500px.com
54 stars 17 forks source link

authenticity_token problem #35

Open allVentures opened 4 years ago

allVentures commented 4 years ago

21:56:33 - Retrieved login page. Traceback (most recent call last): File "500px.py", line 255, in loginParams['authenticity_token'] = loginPage_soup.find('meta', {'name': 'csrf-token'}).get('content') AttributeError: 'NoneType' object has no attribute 'get'

how can this be fixxed?