-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YouTube videos not playing in app #537
Comments
Can reproduce on CZO in Ubuntu. Not reproducible on browser, only on the desktop app. |
This seems likely related to the click handler overriding for uploaded files logic. |
Look for the code around |
This used to work until the |
I believe it worked even until further version. It's only after 2.3.5 update that it stopped working for me.
|
@akashnimare how does zulip/zulip-electron@6470f53 resolve this? |
@timabbott 7299cd5 broke this for some reason (it works for all commits before this one). It was due to the sentry module breaking it somehow. Updating sentry to the latest version seems to fix this. |
OK, cool; you should definitely be putting that context in the commit message! |
This fixes the youtube video not playing in the lightbox issue. Youtube video stopped playing in the lightbox when we added the Sentry support. The exact reason behind the issue is still unknown but we're guessing that previous version of Sentry doesn't exit process on oncaught errors which might have caused lightbox to break. The issue was fixed in the latest release of the Sentry v0.8.1. Fixes: #537.
Since 2.3.5 update I cannot play youtube videos in zulip. Whenever someone sends something and I click the thumbnail, whole screen turns black (as it usually was) but player is not visible.
The text was updated successfully, but these errors were encountered: