-
Notifications
You must be signed in to change notification settings - Fork 51
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
Uncaught TypeError: Cannot read properties of undefined (reading 'pause') #119
Comments
Could you provide a link for an example video that causes this error? I know you've said "any video," but having a single link to sync on will help with triage here. (For context, I can't reproduce this on Firefox.) |
https://piped.video/watch?v=DffvBIw3vMo
Firefox works fine for me too. |
The type error
happens because ffm2mpv tries to pause a video element (if any) when you send a link to mpv but the page may not have one, so this gets logged in the console of the page. It should not affect ff2mpv functionality. I have brave installed on my steam deck through nix store and the link you provided is working. For better troubleshoot, please launch brave from the terminal and see what gets logged there when you use ff2mpv. It may give more clues of what is happening. |
I've figured out my issue on brave from the nix package manager:
Both issues are related to non-nixOS systems, so likely unrelated to youur issue. Something that I noticed while digging on this is that the |
Describe the bug
When attempting to send a video to mpv in Brave the extension fails to do so.
Reproduction steps
Attempt to open any supported video
Expected behavior
Video link is sent to MPV.
Platform information
Additional context (optional)
The text was updated successfully, but these errors were encountered: