mtschirs

Results 10 comments of mtschirs

I could isolate the issue to the function `export const screenshot = (): Promise` in `userinterface.ts` returning a Java object. Here is a minimal self contained sample running directly within...

Hi weltmeyer, thank you for looking into this! I just tried ``` python game = api.start_game("") result = api.upload_round_answers(game['game_id'], [0,0,0], 1) ``` and I got a normal result ``` python...

Hm, I did the following: 1. Create two new players via the api 2. Start a game between these players via the api 3. Upload round answers for both players...

I am pretty sure you are using the outdated C# client API by now. However, updating that code seems easy, you would only have to change the authorization key and...

These "ls" and "ld" headers have always been send and, as far a I know, they have something to do with Quizduell Premium. They are not used for authentication. You...

If you send me the parameters and the produced auth code of a request that fails, I can send you the auth code my python code produces and compare it...

I tried to reproduce the update error by uploading round answers to your game id, but it failed with `"popup_title": "Hoppla", "popup_mess": "Ein Fehler ist aufgetreten"`. So it seems the...

Strange behavior of the server, but as long as it works... I will close this issue then. Good luck with your project.

Hi ChrushedPixel, it seems to be a new bot prevention mechanism at play. May I ask what you are planning to use the API for?

Hi Pete-42, a new access prevention mechanism seems to be in place based on Google Play validation. You would need to change the app token or simulate the Google Play...