jazzband/django-embed-video

video unavailable

agilealpha1 opened this issue · 7 comments

please state your problem correctly and provide the related code, which you used to implement this .!!

I have same problem with this code

{% load embed_video_tags %}

{% video item.url 'small' %}

or

{% video item as my_video %}
    URL: {{ my_video.url }}
    Thumbnail: {{ my_video.thumbnail }}
    Backend: {{ my_video.backend }}
    {% video my_video 'small' %}
{% endvideo %}

browser - Yandex browser latest
country - Rus

I've got the same trouble as well. I think it's about CORS

Is this issue still relevant? We haven't heard back in a while and I'm just checking if you are still facing the problem.

Is this issue still relevant? We haven't heard back in a while and I'm just checking if you are still facing the problem.

I figured it out. The problem is some videos are set by the Youtuber not to be allowed to share. So it works for most videos.

Great, closing the issue then :) Thanks for reporting back.

Sorry, for reviving an old issue. However, I faced a similar issue today.
For me it was resolved by adding this setting: SECURE_REFERRER_POLICY = "no-referrer-when-downgrade"
And using HTTPS.