JustList icon indicating copy to clipboard operation
JustList copied to clipboard

启动不了

Open lq-259 opened this issue 3 years ago • 7 comments
trafficstars

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 不知道是哪里的问题

lq-259 avatar Nov 30 '21 09:11 lq-259

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

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

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

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

txperl avatar Nov 30 '21 12:11 txperl

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

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

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

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

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

lq-259 avatar Dec 01 '21 07:12 lq-259

应该是有很多文件夹?

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

txperl avatar Dec 01 '21 16:12 txperl

应该是有很多文件夹?

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

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

lq-259 avatar Dec 03 '21 12:12 lq-259

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

txperl avatar Dec 06 '21 11:12 txperl

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

youyou-sudo avatar Feb 20 '22 10:02 youyou-sudo

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

((

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

txperl avatar Feb 20 '22 11:02 txperl