Last.FM scrobbing not working [solved]
Hi,
I am running subsonic 4.7 (build 3105) on Ubuntu 12.04 (XBMCbuntu).
Currently I am unable to submit tracks to subsonic and can see the following in subsonic.log:
My Subsonic server is behind a Linux firewall that connects to the internet and is configured as a transparent proxy with squid.
I have added a exclusion to the firewall to allow all traffic from the subsonic server to 195.24.233.57 (which seems to be the last.fm submission system), but no luck.
I found some posts in the forum with similar problem, but there is no solution.
Any assistance would be appreciated.
I am running subsonic 4.7 (build 3105) on Ubuntu 12.04 (XBMCbuntu).
Currently I am unable to submit tracks to subsonic and can see the following in subsonic.log:
- Code: Select all
[2012-11-01 08:47:55,107] INFO AudioScrobblerService - Last.fm registration for Spin The Black Circle encountered network error. Will try again later. In queue: 44
org.apache.http.client.HttpResponseException: Expectation Failed
at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:67)
at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:54)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:735)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:709)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:700)
at net.sourceforge.subsonic.service.AudioScrobblerService.executeRequest(AudioScrobblerService.java:260)
at net.sourceforge.subsonic.service.AudioScrobblerService.executePostRequest(AudioScrobblerService.java:250)
at net.sourceforge.subsonic.service.AudioScrobblerService.registerSubmission(AudioScrobblerService.java:218)
at net.sourceforge.subsonic.service.AudioScrobblerService.scrobble(AudioScrobblerService.java:145)
at net.sourceforge.subsonic.service.AudioScrobblerService.access$1000(AudioScrobblerService.java:55)
at net.sourceforge.subsonic.service.AudioScrobblerService$RegistrationThread.run(AudioScrobblerService.java:283)
[2012-11-01 08:48:55,528] INFO AudioScrobblerService - Last.fm registration for Boy in the Well encountered network error. Will try again later. In queue: 45
org.apache.http.client.HttpResponseException: Expectation Failed
at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:67)
at org.apache.http.impl.client.BasicResponseHandler.handleResponse(BasicResponseHandler.java:54)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:735)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:709)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:700)
at net.sourceforge.subsonic.service.AudioScrobblerService.executeRequest(AudioScrobblerService.java:260)
at net.sourceforge.subsonic.service.AudioScrobblerService.executePostRequest(AudioScrobblerService.java:250)
at net.sourceforge.subsonic.service.AudioScrobblerService.registerSubmission(AudioScrobblerService.java:218)
at net.sourceforge.subsonic.service.AudioScrobblerService.scrobble(AudioScrobblerService.java:145)
at net.sourceforge.subsonic.service.AudioScrobblerService.access$1000(AudioScrobblerService.java:55)
at net.sourceforge.subsonic.service.AudioScrobblerService$RegistrationThread.run(AudioScrobblerService.java:283)
My Subsonic server is behind a Linux firewall that connects to the internet and is configured as a transparent proxy with squid.
I have added a exclusion to the firewall to allow all traffic from the subsonic server to 195.24.233.57 (which seems to be the last.fm submission system), but no luck.
I found some posts in the forum with similar problem, but there is no solution.
Any assistance would be appreciated.