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
Hi Admin👋,
I’ve encountered some unexpected errors when using docker-compose up -d to start your awesome project. I’ve gone through the code and identified a few areas that seemed outdated or incorrect. Here are the problems I found and the corresponding fixes I applied:
Problems and Solutions:
Problem 1: No module named git
Solution:
Problem 2: unrecognized arguments: --default_cfg_path
Solution:
Problem 3: LOLLMSElfServer.build_instance() got an unexpected keyword argument 'socketio'
Solution:
Problem 4: LOLLMSElfServer.__init__() got an unexpected keyword argument 'load_sd_service'
Solution:
The text was updated successfully, but these errors were encountered:
Hi Admin👋,
I’ve encountered some unexpected errors when using
docker-compose up -d
to start your awesome project. I’ve gone through the code and identified a few areas that seemed outdated or incorrect. Here are the problems I found and the corresponding fixes I applied:Problems and Solutions:
No module named git
Solution:
unrecognized arguments: --default_cfg_path
Solution:
LOLLMSElfServer.build_instance() got an unexpected keyword argument 'socketio'
Solution:
LOLLMSElfServer.__init__() got an unexpected keyword argument 'load_sd_service'
Solution:
The text was updated successfully, but these errors were encountered: