-
Notifications
You must be signed in to change notification settings - Fork 715
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
Bug: link to media posted on channel = Server Failed to Load #385
Comments
Facing the same issue with youtube video embed on electron app only (OK on web app) |
Any update on this? Verry annoying bug :( |
same here (works from browser, not from windows app): |
@mdesign83 What version of the desktop app are you using? |
@alexbrazier 2.5.0 |
@mdesign83 Please can you upgrade to 2.6.1, as this bug has been resolved. |
@alexbrazier Thx, it seems fixed now. (I downloaded the "latest" from the website, but it linked to the 2.5.0 yet) |
@rodrigok Are you able to update the links on the website to 2.6.1? |
My Setup
My OS name and version: OS X or any other...
My current app version: 2.5.0
I have tested with the latest application version
I can simulate the issue easily
Description
Bug while pasting media link to public channel (for ex. youtube movies) - "Server Failed to Load" - ONLY in Rocket app client. Just can't join again to this channel until the post with link is removed. No errors in server logs. This happens only in public/private channels, priv msg working just fine. Refreshing/clearing cache app doesn't help.
In server dev tools:
Uncaught ReferenceError: Meteor is not defined
at /Applications/Rocket.Chat+.app/Contents/Resources/app.asar/app/public/preload.js:19
12/Applications/Rocket.Chat+.app/Contents/Resources/app.asar/app/public/preload.js:75 Error getting system idle time: ReferenceError: Meteor is not defined
In app dev tools:
webview.js:75webview: Uncaught TypeError: Cannot read property 'style' of null
webview.js:75webview: Uncaught ReferenceError: Meteor is not defined
13webview.js:75webview: Error getting system idle time: ReferenceError: Meteor is not defined
webview.js:75 webview: Error getting system idle time: ReferenceError: Meteor is not defined
Current Behavior
The text was updated successfully, but these errors were encountered: