Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AudioScrobble::Response : FAILED Bad encoding in title submission #1

Closed
Strubbl opened this issue May 15, 2016 · 8 comments
Closed

Comments

@Strubbl
Copy link
Contributor

Strubbl commented May 15, 2016

Hello,
i have a problem when scrobbling music, which title's contain Umlauts (äöü). I get this log entry when i have started guayadeque by console:

16:54:39: AudioScrobble::PlayedTracks: 
http://turtle.libre.fm/submissions/1.2/
s=80e9ea0eb1ed8b81bd34476259b50269&a[0]=Kraftklub&t[0]=Sch%FFFFFFC3%FFFFFFBCsse+In+Die+Luft&i[0]=1463318866&o[0]=P&r[0]= &l[0]=248&b[0]=In+Schwarz&n[0]=5&m[0]=&a[1]=Extrabreit&t[1]=Flieger%2C+Gr%FFFFFFC3%FFFFFFBC%FFFFFFC3%FFFFFF9F+Mir+Die+Sonne&i[1]=1463319196&o[1]=P&r[1]= &l[1]=172&b[1]=Fetenhits+Apr%FFFFFFC3%FFFFFFA9s+Ski+Classics&n[1]=20&m[1]=&a[2]=Beatsteaks&t[2]=Hand+In+Hand&i[2]=1463319322&o[2]=P&r[2]= &l[2]=169&b[2]=23+Singles&n[2]=4&m[2]=&a[3]=Peter+Fox&t[3]=Alles+Neu&i[3]=1463319487&o[3]=P&r[3]= &l[3]=257&b[3]=Stadtaffe&n[3]=1&m[3]=&a[4]=Sportfreunde+Stiller&t[4]=Ein+Kompliment&i[4]=1463319884&o[4]=P&r[4]= &l[4]=297&b[4]=MTV+Unplugged+in+New+York&n[4]=10&m[4]=&a[5]=Echt&t[5]=Weinst+Du&i[5]=1463320495&o[5]=P&r[5]= &l[5]=231&b[5]=Die+Ultimative+Chartshow+(Die+Erfolgreichsten+Schlagerstars)&n[5]=40&m[5]=&a[6]=Adel+Tawil&t[6]=Lieder&i[6]=1463320722&o[6]=P&r[6]= &l[6]=229&b[6]=%23charts&n[6]=&m[6]=&a[7]=Maxim&t[7]=Meine+Soldaten&i[7]=1463320947&o[7]=P&r[7]= &l[7]=206&b[7]=%23charts&n[7]=&m[7]=&a[8]=Maxim&t[8]=Meine+Soldaten&i[8]=1463321158&o[8]=P&r[8]= &l[8]=206&b[8]=%23charts&n[8]=&m[8]=&a[9]=Leftside&t[9]=Dein+Hass&i[9]=1463323864&o[9]=P&r[9]= &l[9]=116&b[9]=Perfekte+Welt&n[9]=8&m[9]=
16:54:39: AudioScrobble::Response : FAILED Bad encoding in title submission 0
16:54:39: Error: Server Error when connecting to LastFM server : FAILED Bad encoding in title submission 0

The "ü" is url encoded as "%FFFFFFC3%FFFFFFBC", but it should only be encoded as "%FC".

I am currently using guayadeque 0.3.7-7 installed from the AUR in Archlinux.

https://github.com/anonbeat/guayadeque/blob/master/src/Utils.cpp#L332

@Strubbl
Copy link
Contributor Author

Strubbl commented May 15, 2016

Ok, i managed to build the latest release. With the current master this issue is fixed. k thx bye :)

@Strubbl Strubbl closed this as completed May 15, 2016
@anonbeat
Copy link
Owner

Great. Thanks for your help and support

@Strubbl
Copy link
Contributor Author

Strubbl commented May 19, 2016

I have to reopen this issue since the most recent compiled master guayadeque shows the following errors again:

21:38:04: AudioScrobble::PlayedTracks: 
http://turtle.libre.fm/submissions/1.2/
s=9d3b703bf3ff91d9b8e28ac68cfd48dc&a[0]=Farin+Urlaub+Racing+Team&t[0]=Zu+Heiss&i[0]=1463680660&o[0]=P&r[0]= &l[0]=244&b[0]=Die+Wahrheit+%FFFFFFC3%FFFFFF9Cbers+L%FFFFFFC3%FFFFFFBCgen&n[0]=13&m[0]=&a[1]=Madsen&t[1]=Frieden+im+Krieg&i[1]=1463680899&o[1]=P&r[1]= &l[1]=294&b[1]=Frieden+im+Krieg&n[1]=12&m[1]=&a[2]=Rise+Against&t[2]=Prayer+of+the+Refugee&i[2]=1463685886&o[2]=P&r[2]= &l[2]=209&b[2]=The+Sufferer+%26+the+Witness&n[2]=6&m[2]=&a[3]=Broilers&t[3]=Vom+Scheitern+(The+World+is+yours%2C+nicht!)&i[3]=1463686090&o[3]=P&r[3]= &l[3]=244&b[3]=Santa+Muerte&n[3]=9&m[3]=&a[4]=Rise+Against&t[4]=Life+Less+Frightening&i[4]=1463686329&o[4]=P&r[4]= &l[4]=224&b[4]=Siren+Song+of+the+Counter+Culture&n[4]=3&m[4]=
21:38:04: AudioScrobble::Response : FAILED Bad encoding in album submission 0
21:38:04: Fehler: Server Error when connecting to LastFM server : FAILED Bad encoding in album submission 0

@Strubbl Strubbl reopened this May 19, 2016
@anonbeat
Copy link
Owner

Ok Thanks. Will take a look

@anonbeat
Copy link
Owner

Please check now if the issue is gone.

@Strubbl
Copy link
Contributor Author

Strubbl commented May 20, 2016

Thanks, i will try on Monday due to not having my machine with me.

@anonbeat
Copy link
Owner

Thanks. Will take a look

@Strubbl
Copy link
Contributor Author

Strubbl commented May 22, 2016

Thank you, no error more in the print log of the application and scrobbling working fine again 👍

(used version 0.4.1.r1938.35561f6-1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants