Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'NoneType' object has no attribute 'group' #62

Open
TanjilAmin opened this issue Mar 10, 2022 · 1 comment
Open

'NoneType' object has no attribute 'group' #62

TanjilAmin opened this issue Mar 10, 2022 · 1 comment

Comments

@TanjilAmin
Copy link

TanjilAmin commented Mar 10, 2022

I am using the code below:
`import sharepy
import requests

SPUrl = 'https://teamup.<company_name>.com/sites/pt/service/metrics/sitedata'

username = '@<company_name>.com'
password = password
s = sharepy.connect(SPUrl, username, password)
s.save()`

However, I keep getting the following error:
'NoneType' object has no attribute 'group'

Any idea what could be the reason?

Thanks,
Tanjil

@TanjilAmin
Copy link
Author

I have tried different variations of the URL and the username/email id. But the same error kept presenting itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant