-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 1003 - Authorization Error #1
Comments
Make sure in the facepp.py file the server name is http://apius.faceplusplus.com i.e. class API(object): |
Even though we used the server name 'http://apius.faceplusplus.com/' as mentioned, the authorization error (error code : 1003) still persists. |
hey @sanchishah have you resolved the error . please let me know |
Same thing we have here on CN server, not only in python SDK, also found in java SDK. |
I also met same problem , and I found two causes of this problem were :
so , when I make sure I have same region of registration and api-server , change methods on |
Has anybody found a fix for this issue? I am trying to use the web API in a ruby program I am making but keeping getting error 404. |
@liumusicforever can you please provide:
I've played around with your suggestions, but I don't quite understand them |
@FMCumhaill Hi,
|
Thanks for the support, I did as you suggested but if I set the url to Is this expected? |
|
Hello, everyone ! Does anybody know how it works in Europe? Which API server to use? I am getting errors.. Any Help? Thank you :) |
Even though I have made an account, an app and use the key and secret key every request I make returns error code 1003: Authorization error.
I have tried both the Command Tool (with my keys in .cfg) and calling the API from my own code. All return the error just like the example hello.py program.
I have tried both the US and CN server (http://us.api.faceplusplus.com and http://us.api.faceplusplus.com) as well as http://usapi.faceplusplus.com which is listed under the MyApp page. All give back 404 but http://api.faceplusplus.com works (but unfortunately gives me the Authorization error).
The text was updated successfully, but these errors were encountered: