ellama icon indicating copy to clipboard operation
ellama copied to clipboard

Error after stopping LLM streaming

Open tusharhero opened this issue 9 months ago • 2 comments

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.

tusharhero avatar Mar 03 '25 09:03 tusharhero

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.

leotaku avatar Mar 04 '25 06:03 leotaku

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.

sniktas avatar Sep 22 '25 15:09 sniktas