-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
树莓派登入账户时报错 #952
Comments
可以试一下master能不能用 |
请问master指的是?我比较小白。。
过去不等于未来!!
…------------------ 原始邮件 ------------------
发件人: "Weiliang ***@***.***>;
发送时间: 2022年5月11日(星期三) 下午4:27
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [darknessomi/musicbox] 树莓派登入账户时报错 (Issue #952)
可以试一下master能不能用
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Git clone 安装 master 分支(*nix 系统) 小白有点难了 |
Traceback (most recent call last):
File "/usr/local/bin/musicbox", line 10, in
sys.exit(start())
File "/usr/local/lib/python3.7/dist-packages/NEMbox/main.py", line 35, in start
nembox_menu.start_fork(version)
File "/usr/local/lib/python3.7/dist-packages/NEMbox/menu.py", line 293, in start_fork
Menu().start()
File "/usr/local/lib/python3.7/dist-packages/NEMbox/menu.py", line 709, in start
self.enter_page_event()
File "/usr/local/lib/python3.7/dist-packages/NEMbox/menu.py", line 428, in enter_page_event
self.dispatch_enter(idx)
File "/usr/local/lib/python3.7/dist-packages/NEMbox/menu.py", line 991, in dispatch_enter
self.choice_channel(idx)
File "/usr/local/lib/python3.7/dist-packages/NEMbox/menu.py", line 1218, in choice_channel
self.login()
File "/usr/local/lib/python3.7/dist-packages/NEMbox/menu.py", line 188, in login
resp = self.api.login(account, md5pass)
File "/usr/local/lib/python3.7/dist-packages/NEMbox/api.py", line 393, 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
The text was updated successfully, but these errors were encountered: