XaF / TraktForVLC

Automatically trakt.tv what you're watching on VLC
300 stars 49 forks source link

Problem with installation TraktForVLC on Ubuntu #143

Closed unidentified-user closed 1 year ago

unidentified-user commented 5 years ago

OS: Ubuntu 18.04.3 LTS VLC ver. 3.0.7

I started from reading Installation section in README, then moved to the part where I need to download TrackForVLC from here. I downloaded it, made it executable and then run the installation. After all, I got this output with an error in a terminal:

2019-08-31 21:42:07,118::INFO::Searching for VLC binary...
2019-08-31 21:42:07,119::INFO::VLC binary: /snap/bin/vlc
TraktForVLC will be installed for the following configuration:
 - OS: Linux
 - VLC: /snap/bin/vlc
 - VLC configuration: /home/john/.config/vlc
 - VLC Lua: /home/john/.local/share/vlc/lua
 - VLC Lua interface: /home/john/.local/share/vlc/lua/intf
 - Service ? No
Proceed with installation ? [y/n] y
2019-08-31 21:42:28,651::INFO::Creating directory (and parents): /home/john/.local/share/vlc/lua/intf
2019-08-31 21:42:28,689::INFO::Copying helper (trakt_helper) to /home/john/.local/share/vlc/lua
2019-08-31 21:42:28,726::INFO::Copying trakt.luac to /home/john/.local/share/vlc/lua/intf
2019-08-31 21:42:28,726::INFO::Setting up VLC to automatically use trakt's interface
2019-08-31 21:42:30,600::ERROR::Unable to enable VLC lua interface:
[00000000009d45b0] [trakt] lua interface error: Couldn't find lua interface script "trakt".
[00000000009d45b0] main interface error: no suitable interface module
[00000000008f3400] main libvlc error: interface "default" initialization failed
[00000000009c63e0] [http] lua interface: Lua HTTP interface

Why did it happen? Am I did something wrong? Is it possible to fix this?