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
383 stars 137 forks source link

video doesn't show #82

Closed robomike closed 5 years ago

robomike commented 6 years ago

python 2.7.13 django 1.11.4 django-embed-video==1.1.2

My template code: `{% load embed_video_tags %}

{{ this_job.job_title }}

{{ this_job.video_url }} {% if error_message %}

{{ error_message }}

{% endif %} {% video item.video as my_video %} URL: {{ this_job.video_url }} {% video my_video "medium" %} {% endvideo %}` The video_url is a youtube video emebed url. No video is shown on the page, what am i missing?

SalahAdDin commented 6 years ago

See the trace back please.

robomike commented 6 years ago

Nevermind I switched to vishap and it works

SalahAdDin commented 6 years ago

SOrry? İ haven't problem wıth thıs packages, so, ı don't know what happen wıth your vıdeo.