You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any reason this API excludes user.activity scope? I wanted to get my steps but looks like you exclude NokiaActivity (wasn't sure if there was a reason for it)
Also when I try to get my sleep events (Even after setting scope to user.sleepevents or user.metrics), I still get a 503 error when I try to call client.get_sleep() or client.get_sleep_summary()
The text was updated successfully, but these errors were encountered:
Any reason this API excludes user.activity scope? I wanted to get my steps but looks like you exclude NokiaActivity (wasn't sure if there was a reason for it)
https://github.com/orcasgit/python-nokia/blob/master/nokia/__init__.py#L265
Also when I try to get my sleep events (Even after setting scope to user.sleepevents or user.metrics), I still get a 503 error when I try to call client.get_sleep() or client.get_sleep_summary()
The text was updated successfully, but these errors were encountered: