muh6mm3d / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

Enable proxy support #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to enable the proxy, I found a method named "enable_proxy", but when I 
do it like this:

network = pylast.LastFMNetwork(api_key = API_KEY, api_secret = API_SECRET, 
username = username, password_hash = password_hash)

network.enable_proxy("http//...", 8080)

I get a network error: [Errno 11004] getaddrinfo failed, because the call of 
pylast.LastFMNetwork tries to generate a network session key. How can I enable 
the proxy support of pylast? I don't find any example.

Original issue reported on code.google.com by michael....@gmail.com on 26 Apr 2014 at 6:59

GoogleCodeExporter commented 9 years ago
See https://github.com/pylast/pylast/issues/103

Original comment by hugovk@gmail.com on 22 Dec 2014 at 9:24