-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Debug] Without the app.log file, the app.py and the docker will exit #4
Conversation
It will show exit(3) without the folder and the app.log in it
@fengsh27 could you please check if this is fine to merge? |
Looks good |
@xiaoranzhou great work! I suggest adding a file called |
@fengsh27 @xiaoranzhou is this just about keeping the folder, i.e., the actual file is not important? If that is the case, I usually add a |
Yes, I believe it exited due to failing to write |
As this is under the scope of development, I will close this issue. 😄 |
@xiaoranzhou you also closed the PR, was that your intent? |
Yes, this will be solved by using empty folder and .gitkeep right 😄 ? So I closed it. |
You also changed some logic in the conversation manager in this PR |
Also, why not implement the |
I added this quick and dirty solution to make sure biochatter-server run. 😄 There are currently also other issues with the port setting the respons format. |
Agree re the port, we should address #2. What is the response issue? I am not sure I know that one. Can we create an issue? |
#6 created, I will add more debug information after the wasm merge finished 😄 |
[Debug] Without the app.log file, the app.py and the docker will exit