You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
python2.7.12
仍然是 timestamp out of range for platform time_t的问题,在linux上未得到修复。如果在api.py中注释掉保存cookie的语句,那么可以暂时访问自己的歌单但无法使用每日推荐等功能。
可否利用之前jinxingxing提供的工具,手动保存cookie,以此得到正常的使用?
Activity
kigawas commentedon Oct 6, 2016
可以试试Python3
hak0 commentedon Oct 6, 2016
尝试用python3来安装运行,也没有改观
最后解决办法是把api.py中的self.session.cookies.save()给注释掉,再在另一台64位机上登陆了一次,把cookie文件拷过来了,功能正常