Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread Michael Herger

Good to know you figured it out in the end! Enjoy the music!
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread fwehrle


Just for helping other people with the same issue : I added the other
spotify account with username and password and all is working fine now.
I just notice that my son has change his account's password. So I
suppose that is the origin of the issue...

Thank you very much Michael



fwehrle's Profile: http://forums.slimdevices.com/member.php?userid=67002
View this thread: http://forums.slimdevices.com/showthread.php?t=117221

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread fwehrle


mherger wrote: 
> >> Can you sign out and back in again?
> > Ok, but where? in the Spotty settings page in LMS?
> 
> Yes, at the top you should be able to delete the account(s), then add 
> them back again.
> 
YES! it works again on all the devices, with just my account logged in.
I now have trouble to log in the other familly accounts (Authentication
error with user/pwd login), but I will investigate...

mherger wrote: 
> 
> 
> > I just think about something : the Spotty plugin is working fine on
> some
> > of my devices/client, and only fail to get token on 3 devices/client.
> 
> Is it the device you're using, or the account you're using with those 
> devices?
> 
> > That look like it is the device which is trying to get the token, and
> > not the server.
> > How can I test on a specific device/client?
> 
> You can't. It's all handled by the server. Therefore I rather believe 
> that the account information used for those devices might be invalid.
I did not use an specific account for a specific device.
All the accounts are usually accessible on all the devices menu. 
I did not understand what you're talking about : how can I use a
specific account on a specific device?

Thank you for helping :)



fwehrle's Profile: http://forums.slimdevices.com/member.php?userid=67002
View this thread: http://forums.slimdevices.com/showthread.php?t=117221

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread Michael Herger

Can you sign out and back in again?

Ok, but where? in the Spotty settings page in LMS?


Yes, at the top you should be able to delete the account(s), then add 
them back again.



I just think about something : the Spotty plugin is working fine on some
of my devices/client, and only fail to get token on 3 devices/client.


Is it the device you're using, or the account you're using with those 
devices?



That look like it is the device which is trying to get the token, and
not the server.
How can I test on a specific device/client?


You can't. It's all handled by the server. Therefore I rather believe 
that the account information used for those devices might be invalid.

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread fwehrle


mherger wrote: 
> Can you sign out and back in again?
Ok, but where? in the Spotty settings page in LMS?

I just think about something : the Spotty plugin is working fine on some
of my devices/client, and only fail to get token on 3 devices/client. 
That look like it is the device which is trying to get the token, and
not the server.
How can I test on a specific device/client?



fwehrle's Profile: http://forums.slimdevices.com/member.php?userid=67002
View this thread: http://forums.slimdevices.com/showthread.php?t=117221

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread Michael Herger

Can you sign out and back in again?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread fwehrle


mherger wrote: 
> >> What if you run that command from your log in a shell (replacing the
> >>  with your client ID)?
> > 
> > Which one? the one in the log?
> 
> Yes. You did use actual paths and client ID, rather than those ""
> values, didn't you?
> 
Yes, of course :D

mherger wrote: 
> 
> 
> > It return nothing, and that is the content of the /tmp file :
> > 
> > Code:
> > 
> >  franck@LMS:~$ cat /tmp/z0NVMyDwIZ
> >{"error":"Failed to create session or connect to servers."}
> 
> Hmm... what if you added "-v" to the list of parameters?

Like this?

Code:

franck@LMS:~$ 
"/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/i386-linux/spotty-x86_64"
 -v -n "Squeezebox" -c "/var/lib/squeezeboxserver/cache/spotty/75" -i 
"c595ad1" --disable-discovery --scope 
"user-read-private,user-follow-modify,user-follow-read,user-library-read, 
user-library-modify,user-top-read,user-read-recently-played,user-read-playback-state,user-modify-playback-state,playlist-read-private,playlist-read-collaborative,playlist-modify-public,playlist-modify-private"
 --save-token "/tmp/z0NVMyDwIZ"  


It do nothing. And the content of the tmp file is the same.



fwehrle's Profile: http://forums.slimdevices.com/member.php?userid=67002
View this thread: http://forums.slimdevices.com/showthread.php?t=117221

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-13 Thread Michael Herger

What if you run that command from your log in a shell (replacing the
 with your client ID)?


Which one? the one in the log?


Yes.


It return nothing, and that is the content of the /tmp file :

Code:

 franck@LMS:~$ cat /tmp/z0NVMyDwIZ
   {"error":"Failed to create session or connect to servers."}


Hmm... what if you added "-v" to the list of parameters?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-12 Thread fwehrle


mherger wrote: 
> What if you run that command from your log in a shell (replacing the
>  with your client ID)?

Which one? the one in the log?
It return nothing, and that is the content of the /tmp file : 

Code:

franck@LMS:~$ cat /tmp/z0NVMyDwIZ
  {"error":"Failed to create session or connect to servers."}




fwehrle's Profile: http://forums.slimdevices.com/member.php?userid=67002
View this thread: http://forums.slimdevices.com/showthread.php?t=117221

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-12 Thread mherger


What if you run that command from your log in a shell (replacing the
 with your client ID)?



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=117221

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-12 Thread fwehrle


mherger wrote: 
> Are you using your own client ID? Multiple Accounts?

Yes and yes : for accounts, all in the same spotify family account. 
(Note : It's worked great for years)

39386


+---+
|Filename: brave_GminFiham8.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=39386|
+---+


fwehrle's Profile: http://forums.slimdevices.com/member.php?userid=67002
View this thread: http://forums.slimdevices.com/showthread.php?t=117221

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty didn't get token anymore on old client (Boom, or SqueezeLite on old linux) ?

2022-12-12 Thread Michael Herger

Are you using your own client ID? Multiple Accounts?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins