-
Notifications
You must be signed in to change notification settings - Fork 85
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
Comments
把所有纯数字的账户名用双引号包裹就好了。如下: # cloud189
accounts:
"147":
- ...
- ...
"153":
- ...
- ... 这是一个程序 BUG,已经部分修复了,后续会对其他部分进行优化。 但为了避免其他可能的问题,建议还是采取上面的方法。 |
已经启动了,但好像是缓存有点慢,好几个小时了了一个文件都没显示 |
应该是有很多文件夹? JustList 会一次性加载所有文件,所以文件层级较多时加载速度会很慢... |
等之后我再优化一下吧... |
好像我也遇到这个问题,也是进行到他这一步,9T的文件数量( |
(( 近期会更新新的加载模式的。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
不知道是哪里的问题
The text was updated successfully, but these errors were encountered: