Just cloned this and tried to create an account:
import jodel_api
lat, lng, city = 48.148434, 11.567867, "Munich"
j = jodel_api.JodelAccount(lat=lat, lng=lng, city=city)
But got:
Traceback (most recent call last):
File ".\notifier.py", line 3, in <module>
j = jodel_api.JodelAccount(lat=lat, lng=lng, city=city)
File "C:\Users\Benjamin\Desktop\JodelNotifier\venv\lib\site-packages\jodel_api\jodel_api.py", line 56, in __init__
r = self.refresh_all_tokens(**kwargs)
File "C:\Users\Benjamin\Desktop\JodelNotifier\venv\lib\site-packages\jodel_api\jodel_api.py", line 136, in refresh_all_tokens
raise Exception(resp)
Exception: (477, {'error': 'Signed request expected', 'metadata': None})
According to the readme i should
Make sure to upgrade to the latest version of jodel_api, as the signing key changes every few weeks.
I just cloned the repo so i should have the latest version, right?
Anyone seeing similar problems?
Just cloned this and tried to create an account:
But got:
According to the readme i should
I just cloned the repo so i should have the latest version, right?
Anyone seeing similar problems?