You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is likely that you are being rate limited by Kijiji for many login attempts.
How frequently are you attempting to login with your user credentials? The Kijiji API that this app uses is intended to do infrequent logins since once logged in, it returns a user token. This token is valid for a long time (approx. 30 days) and should be used when making all future API calls.
When I send many login requests in a row, I get the following error:
KijijiApiException: Unable to parse text: mismatched tag
No matter which method of the KijijiApi class is called many times in a row (login(), get_profile() or get_ad()), the following exception pops up:
raise KijijiApiException(f"Unable to parse text: {errors.messages[e.code]}")
The text was updated successfully, but these errors were encountered: