Re: [Banshee-List] Scrobbling Issue...



It'd be useful if Banshee dumped out the whole output of what it failed
with, but it basically looks like you're sending your scrobblings and
the response coming back either isn't JSON or isn't properly escaped
(which is less likely).

It might be worth deleting the Scrobbling queue (or renaming it, if you
want to see if you can add it again later), in case it has bad data in it.

Also, are you behind any proxy servers or filters? Because it could be
that an intermediary service is giving you a a HTML page instead of JSON
(which would explain a pointy bracket)

The more extreme debugging options are: patching the code to dump the
entire response when it hits that code (so you can see what it is
failing to parse, and then try to work out why it is getting that) or
using something like Wireshark to watch the TCP connections and check
the request/response steps that way (although if it uses HTTPS then that
won't work!)




On 21/09/14 09:58, dritter wrote:
Ok...sorry for being late on this...so much going on.

I'm on Ubuntu 14.04LTS.

I ran the debug and got this in the terminal:

[Warn  05:52:45.553] Failed to process the scrobble response -
System.ApplicationException: Unexpected character '<' at [1:1] (in `Hyena')
  at Hyena.Json.Tokenizer.UnexpectedCharacter (Char ch) [0x00000] in
<filename unknown>:0 
  at Hyena.Json.Tokenizer.InnerScan () [0x00000] in <filename unknown>:0 
  at Hyena.Json.Tokenizer.Scan () [0x00000] in <filename unknown>:0 
  at Hyena.Json.Deserializer.CheckScan (TokenType expected, Boolean eofok)
[0x00000] in <filename unknown>:0 
  at Hyena.Json.Deserializer.Deserialize () [0x00000] in <filename
unknown>:0 
  at Lastfm.LastfmRequest.GetResponseObject () [0x00000] in <filename
unknown>:0 
  at Lastfm.AudioscrobblerConnection.OnScrobbleResponse (IAsyncResult ar)
[0x00000] in <filename unknown>:0 

I get tonns of these too:
(Banshee:6796): GLib-CRITICAL **: Source ID 154 was not found when
attempting to remove it

Also...the audioscrobbler-queue.xml is loaded with items.

Any Thoughts?

D




--
View this message in context: 
http://banshee-media-player.2283330.n4.nabble.com/Scrobbling-Issue-tp4651556p4651912.html
Sent from the Banshee Media Player mailing list archive at Nabble.com.
_______________________________________________
banshee-list mailing list
banshee-list gnome org
https://mail.gnome.org/mailman/listinfo/banshee-list  (unsubscribe here)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]