Hi, I'm in china, when I make some demo , it returns 401 Authentication error, the flowing is my Android log:
22 10:12:08.243 W/DefaultRequestDirector( 9454): Authentication error: Unable to respond to any of these challenges: {}
10-22 10:12:08.243 W/HttpRetriever( 9454): Error 401 for URL http://api.themoviedb.org/3/person/popular/api_key=###
Does something wrong with the URl, I do the demo as http://www.javacodegeeks.com/2010/10/android-full-app-part-4-asynchronous.html described.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة flyingfishercn
بتاريخ أكتوبر 21, 2013 في 11:15 مساءا
I do all the work on Android, and used VPN(which can shielded The Great Wall of China ), but the error keeps there.
what's the problem?Can someone help me?
رد بواسطة Travis Bell
بتاريخ أكتوبر 21, 2013 في 11:26 مساءا
You're not specifying the API key properly. You need set it as an HTTP parameter.
رد بواسطة flyingfishercn
بتاريخ أكتوبر 21, 2013 في 11:30 مساءا
In my android.log on my local machine, it displays OK. I don't know why, it seems that when I pasted it, the api_key was replaced by ###. I do the paste again here. Error 401 for URL http://api.themoviedb.org/3/person/popular/api_key=###
رد بواسطة Travis Bell
بتاريخ أكتوبر 21, 2013 في 11:38 مساءا
That's not what I was referring to. I changed it. Don't paste your API key publicly. It should be treated privately. I was referring to the way you're setting it. You need to set it with a question mark (?). Look at my example. You're not setting a valid HTTP parameter.
رد بواسطة flyingfishercn
بتاريخ أكتوبر 21, 2013 في 11:49 مساءا
wow, Thanks very much to you, Travis. Everything looks ok now.
رد بواسطة Travis Bell
بتاريخ أكتوبر 21, 2013 في 11:52 مساءا
No problem.