pnbruckner / life360

A simple python life360 client
MIT License
16 stars 6 forks source link

life360.exceptions.LoginError: aiohttp.client_exceptions.ClientResponseError: 403, message='Forbidden' #18

Closed ryanbuckner closed 3 days ago

ryanbuckner commented 4 days ago

Did life360 block your latest beta again? I'm using your latest version

  File "/Users/ryanbuckner/PycharmProjects/NewLife360/life360/api.py", line 314, in _request
    raise LoginError(err_msg) from exc
life360.exceptions.LoginError: aiohttp.client_exceptions.ClientResponseError: 403, message='Forbidden', url=URL('https://api-cloudfront.life360.com/v3/oauth2/token'); status: 403
pnbruckner commented 4 days ago

Not that I'm aware of, but you never know. It's currently working for me (and I believe many others) via my custom HA integration.