jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.

Home Page:http://django-embed-video.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video doesn't show

robomike opened this issue · comments

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?

See the trace back please.

Nevermind I switched to vishap and it works

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