Topic: SVP Tube 2 not detecting links

Hi everyone!

I recently found out about SVP 4 and decided to give it a go. So far everything works without problems except -> SVP Tube 2 does not detect any links at all. No problem with regular SVP Tube though.
All i get from svptube 2 is this little popup msg: http://i.imgur.com/LbiR9ll.jpg

Since theres a very low amount of Info given about svptube 2 i thought i'd ask here, maybe someone had the same problem and knows a fix for it.

thanks in advance

Re: SVP Tube 2 not detecting links

You can search details about the error in SVP log:
SVP tray menu - Information - Events log
---

I see in your log one strange error:

06:57:45.714 <I>: Tube: youtube_dl initialization failed

Re: SVP Tube 2 not detecting links

if you run SVP at Windows startup - try to exit and run it manually

Re: SVP Tube 2 not detecting links

So any ideas on how to fix it? or what i could try to possibly workaround it?

Re: SVP Tube 2 not detecting links

Try to do how Chainik have said:
1. SVP tray menu - Exit
2. Launch SVP-Manager manually from Windows Start menu or from folder Program Files (x86)\SVP4 from Windows Explorer.
3. Check if SVPtube still not detecting links.

Re: SVP Tube 2 not detecting links

Could Windows UAC be the cause of the issue?

7 (edited by ulti 04-04-2017 02:44:30)

Re: SVP Tube 2 not detecting links

I've disabled the svp autostart, tried starting it manually and I've tried disabling windows UAC.

this is what my svp log looks like:

Post's attachments

SVP4log.txt 3.71 kb, 664 downloads since 2017-04-03 

Re: SVP Tube 2 not detecting links

Do you have a system-wide Python installation?
Can you run SVP 4\mpv32\python.exe ?
If yes, will it execute the following commands w/o errors?

import sys
sys.path.append("..\\extensions\\tube")
import youtube_dl
Post's attachments

python-cmd.png, 8.8 kb, 849 x 178
python-cmd.png 8.8 kb, 500 downloads since 2017-04-04 

Re: SVP Tube 2 not detecting links

Heres what it looks like, i get No mudule named 'youtube_dl'

http://i.imgur.com/YYC8Gec.png

Re: SVP Tube 2 not detecting links

a typo near "extensions}}tube"

Re: SVP Tube 2 not detecting links

ok sorry about that didnt notice :X

looks the same as urs

http://i.imgur.com/4knt5Hx.png

Re: SVP Tube 2 not detecting links

well... what is your PATH value?

echo %PATH%