studionow / pybrightcove

Python Implementation of the Brightcove Backend Integration API
http://help.brightcove.com/developer/docs/mediaapi/media-API.cfm
MIT License
29 stars 28 forks source link

get_upload_status cannot be used as a static method #33

Open leeb86 opened 13 years ago

leeb86 commented 13 years ago

Not necessarily a problem with the pybrightcove library but I have noticed that if there is an error with the upload then the error cannot be retrieved by creating a video object and then calling its get_upload_status method as the video object creation will fail after the Brightcove api returns null for find_video_by_id. If get_upload_status could be called by just passing it a brightcove id without instantiating a video object then hopefully the upload error could be retrieved. Has this problem been encountered before?

If there is a forum for this library i will happily post this there.