Nico Rieck
Nico Rieck
`0069:trace:winhttp:resolve_hostname failed to get IPv4 address of L"" (nodename nor servname provided, or not known), retrying with IPv6` looks weird. Somehow no hostname is passed into resolve which would explain...
https isn't used to scrobble (I wasn't even aware that the endpoint supports it) so this shouldn't be the problem. On another note I tried with the latest Wine development...
I can't reproduce this, simulating various disturbances in the network connection. What makes you sure it's related to foo_scrobble? Is it the only third-party component you are using? foobar2000 collects...
> Maybe a try-catch around the code that does the actual HTTP request might solve the problem. Well, that should already be the case. The stack trace shows an unhandled...
I've removed resetting authentication when last.fm returns "error: 4". Please let me know how this works out as I never experience this error myself.
Probably something on last.fm's side. There isn't really any sophisticated logic in foo_scrobble for the notification. Once a new track starts playing (new file, or new dynamic track info, both...
If I remember correctly this was a deliberate decision (also why both checkboxes are on the same level, and disabling scrobbling does not disable the other checkbox) so that both...
If ListenBrainz does indeed support the 2.0 API this should be straight forward (at least in an either-or mode, not scrobbling to both). Last time I looked (which has been...
> You're saying this can't be done over some technical issue? Not a technical issue, just more effort compared to just using a different API URL. Stuff like the UI...
It seems there's an attempt to convert broken UTF-8 to UTF-16 somewhere inside [microsoft/cpprestsdk](https://github.com/microsoft/cpprestsdk). At first I thought your tags might be broken, but track info is AFAICT never converted...