Skip to content

Is there any plan to update the keys? #85

@gaardhus

Description

@gaardhus

I'm getting errors on the keys, and I don't know how to find the updated signing versions. Is there a plan to update the files, or can anybody point me in the direction on how to update them manually?

When I'm running
j = jodel_api.JodelAccount(lat=lat, lng=lng, city=city)

I get the following output:

Creating new account.
Traceback (most recent call last):

  File "<ipython-input-77-1a5f3f511db7>", line 1, in <module>
    j = jodel_api.JodelAccount(lat=lat, lng=lng, city=city)

  File "C:\Users\tobia\Anaconda3\lib\site-packages\jodel_api\jodel_api.py", line 56, in __init__
    r = self.refresh_all_tokens(**kwargs)

  File "C:\Users\tobia\Anaconda3\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})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions