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

树莓派登入账户时报错 #952

Open
hy4015 opened this issue May 11, 2022 · 3 comments
Open

树莓派登入账户时报错 #952

hy4015 opened this issue May 11, 2022 · 3 comments

Comments

@hy4015
Copy link

hy4015 commented May 11, 2022

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

@kigawas
Copy link
Collaborator

kigawas commented May 11, 2022

可以试一下master能不能用

@hy4015
Copy link
Author

hy4015 commented May 11, 2022 via email

@fussun
Copy link

fussun commented May 28, 2022

请问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 系统)
git clone https://github.com/darknessomi/musicbox.git && cd musicbox
poetry build && poetry install

小白有点难了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants