Registration fails

Issue #39 on hold
Jan created an issue

I might just be missing some basic things here. Do you need to have files from an Android device? I remember that running Jodel on a virtual Android, did not work because it recognized it as a PC. How do you get that access token?

No configuration file found...
Could not connect to server: Registering failed: Request to https://api.go-tellm.com/api/v2/users/ failed:
Status code: 477
Text: {"error":"Signed request expected","metadata":null}

Comments (4)

  1. Christian Fibich repo owner

    The configuration file will be automatically created if registering succeeds

    To register, a current HMAC key in APP_CONFIG in OJOC/Config.py is needed as well as the current authentication process.

    This key can be generated by the process described in the ojoc-keyhack submodule.

    I doubt that my implementation does still work, but I don't have the time to implement the current authentication method...

  2. Jan reporter

    I can see that there are already keys for some versions in the Config.py, so I guess I have to enter one from the latest version. I got a key for 4.92.2, but for 5.90 the keyhack doesn't work. So I guess I don't even need to try, right?

    I can also not see a file called APP_CONFIG.

  3. Log in to comment