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
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
First i encountered a problem when trying to call categories.py, I got this as response:
information from server. [RH-01]
Iv'e noticed that that the library used SERVICE = "androidmarket" when trying to login. which was weird because android market is dead. changed it to SERVICE = "googleplay" and the problem was gone.
now im getting: HTML> HEAD> TITLE>Unauthorized</TITLE> /HEAD> BODY BGCOLOR="#FFFFFF" TEXT="#000000"> H1>Unauthorized</H1> H2>Error 401</H2> /BODY> HTML>
as a response to categories.py call.
please help :)
P.S for all stages I got OK from the login call (got back auth and a token)
The text was updated successfully, but these errors were encountered:
I am trying to use this api for a day now.
information from server. [RH-01]
HTML> HEAD> TITLE>Unauthorized</TITLE> /HEAD> BODY BGCOLOR="#FFFFFF" TEXT="#000000"> H1>Unauthorized</H1> H2>Error 401</H2> /BODY> HTML>
as a response to categories.py call.
please help :)
P.S for all stages I got OK from the login call (got back auth and a token)
The text was updated successfully, but these errors were encountered: