Skip to content
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

http_status: 200, error: 1005, SystemException, Client id invalid when using find_videos_by_ids #6

Closed
amrutadotorg opened this issue Oct 27, 2018 · 5 comments

Comments

@amrutadotorg
Copy link

amrutadotorg commented Oct 27, 2018

Hi, can you check the youku.find_videos_by_ids method?

while using youku.find_videos_by_ids(ids) I'm getting

http_status: 200, error: 1005, SystemException, Client id invalid

the same client ID works fine with uploading

my
ids = ['XMzg3NzcwNjEwNA==']
thank you

@hanguokai
Copy link
Owner

I found there are only two apis on Youku docs for videos now https://cloud.youku.com/docs/doc?id=43 . Those two apis are find_videos_by_me and find_video_detail_by_id . I don't know whether other old apis supported in new api url. Can you test these by changing source code in youku_videos.py? If it works, I can update it.

@amrutadotorg
Copy link
Author

Hi I checked but I'm getting 404 so the old link should work but it does not. Can you ask the support please? (I do not speak Chinese)

@hanguokai
Copy link
Owner

I simply test api.youku.com , it doesn't support old find_video_by_id method. But you can use find_video_detail_by_id method instead, it is ok, I updated it last time.

@amrutadotorg
Copy link
Author

It looks like only these two methods are currently supported
http://cloud.youku.com/docs/doc?id=43

@amrutadotorg
Copy link
Author

Thank you find_video_detail_by_id works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants