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

启动不了 #32

Open
lq-259 opened this issue Nov 30, 2021 · 7 comments
Open

启动不了 #32

lq-259 opened this issue Nov 30, 2021 · 7 comments

Comments

@lq-259
Copy link

lq-259 commented Nov 30, 2021

root@localhost:~/JustList# python3 main.py [Altfe] ;)
[cache] running Traceback (most recent call last):
File "main.py", line 49, in
bridge.bridgeInit().run(hint=True) File "/root/JustList/altfe/bridge.py", line 30, in run
classRoot.instantiate(["LIB_INS"]) File "/root/JustList/altfe/interface/root.py", line 57, in instantiate
cls.__MODULE[key][name] = cls._MODULE[key]name File "/root/JustList/app/lib/ins/conf/main.py", line 14, in init
self.load_config() File "/root/JustList/app/lib/ins/conf/main.py", line 27, in load_config
self.dict(fileName
, wrapper=True, reload=True) File "/root/JustList/app/lib/ins/conf/main.py", line 47, in dict
for key in defaultDic.format2flat():
File "/root/JustList/app/lib/ins/conf/wrapper.py", line 41, in format2flat r.update(self.format2flat(item, finalKeys + [key]))
File "/root/JustList/app/lib/ins/conf/wrapper.py", line 39, in format2flat r.update({".".join(finalKeys + [key]): item})
TypeError: sequence item 1: expected str instance, int found
Screenshot_20211130-161341~2
Screenshot_20211130-161408
Screenshot_20211130-161356
Screenshot_20211130-161316
Screenshot_20211130-161300
不知道是哪里的问题

@txperl
Copy link
Owner

txperl commented Nov 30, 2021

把所有纯数字的账户名用双引号包裹就好了。如下:

# cloud189
accounts:
  "147":
    - ...
    - ...
  "153":
    - ...
    - ...

这是一个程序 BUG,已经部分修复了,后续会对其他部分进行优化。

但为了避免其他可能的问题,建议还是采取上面的方法。

@lq-259
Copy link
Author

lq-259 commented Dec 1, 2021

把所有纯数字的账户名用双引号包裹就好了。如下:

# cloud189
accounts:
  "147":
    - ...
    - ...
  "153":
    - ...
    - ...

这是一个程序 BUG,已经部分修复了,后续会对其他部分进行优化。

但为了避免其他可能的问题,建议还是采取上面的方法。

已经启动了,但好像是缓存有点慢,好几个小时了了一个文件都没显示

@txperl
Copy link
Owner

txperl commented Dec 1, 2021

应该是有很多文件夹?

JustList 会一次性加载所有文件,所以文件层级较多时加载速度会很慢...

@lq-259
Copy link
Author

lq-259 commented Dec 3, 2021

应该是有很多文件夹?

JustList 会一次性加载所有文件,所以文件层级较多时加载速度会很慢...

Screenshot_20211203-195916
Screenshot_20211203-195927
里面有3t的文件,层级倒是不多,就这样不动了

@txperl
Copy link
Owner

txperl commented Dec 6, 2021

等之后我再优化一下吧...

@youyou-sudo
Copy link

好像我也遇到这个问题,也是进行到他这一步,9T的文件数量(

@txperl
Copy link
Owner

txperl commented Feb 20, 2022

好像我也遇到这个问题,也是进行到他这一步,9T的文件数量(

((

近期会更新新的加载模式的。

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