Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-27 Thread Michael Herger
I'm running out of ideas. As long as the helper crashes Connect mode obviously can't work. ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-24 Thread Caveman60
Caveman60 wrote: > This seems crucial - so, how do I enable "connect" mode for my > Squeezebox 2 player? OK, found how to enable Connect Mode, but this still doesn't help. Also tried everything with the AVG firewall suspended and still crashed

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-24 Thread Caveman60
mherger wrote: > >> Plugins::Spotty::Connect::DaemonManager::initHelpers (126) This is a > >> standalone player with Spotify Connect disabled: 00:04:20:07:35:8c > > > > I note that Spotify Connect is reporting as "disabled" could this be > > part of the problem? > > That message would say

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-23 Thread Michael Herger
Nothing shown in the terminal? What with "spotty.exe -v"? Not sure if I replied to this, but just crashes. I'm pretty sure there's a problem with some "security" package. A firewall blocking outgoing traffic, or the AV considering the helper's activity dangerous or whatever. As you can

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-23 Thread Michael Herger
Plugins::Spotty::Connect::DaemonManager::initHelpers (126) This is a standalone player with Spotify Connect disabled: 00:04:20:07:35:8c I note that Spotify Connect is reporting as "disabled" could this be part of the problem? That message would say that you didn't enable connect mode for the

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-23 Thread Caveman60
mherger wrote: > > Also, just typing "spotty" at the command prompt crashes as above > > Nothing shown in the terminal? What with "spotty.exe -v"? > > Would you have some other service running which might be conflicting > with Spotty? Some other media server? Not sure if I replied to this,

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-23 Thread Caveman60
Caveman60 wrote: > Today, the same command in the log gives this slightly different > response (which then repeats every minute ad infinitum) > > C:\PROGRA~3\SQUEEZ~1\Cache\INSTAL~1\Plugins\Spotty\Bin\MSWIN3~1\spotty.exe > -c C:\ProgramData\Squeezebox\Cache\spotty\__AUTHENTICATE__ -n Spotify >

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-20 Thread Michael Herger
Yes, but to no avail as it still crashed. One thing puzzling me is why your -c command doesn't specify a different folder for the authorization file as the inbuilt "helper" seems to (albeit unsuccessfully) - see extract from log below: -c defines the cache folder, where the credentials file

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-20 Thread Caveman60
Today, the same command in the log gives this slightly different response (which then repeats every minute ad infinitum) C:\PROGRA~3\SQUEEZ~1\Cache\INSTAL~1\Plugins\Spotty\Bin\MSWIN3~1\spotty.exe -c C:\ProgramData\Squeezebox\Cache\spotty\__AUTHENTICATE__ -n Spotify Authorization (Timothy-PC) -a

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-20 Thread Caveman60
mherger wrote: > > Is it not possible to write the Spotify Authorization File directly > > without using the spotty.exe commands? > > No, because you need to authenticate with Spotify before you get a > token. And I fear that's just the first of your problems: even if you > were able to

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-19 Thread Michael Herger
Is it not possible to write the Spotify Authorization File directly without using the spotty.exe commands? No, because you need to authenticate with Spotify before you get a token. And I fear that's just the first of your problems: even if you were able to overcome this, it might just crash

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-19 Thread Caveman60
Is it not possible to write the Spotify Authorization File directly without using the spotty.exe commands? Caveman60's Profile: http://forums.slimdevices.com/member.php?userid=73222 View this thread:

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-19 Thread Caveman60
No, I have with the exact script specified and it just crashes. Any other thoughts as to how to reset ? Caveman60's Profile: http://forums.slimdevices.com/member.php?userid=73222 View this thread:

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-16 Thread bpa
Caveman60 wrote: > Once again, although the command "spotty.exe -x" works fine > > C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86- > multi-thread>spotty.exe -x > ok spotty v1.3.0 - using librespot 0.4.1 c5b689f (Built on 2022-06-04, > Build ID: > hSvMvEM6,

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-16 Thread Caveman60
Still no luck I'm afraid. It seems to crash on the -p command Caveman60's Profile: http://forums.slimdevices.com/member.php?userid=73222 View this thread: http://forums.slimdevices.com/showthread.php?t=117195

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-15 Thread Michael Herger
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86- multi-thread>spotty.exe -c , -n :Spotify Authorization" -u "timodell" -p "??" -a --disable-discovery --ap-port 12321 --verbose What if you changed the port to something else, eg. 29109?

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-15 Thread Caveman60
mherger wrote: > > Code: > > "C:\PROGRA~3\SQUEEZ~1\Cache\INSTAL~1\Plugins\Spotty\Bin\MSWIN3~1\spotty.exe" -c . -n "Spotify Authorization" -u "timodell" -p "" -a --disable-discovery --ap-port 12321 --verbose > > > > That should print

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-14 Thread mherger
Code: "C:\PROGRA~3\SQUEEZ~1\Cache\INSTAL~1\Plugins\Spotty\Bin\MSWIN3~1\spotty.exe" -c . -n "Spotify Authorization" -u "timodell" -p "" -a --disable-discovery --ap-port 12321 --verbose Michael "It doesn't work - what shall I do?" - "Please

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-14 Thread Caveman60
mherger wrote: > Please check > https://forums.slimdevices.com/showthread.php?117195-Spotty-exe-not-running=1068067=1#post1068067 > > once again. In particular the running spotty.exe in a command window. Not sure what you want me to do...? Tried putting in authentication instructions

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-14 Thread Michael Herger
Please check https://forums.slimdevices.com/showthread.php?117195-Spotty-exe-not-running=1068067=1#post1068067 once again. In particular the running spotty.exe in a command window. ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-14 Thread Caveman60
mherger wrote: > > Can I use command prompt instructions to manually add the > configuration? > > NB The "Spotty Authentification" option is not showing in my Spotify > > device lists. > > If you enable info logging for plugin.spotty (Settings/Advanced/Logging) > > you should see the command

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-13 Thread slartibartfast
Caveman60 wrote: > Version listed on plug-ins page is 4.8.4Latest version then. Sent from my Pixel 3a using Tapatalk slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609 View this thread:

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-13 Thread Caveman60
mherger wrote: > > Can I use command prompt instructions to manually add the > configuration? > > NB The "Spotty Authentification" option is not showing in my Spotify > > device lists. > > If you enable info logging for plugin.spotty (Settings/Advanced/Logging) > > you should see the command

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-13 Thread slartibartfast
Caveman60 wrote: > Its just what's there after loading the Spotty Ap in LMS...how can I get > the latest version?I think v1.3 must be the helper and not Spotty so I think > you must have the latest. Which version of Spotty is in your plugin page in settings? Sent from my Pixel 3a using

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-13 Thread Caveman60
slartibartfast wrote: > Where do you get Spotty v1.3 from? The latest version is at least v4.8. > > Sent from my Pixel 3a using Tapatalk Its just what's there after loading the Spotty Ap in LMS...how can I get the latest version?

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-12 Thread Michael Herger
Can I use command prompt instructions to manually add the configuration? NB The "Spotty Authentification" option is not showing in my Spotify device lists. If you enable info logging for plugin.spotty (Settings/Advanced/Logging) you should see the command it's using to authenticate. Copy/paste

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-12 Thread Michael Herger
Also, just typing "spotty" at the command prompt crashes as above Nothing shown in the terminal? What with "spotty.exe -v"? Would you have some other service running which might be conflicting with Spotty? Some other media server? ___ plugins

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-12 Thread Michael Herger
Where do you get Spotty v1.3 from? The latest version is at least v4.8. The plugin has a faster cycle, and thus a different version number, than the spotty helper application. ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-12 Thread slartibartfast
Caveman60 wrote: > Also, just typing "spotty" at the command prompt crashes as aboveWhere do you > get Spotty v1.3 from? The latest version is at least v4.8. Sent from my Pixel 3a using Tapatalk slartibartfast's

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-12 Thread Caveman60
Also, just typing "spotty" at the command prompt crashes as above Caveman60's Profile: http://forums.slimdevices.com/member.php?userid=73222 View this thread: http://forums.slimdevices.com/showthread.php?t=117195

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-12 Thread Caveman60
Can I use command prompt instructions to manually add the configuration? NB The "Spotty Authentification" option is not showing in my Spotify device lists. Caveman60's Profile:

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-12 Thread Caveman60
Yes, that seems to work: C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86- multi-thread>spotty.exe -x ok spotty v1.3.0 - using librespot 0.4.1 c5b689f (Built on 2022-06-04, Build ID: hSvMvEM6, Profile: release)

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-11 Thread Michael Herger
The version of Spotty.exe that is saved (and crashing) is dated 04/06/2022 and is 3680kb Have you tried running it from a command window? "spotty.exe -x"? ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-11 Thread Caveman60
Caveman60 wrote: > I have now found the path for Spotty.exe, so it is there and included in > the list of AVG apps that are permissioned, but still crashes when I try > to save my Spotify credential The version of Spotty.exe that is saved (and crashing) is dated 04/06/2022 and is 3680kb

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-11 Thread Caveman60
Caveman60 wrote: > Logitech Media Server Version: 8.3.0 - 1667251155 @ Fri Nov 4 09:09:12 > WEST 2022 > Hostname: Timothy-PC > Server IP Address: 192.168.0.3 > Server HTTP Port Number: 9000 > Operating system: Windows 8.1 - EN - cp1252 > Platform Architecture: 8664 > Perl Version: 5.14.1 -

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-11 Thread Caveman60
Logitech Media Server Version: 8.3.0 - 1667251155 @ Fri Nov 4 09:09:12 WEST 2022 Hostname: Timothy-PC Server IP Address: 192.168.0.3 Server HTTP Port Number: 9000 Operating system: Windows 8.1 - EN - cp1252 Platform Architecture: 8664 Perl Version: 5.14.1 - MSWin32-x86-multi-thread Audio::Scan:

Re: [SlimDevices: Plugins] Spotty.exe not running

2022-12-09 Thread Michael Herger
What Windows version are you using? 32 or 64 bit? What LMS version? Any firewall in place? An "internet security suite" or the like? ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

[SlimDevices: Plugins] Spotty.exe not running

2022-12-09 Thread Caveman60
I am trying to link my Spotify account in Media Server, but after selecting the Spotty add-in and reopening I get the following message when I click on Spotty in My Apps: Spotify Credentials missing Please check Settings/Advanced/Spotty Spotify for Squeezebox in the web interface And after