Re: [SlimDevices: Plugins] Triode Spotify: Player did not connect to helper app

2012-12-18 Thread Thomsen

Okay, I think I've finally figured out what's causing the issue. Not
sure how to fix it though.

The machine running logitechmediaserver also runs XBMC. When XBMC's
Remote Communication Server (RCS) is running the plugin does not work.
Also, If I turn RCS off and play from Spotify - turning RCS on gives an
error.

I've changed changing the helper port in all sorts of ranges. That does
not seem to be the problem. Does the plugin use any other ports that
could cause this?



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=96933

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


Re: [SlimDevices: Plugins] Triode Spotify: Player did not connect to helper app

2012-12-18 Thread Thomsen

Triode wrote: 
 There are two open ports which matter - the helper app port and the
 server's cli port.  Other than that it should work.  Do you know what
 ports RCS uses?

I believe it's 9090
(http://wiki.xbmc.org/index.php?title=JSON-RPC_API#TCP)



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=96933

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


Re: [SlimDevices: Plugins] Triode Spotify: Player did not connect to helper app

2012-12-14 Thread Thomsen

Damn! It happens again. It seems to be the spotifyd app that hangs in
some way. Is there any way to debug this - run it in it's own screen to
see if it outputs something?



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=96933

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


Re: [SlimDevices: Plugins] Triode Spotify: Player did not connect to helper app

2012-11-06 Thread Thomsen

Hmm.. I changed my facebook password and now it seems to work!

The old password contained both numbers and underscores, if that could
have caused it.



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=96933

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


[SlimDevices: Plugins] Triode Spotify: Player did not connect to helper app

2012-10-29 Thread Thomsen

Originally I posted this in the big Triode-Spotify thread, but I think
it got lost :-)

I suspect it's a network thing of some kind.

SELF-TEST GIVES:
Helper App Running - PASS
Logged In - PASS
Spotify Metadata OK - PASS
Streaming from Spotify OK - PASS
Player Unable to Connect - FAIL
Player did not connect to helper app - check your firewall allows the
helper app to receive incoming connections from players on the helper
app port defined above.

Spotifyd.log shows this:

Code:


  [21:06:08.39] main:586 req: stream.flc res: 
spotify:track:1AAEWUVZpew24mP6nC1IU5 par: 
player=00%3A04%3A20%3A12%3A57%3Ad7start=0sync=1id=2 prot: SPOTSTREAM/1.0 
auth: (null)
  [21:06:08.391261] main:776 newstream connection from 192.168.1.2
  [21:06:12.831230] music_delivery:445 streamtest - player did not connect 
within timeout
  [21:06:12.831349] music_delivery:564 error writing
  [21:09:00.036189] end_of_track:624 end of track
  



Does this mean that the player (192.168.1.2) does in fact connect to the
helper app?

After the self-test, if I re-open the spotify-settings page, status is
Helper App: Running and no more. Clicking Self-test again gives
Helper App Not Running.


SETUP:
Ubuntu 12.04 server (headless). No firewall running. Runs xmbc, apache
and some other stuff though.
2x SB3 + Boom
All on the same LAN.

I've tried:
* Removing and reinstalling the plugin and logitechmediaserver
* Changing the helper app port

Can anyone give me some clues on how to debug this?



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=96933

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


Re: [SlimDevices: Plugins] Triode Spotify: Player did not connect to helper app

2012-10-29 Thread Thomsen

Triode wrote: 
 Try with logging level for the helper app set to Stream Debug - what are
 the error messages at the start of the second stream test?


Code:


  [22:03:32.389998] main:776 newstream connection from 192.168.1.2
  [22:03:32.390026] main:812 streamid: 0 newid: 1 type: FLAC
  [22:03:36.830999] music_delivery:445 streamtest - player did not connect 
within timeout
  [22:03:36.831145] music_delivery:564 error writing
  here I refresh the page. It takes a while as if it times out
  [22:03:59.639521] _sockprintf:391 unable to write to socket: 14 errno: 32 
Broken pipe
  



After clicking self-test again, nothing extra is written to the log.
ps aux shows spotifyd running:

Code:


  
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd
 /var/log/squeezeboxserver/spotifyd.log
  




Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=96933

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2012-10-12 Thread Thomsen

Triode wrote: 
 Check the helper app log, but I suspect this is a firewall issue - do
 you see any incomming connections from the player in the log?

If I install Logitech Media Server on my desktop (ubuntu 12.10) it
works!

So it must have to do with my server (Ubuntu server 12.04).

I suspect it's not a firewall issue as i can telnet 9005 from both my
desktop and my android tablet (just to test via wifi).

Output of log when the self test fails:
http://pastebin.com/2c3tjaAG

Any ideas?



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2012-10-07 Thread Thomsen

Triode wrote: 
 Check the helper app log, but I suspect this is a firewall issue - do
 you see any incomming connections from the player in the log?

spotifyd.log right?

What log level do I need to set and what am I looking for?



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2012-10-05 Thread Thomsen

Sorry to bother you guys but I simply can't make this work...

Well, it works - sometimes, but in the past few weeks I can't play from
spotify.

I suspect it's a network thing of some kind.

SELF-TEST GIVES:
Helper App Running - PASS
Logged In - PASS
Spotify Metadata OK - PASS
Streaming from Spotify OK - PASS
Player Unable to Connect - FAIL
Player did not connect to helper app - check your firewall allows the
helper app to receive incoming connections from players on the helper
app port defined above

SETUP:
Ubuntu 12.04 server (headless). No firewall running. Runs xmbc, apache
and some other stuff though.
2x SB3 + Boom
All on the same LAN.

I've tried:
* Removing and reinstalling the plugin
* Changing the helper app port

Can anyone give me some clues on how to debug this?



Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announcment: Plugin for GNOME-do

2008-09-05 Thread Thomsen

Hej med dig!

I'm using it with a wired desktop, so I haven given this issue much
thought.

Please describe some scenarios where it misbehaves and I'll try to fix
it.


-- 
Thomsen

Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=46862

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


Re: [SlimDevices: Plugins] Announcment: Plugin for GNOME-do

2008-09-02 Thread Thomsen

The plugin is now in the Gnome-DO community repository.


-- 
Thomsen

Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=46862

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


[SlimDevices: Plugins] Announcment: Plugin for GNOME-do

2008-04-26 Thread Thomsen

I've made a plugin for GNOME-do that controls SqueezeCenter.

If you use linux and Gnome/KDE this is a really quick way to control
your Squeezeboxes!

https://wiki.ubuntu.com/GnomeDo/Plugins/SqueezeCenter


-- 
Thomsen

Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=46862

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


Re: [SlimDevices: Plugins] Problems with alienBBC and SC 7.0

2008-03-04 Thread Thomsen

Aah, stupid me. I did chown -R squeezecenter:root on the Alien
directory and that solved it.


-- 
Thomsen

Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=44128

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


[SlimDevices: Plugins] Problems with alienBBC and SC 7.0

2008-03-03 Thread Thomsen

Just upgraded to SC 7.0 on debian using the testing repository.

Untar'ed AlienBBC 2 beta 5 in plugins and it shows up in the web
interface.

When trying to set it up nothing happens and the log outputs:

[08-03-03 22:16:32.4544] Slim::Utils::Misc::msg (1241) Warning:
[22:16:32.4532] Use of uninitialized value in concatenation (.) or
string at /usr/share/perl5/Slim/Control/Queries.pm line 247.
[08-03-03 22:16:56.7941] Slim::Utils::Misc::msg (1241) Warning:
[22:16:56.7928] Use of uninitialized value in hash element at
/usr/share/squeezecenter/CPAN/Template/Context.pm line 99.
[08-03-03 22:16:56.7958] Slim::Utils::Misc::msg (1241) Warning:
[22:16:56.7946] Use of uninitialized value in substitution (s///) at
/usr/share/squeezecenter/CPAN/Template/Context.pm line 115.
[08-03-03 22:16:56.7974] Slim::Utils::Misc::msg (1241) Warning:
[22:16:56.7962] Use of uninitialized value in concatenation (.) or
string at /usr/share/squeezecenter/CPAN/Template/Context.pm line 167.
[08-03-03 22:16:56.7991] Slim::Web::HTTP::_generateContentFromFile
(2332) Error: file error - : not found


Also, the AlienBBC menu on the squeezebox is empty.


-- 
Thomsen

Thomsen's Profile: http://forums.slimdevices.com/member.php?userid=7365
View this thread: http://forums.slimdevices.com/showthread.php?t=44128

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