Skip to content
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

Uninstalling all languages returns an error, but it succeeded. #320

Open
simjanos-dev opened this issue Jul 13, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@simjanos-dev
Copy link
Owner

No description provided.

@simjanos-dev simjanos-dev added the bug Something isn't working label Jul 13, 2024
@simjanos-dev
Copy link
Owner Author

Something is weird on the python side I think. Multiple times it does not log the request

Listening on http://0.0.0.0:8678/
Hit Ctrl-C to quit.

172.19.0.5 - - [20/Aug/2024 08:30:06] "GET /models/list HTTP/1.1" 200 2
172.19.0.5 - - [20/Aug/2024 08:30:20] "DELETE /models/remove HTTP/1.1" 202 28
172.19.0.5 - - [20/Aug/2024 08:30:21] "GET /models/list HTTP/1.1" 200 2
172.19.0.5 - - [20/Aug/2024 08:30:47] "POST /models/install HTTP/1.1" 200 45
172.19.0.5 - - [20/Aug/2024 08:30:48] "GET /models/list HTTP/1.1" 200 13
172.19.0.5 - - [20/Aug/2024 08:30:59] "DELETE /models/remove HTTP/1.1" 200 35
172.19.0.5 - - [20/Aug/2024 08:31:00] "GET /models/list HTTP/1.1" 200 2
  d

 
 172.19.0.5 - - [20/Aug/2024 08:32:06] "GET /models/list HTTP/1.1" 200 12
172.19.0.5 - - [20/Aug/2024 08:32:07] "GET /models/list HTTP/1.1" 200 12
172.19.0.5 - - [20/Aug/2024 08:32:10] "GET /models/list HTTP/1.1" 200 12

Before the last 3 lines I installed Japanese, but it produced no output in the logs. It returned an error on the front-end, but it was successful. The d character and new lines are from my keyboard, I though maybe my terminal was not updating for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant