sharepy
sharepy copied to clipboard
'NoneType' object has no attribute 'group'
I am using the code below: `import sharepy import requests
SPUrl = 'https://teamup.<company_name>.com/sites/pt/service/metrics/sitedata'
username = '
However, I keep getting the following error:
'NoneType' object has no attribute 'group'
Any idea what could be the reason?
Thanks, Tanjil
I have tried different variations of the URL and the username/email id. But the same error kept presenting itself.