jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
382 stars 135 forks source link

raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded #21

Closed mpachas closed 10 years ago

mpachas commented 10 years ago

raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded I'm getting this exception if a Soundcloud resource does not exists, I think they do not give us an 'empty or wrong configured element' as youtube does, with an empty player and a generic 'missing' thumbnail, so all the thumbnail boxes (as the standard DjangoEmbedField widget) explode.

yetty commented 10 years ago

Thanks, it has been fixed in development version. New version is planning to be released by the end of the month.

mpachas commented 10 years ago

Thank you, fast-coding yetty!