-
Notifications
You must be signed in to change notification settings - Fork 217
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
Syncplay and VLC on Ubuntu causes syncplay.lua error #301
Comments
I've had others report issues with VLC and Syncplay on Ubuntu recently, so seems like something might have changed either with VLC, Ubuntu or Snap which is causing an issue. See also #302. If anyone can figure it out please let us know! |
Hey everyone, If I start VLC myself it seems it can find the file, as it is present in my extensions window. When I open the extensions window in VLC opened by syncplay, the extension is not there, so it seems something prevented it from loading. Maybe the args that are specified by syncplay when vlc is started constrain it too much? I think that happens in the following file/line: syncplay/syncplay/players/vlc.py Line 411 in a9172f9
Two humble ideas, as a complete outsider:
In any case, thanks for developing syncplay. Maybe in a few days I'll be able to help some more. |
Can someone with the issue please try to remove the |
In line with the suggestion from @bobismijnnaam I have now now made commit ff6a6ad which deletes the line |
Works for me! Ubuntu 18.04, python 3.5, and installed the dependencies in the requirements.txt files. Have not tested with multiple viewers, will do so tomorrow. |
I think there is a issue with Ubuntu 20.04 being a x64 system with no preinstalled 32bit libraries? I had snap installed vlc. Then I tried syncplay as appimage. And then from snap-store. Both didn't work. And when I tried compiling syncplay from source, installing the requirement.txt, I couldn't install |
okay so I uninstalled the snap-vlc. And installed apt-vlc with |
Tested out again with Syncplay v1.6.5 and snap-vlc (VLC v3.0.10). It didn't work. same error "syncplay.lua". Going back to apt-vlc (VLC v3.0.9.2) |
Once again, I am unable to reproduce. Here there is what I did, step by step
@aboode95 Did you try Syncplay from snap? Could you try following these steps? Thanks for your help. (Incidentally, I found out that the application icons are broken in the snap install on 20.04, we should investigate that -> @daniel-123 perhaps desktop files do not work anymore with this version?) |
@albertosottile I am happy to help! And it's really nothing. Indeed I should be thanking you! So, I decided to do a fresh install of Ubuntu 20.04 and then follow your steps. Unfortunately, it didn't work. I still got the Though I should mention that I had a power outage in my area and my computer shut down when I was installing vlc. When electricity came back, I had to run I should also mention that I have a |
I also tried with I then tried |
I ran exactly the same steps described before but on a "Minimal Installation" of Ubuntu 20.04, I am still unable to reproduce. |
I just downloaded the snap with |
I just downloaded the source code corresponding to the commit ff6a6ad, and compiled the project. It works. (Ubuntu 18.04.4). Yay 😄 Does this mean the problem lies in the |
AFAIK this is resolved in latest version so closing. Let me know if the issue recurs. |
Following suggestion from @bobismijnnaam in Syncplay#301
Following suggestion from @bobismijnnaam in Syncplay#301
It has definitely not been resolved in my experience using the latest stable build from the Snap Store. |
Hello,
When starting synplay I get this error:
This seems to be an old issue but this is with syncplay 1.6.4 and VLC 3.0.8 (both installed via snap) on Ubuntu 18.04. Thank you
The text was updated successfully, but these errors were encountered: