You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Installing and start coco , log show error
tail -f ./data/logs/coco-localhost.localdomain.log
2019-11-22 19:49:50 [utils ERROR] 'NoneType' object is not iterable
Traceback (most recent call last):
File "/opt/coco/coco/utils.py", line 463, in wrapper
resp = func(*args, **kwargs)
File "/opt/coco/coco/app.py", line 65, in load_extra_conf_from_server
config.update(configs)
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
anson626
changed the title
After Installing and start the
After Installing and start coco , log show error
Nov 22, 2019
After Installing and start coco , log show error
tail -f ./data/logs/coco-localhost.localdomain.log
2019-11-22 19:49:50 [utils ERROR] 'NoneType' object is not iterable
Traceback (most recent call last):
File "/opt/coco/coco/utils.py", line 463, in wrapper
resp = func(*args, **kwargs)
File "/opt/coco/coco/app.py", line 65, in load_extra_conf_from_server
config.update(configs)
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: