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

Can't create an account #82

Open
Taegos opened this issue Nov 22, 2018 · 3 comments
Open

Can't create an account #82

Taegos opened this issue Nov 22, 2018 · 3 comments

Comments

@Taegos
Copy link

Taegos commented Nov 22, 2018

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?

@jacopo-j
Copy link

This repo won't likely be updated with the latest signing key anymore, see #39 and #40. Besides, this is just another duplicate of #71 and #76.

@Taegos
Copy link
Author

Taegos commented Nov 22, 2018

Yeah saw that now, should probably be in the readme

@Benjamin-3281
Copy link

Benjamin-3281 commented Nov 25, 2018

Can anybody hint in which direction to work towards to get the signing key? :)
I have a jodel-related uni project and would spend weeks of manual labour if I can't get it to work again, so im ready to try out some trickier options

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

3 participants