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

Resolve issue with Brightcove's add_image method (Video.set_image) #30

Closed paltman closed 15 years ago

paltman commented 15 years ago

Every which way that I test the the API add_image and examine the raw request via the Charles Proxy, I can't determine if/how I am doing something wrong. Brightcove only sends a very generic UnknownServerError back my way.

I opened the following thread on the forums to try and get an answer: http://forum.brightcove.com/brgh/board/message?board.id=Developer_2&thread.id=264

paltman commented 15 years ago

fixed bug in set_image - Closed by 125ff0462c4a97ea3a8e2807fa68bf5de863ffc4; added raw_data attributs to Video/Playlist;