Error after stopping LLM streaming
https://github.com/user-attachments/assets/347d4bc2-b4d7-4022-8faa-625e4196c933
After pulling new version of plz-media-type (See #171), we get this error:
Error running timer ‘plz--respond’: (error "Error calling the LLM: curl error code 9: FTP access denied.")
I am currently on user-defined-blueprints branch.
I'm just linking the issue alphapapa/plz.el#69, because I think it is relevant here. Basically "curl error code 9: FTP access denied" is what plz.el often returns when a request is cancelled.
I experience a similar issue. C-g does not seem to work before the non-reasoning reply is being displayed (big complicated request which I want to abort because of some input error). I only see ellama:generating on the minibar. If I call ellama--cancel-current-call-and-quit, I get the same curl FTP error. If I keep the session open, I get a reply after several minutes. I.e. I'm not able to abort the request.
Ollama runs in a local container and only the standard port is exposed. If that matters.