JodelRaccoons / jodel_api

Unoffical Python Interface to the Jodel API
https://github.com/nborrmann/jodel_api
MIT License
18 stars 7 forks source link

The user is not a valid firebase user #16

Closed rayanke closed 3 years ago

rayanke commented 3 years ago

Issue

... when running a script that just creates an account i face this following issue :

(401, {'error': 'The user is not a valid firebase user', 'metadata': None})

Environment

If you're reporting a bug, please attach the output of the following commands:

$ pip3 show jodel_api

> Name: jodel-api
Version: 1.2.11
Summary: Unoffical Python Interface to the Jodel API
Home-page: https://github.com/nborrmann/jodel_api
Author: Nils Borrmann
Author-email: n.borrmann@googlemail.com
License: MIT
Location: /usr/local/lib/python3.9/site-packages
Requires: varint, mock, future, requests, protobuf
Required-by: 

$ pip3 -V

> pip 21.2.4 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)

$ python3 -V

> Python 3.9.7

$ python3 -c "import jodel_api; print(jodel_api.JodelAccount.version); print(jodel_api.JodelAccount.secret)"

> 7.22.3
b'yPGQiSkiNFfWEEGrYYTEvpEGwlgLOVEIIsVcITvY'
Unbrick commented 3 years ago

This issue most probably linked to issue #14. As soon as #14 is fixed, this should work again.