omega12;456283 Wrote: 
> I've also experienced this a few times and found that the following
> fixes variously work:
> 
> 1.  Make sure that you only have one Spotify session running under
> linux.
> 2.  Make sure that TCP port 8124 is LISTENing (check via "netstat -na |
> grep 8124") in a terminal session.  If you have any other entries other
> than just 1 LISTEN entry then either a duplicate or old session is also
> running.  Close or kill any other sessions.
> 3.  Other than that reboot linux, as sometimes DSBRIDGE's http server
> just gets confused and needs a reset.
> 
> Hope that helps.

I'm having this problem also, running ubuntu 9.04.

DSBridge sometimes starts OK and will run, with just one instance open
on port 8124. On song changeover on Spotify, I get the http failure, and
netstat then shows multiple instances viz:


Code:
--------------------
    tcp        0      0 0.0.0.0:8124            0.0.0.0:*               LISTEN  
   
  tcp        0      0 192.168.1.65:8124       192.168.1.84:31255      
ESTABLISHED
  tcp        0      0 192.168.1.65:34960      192.168.1.65:8124       
ESTABLISHED
  tcp        0      0 192.168.1.65:34959      192.168.1.65:8124       FIN_WAIT2 
 
  tcp        1      0 192.168.1.65:8124       192.168.1.65:34959      
CLOSE_WAIT 
  tcp        0      0 192.168.1.65:8124       192.168.1.65:34960      
ESTABLISHED
  
--------------------


Exiting Spotify gives me:

Code:
--------------------
    tcp        0      0 192.168.1.65:8124       192.168.1.84:31255      
TIME_WAIT  
  tcp        0      0 192.168.1.65:8124       192.168.1.65:34960      TIME_WAIT 
 
--------------------


Subsequent attempts to connect to DSBridge gives the http exception
error and netstat shows multiple instances.
After allowing the tcp instances to close restarting spotify restores
one TCP instance LISTENing on 8124, attempts to connect thro DSBridge
gives http exception and multiple TCP threads, different to above:


Code:
--------------------
    tcp        0      0 0.0.0.0:8124            0.0.0.0:*               LISTEN  
   
  tcp        0      0 192.168.1.65:37024      192.168.1.65:8124       FIN_WAIT2 
 
  tcp        1      0 192.168.1.65:8124       192.168.1.65:37024      
CLOSE_WAIT 
  tcp        0      0 192.168.1.65:37025      192.168.1.65:8124       
ESTABLISHED
  tcp        0      0 192.168.1.65:8124       192.168.1.84:31256      
ESTABLISHED
  tcp        0      0 192.168.1.65:8124       192.168.1.65:37025      
ESTABLISHED
  
--------------------


Can anyone throw any light on what is happening here?


-- 
Ramage

P2 266MHz, ubuntu server 9.04 SC 7.4~27942
AMD64x2 ubuntu 9.04, SC 7.3.4~28263
Players: Classic, Duet, Boom, Controller
------------------------------------------------------------------------
Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=64590

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to