Skip to content
New issue

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

NeteaseMusic出故障了,晚点再试试吧 #93

Open
ozil111111 opened this issue Apr 8, 2022 · 3 comments
Open

NeteaseMusic出故障了,晚点再试试吧 #93

ozil111111 opened this issue Apr 8, 2022 · 3 comments
Labels
第三方插件 用户贡献的第三方插件,这类问题官方不负责修复。

Comments

@ozil111111
Copy link

在树莓派buster上运行时,当命中技能neateasemusic后出现以下报错:
INFO:robot.Brain:'推荐网易云的歌曲' 命中技能 NeteaseMusic
CRITICAL:robot.Brain:Failed to execute plugin
Traceback (most recent call last):
File "/home/pi/wukong-robot/robot/Brain.py", line 81, in query
continueHandle = plugin.handle(text, parsed)
File "/home/pi/.wukong/contrib/NeteaseMusic.py", line 455, in handle
self.player = NeteaseMusicPlayer(None, self)
File "/home/pi/.wukong/contrib/NeteaseMusic.py", line 140, in init
if self.login():
File "/home/pi/.wukong/contrib/NeteaseMusic.py", line 178, in login
resp = self.api.login(self.account, self.md5pass)
File "/home/pi/.wukong/contrib/sdk/NetEaseApi.py", line 469, in login
self.session.cookies.save()
File "/usr/lib/python3.7/http/cookiejar.py", line 1890, in save
f.write(self.as_lwp_str(ignore_discard, ignore_expires))
File "/usr/lib/python3.7/http/cookiejar.py", line 1877, in as_lwp_str
r.append("Set-Cookie3: %s" % lwp_cookie_str(cookie))
File "/usr/lib/python3.7/http/cookiejar.py", line 1838, in lwp_cookie_str
time2isoz(float(cookie.expires))))
File "/usr/lib/python3.7/http/cookiejar.py", line 101, in time2isoz
dt = datetime.datetime.utcfromtimestamp(t)
OverflowError: timestamp out of range for platform time_t

@fhlxn
Copy link

fhlxn commented Apr 28, 2022

解决了吗?

@i19941021
Copy link

2023-03-07 19:04:47,432 - NeteaseMusic - NeteaseMusic.py - login - line 187 - ERROR - {'code': -462, 'data': {'actionCode': '1102401', 'verifyType': 50, 'verifyId': 1, 'verifyUrl': '', 'blockText': '网络太拥挤,请稍候再试。', 'verifyToken': None, 'btnText': None, 'orpheusUrl': None, 'frontRuleIds': [1076401, 1085401, 1102401], 'params': {'event_id': '00341172199519002644', 'sign': ''}, 'url': None}, 'message': '网络太拥挤,请稍候再试。'}

@i19941021
Copy link

Url:None

@wzpan wzpan added the 第三方插件 用户贡献的第三方插件,这类问题官方不负责修复。 label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
第三方插件 用户贡献的第三方插件,这类问题官方不负责修复。
Projects
None yet
Development

No branches or pull requests

4 participants