We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
86:self.ch = 'http://douban.fm/j/mine/playlist?type=p&sid=&channel='+channel
{"r":1,"err":"valid sid is required"}
如果修改为 self.ch = 'http://douban.fm/j/mine/playlist?type=n&channel='+channel 则ok
参考: http://blog.csdn.net/boksic/article/details/6327767
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from lloggerhead/master
ca85a70
删除硬编码的兆赫名,改为从url自动获取最新的兆赫信息
我并未遇到这个错误。 @Rayly 你现在还可以重现吗?
Sorry, something went wrong.
No branches or pull requests
86:self.ch = 'http://douban.fm/j/mine/playlist?type=p&sid=&channel='+channel
{"r":1,"err":"valid sid is required"}
如果修改为
self.ch = 'http://douban.fm/j/mine/playlist?type=n&channel='+channel 则ok
参考:
http://blog.csdn.net/boksic/article/details/6327767
The text was updated successfully, but these errors were encountered: