audacious-media-player / audacious

A lightweight and versatile audio player
https://audacious-media-player.org
Other
869 stars 115 forks source link

New Scrobbler can not connect with Last.fm - error appears in the Windows Audcious Verision #455

Closed Audacious-Bot closed 6 months ago

Audacious-Bot commented 6 months ago

Author Name: Roland Haslinger Original Redmine Issue: https://redmine.audacious-media-player.org/issues/321 Original Date: 2013-07-20


Hi :)

Have downloaded the latest available Version today from the Audacious Site - Works fine, only the Scrobbler 2 Plugin does not work at all in the Windows Version!

When i open the Plugin Preferences and click on "Check Permissions" in the Scrobbler 2 Plugin i only get a "network Problem - There was a problem contacting last.fm, please try later" message back.

But when i use the old Scrobbler Plogin, no problem appears, i can connect with the last.fm Servers and submit my tracks.

Seems there is some kind of Bug, hopefully it can be fixed!

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Roland Haslinger Original Date: 2013-07-20T15:21:55Z


Sorry, i screwed up, somehow the field assignee got filled with a name...

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Thomas Lange Original Date: 2013-07-20T19:40:45Z


Roland Haslinger wrote:

Sorry, i screwed up, somehow the field assignee got filled with a name...

You chose accidentally the right person... :D Take a look on "About" of the Scrobbler2 plugin.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Luís Picciochi Original Date: 2013-07-21T09:43:44Z


I think the assignment is automatic. Can you please run autacious with -V and attach the output? It should be something like: @C:\Program Files\audacious\audacious.exe -V@

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Roland Haslinger Original Date: 2013-07-21T15:50:15Z


Tried that, but does not work sadly.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Luís Picciochi Original Date: 2013-07-28T22:50:37Z


Apparently it works, but for some reason you have to redirect the output to some file in order to see it, sadly.

The relevant line is this: scrobbler_communication.c:151 [send_message_to_lastfm]: Could not communicate with last.fm: Unsupported protocol.

jlindgren: was the curl library compiled with HTTPS support?

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Luís Picciochi Original Date: 2013-07-28T23:15:46Z


Related: http://stackoverflow.com/questions/197444/building-libcurl-with-ssl-support-on-windows

Apparently, OpenSSL will also have to be added to the Windows compilation process. Alternatively, there's a curl binary with SSL support from curl itself, if you want to avoid compiling it and OpenSSL: http://curl.haxx.se/download.html

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2013-07-30T01:15:09Z


Luís Picciochi wrote:

Apparently, OpenSSL will also have to be added to the Windows compilation process. Alternatively, there's a curl binary with SSL support from curl itself, if you want to avoid compiling it and OpenSSL: http://curl.haxx.se/download.html

Duly noted; I will look into this for 3.4.1.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Dmitry Viskov Original Date: 2013-08-28T13:31:28Z


I have the same bug on my Debian system:

$ dpkg -s audacious
Package: audacious
...
Architecture: amd64
Version: 3.4-1
$ dpkg -s audacious-plugins
Package: audacious-plugins
...
Architecture: amd64
Multi-Arch: same
Version: 3.4-1
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux testing (jessie)
Release:        testing
Codename:       jessie
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux testing (jessie)
Release:        testing
Codename:       jessie

When i try to turn on "Check Permissions" in Scrobbler 2.0 plugin it prints "Network Problem. There was a problem contacting last.fm, please try later"

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Edmond Sicard Original Date: 2013-09-07T13:55:15Z


Dmitry Viskov wrote:

I have the same bug on my Debian system: [...] [...] [...] [...] When i try to turn on "Check Permissions" in Scrobbler 2.0 plugin it prints "Network Problem. There was a problem contacting last.fm, please try later"

I see the same error message on Ubuntu 13.04 (64-bit), audacious Version: 3.4.1-1~webupd8~raring

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2013-09-09T18:57:43Z


This bug is about a missing OpenSSL library in the Windows build. Comments here about anything but the Windows version will be ignored.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2013-09-14T23:58:21Z


I've uploaded a Windows build of 3.4.1 with OpenSSL support. This fixes the "unsupported protocol" error. However, scrobbling is still not working for me on Windows because of #343.