通过代理连接到spotify ap,找不到主机,错误4

时间:2012-10-26 08:19:42

标签: android android-ndk spotify

我尝试用他们的spotify android lib连接到android手机上的spotify。 使用手机的wifi连接。

日志:

13:56:20.389 I [ap:1750] Connecting to AP ap.spotify.com:443 via proxy http://�:80
13:56:41.753 E [ap:1694] AP Socket Error: Host not found (20001)
13:56:41.753 E [ap:3915] Connection error:  4

任何想法,谢谢。

参考文献:

https://getsatisfaction.com/spotify/topics/no_internet_connection_detected_error_code_4 http://www.dummies.com/how-to/content/decode-spotify-error-messages-and-codes.html "Logged in" callback never called by libspotify on Android

1 个答案:

答案 0 :(得分:3)

我强烈感觉您在连接服务之前没有清除变量。在初始化之前,您需要memset所有结构;如果有未初始化的字段,它们可能会填充“垃圾”(即分配对象时内存内容中的内容)并导致libspotify错误地认为您已为服务设置了代理。