[GH-ISSUE #220] Sending input with a + crashes #93

Closed
opened 2026-04-12 09:38:02 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @benr75 on GitHub (Jul 26, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/220

Maybe an url escaping issue? I didn't dig much deeper but wanted to report.

$ ollama run llama2:13b
>>> I cannot send input with a + in it
Error: Post "http://127.0.0.1:11434/api/generate": EOF
Originally created by @benr75 on GitHub (Jul 26, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/220 Maybe an url escaping issue? I didn't dig much deeper but wanted to report. ``` $ ollama run llama2:13b >>> I cannot send input with a + in it Error: Post "http://127.0.0.1:11434/api/generate": EOF ```
GiteaMirror added the bug label 2026-04-12 09:38:02 -05:00
Author
Owner

@mchiang0610 commented on GitHub (Jul 26, 2023):

Hey @benr75, may I ask how much memory you have on your mac? One of the most common reasons for this error is due to out-of-memory.

I just tried using + works

<!-- gh-comment-id:1652289331 --> @mchiang0610 commented on GitHub (Jul 26, 2023): Hey @benr75, may I ask how much memory you have on your mac? One of the most common reasons for this error is due to out-of-memory. I just tried using `+` works
Author
Owner

@benr75 commented on GitHub (Jul 26, 2023):

64GB, all other queries worked. Let me know if there are some logs to look at or more info I can provide.

image
<!-- gh-comment-id:1652333209 --> @benr75 commented on GitHub (Jul 26, 2023): 64GB, all other queries worked. Let me know if there are some logs to look at or more info I can provide. <img width="214" alt="image" src="https://github.com/jmorganca/ollama/assets/661/4e23523b-9086-430e-ade0-62854763439a">
Author
Owner

@mxyng commented on GitHub (Aug 2, 2023):

This is less likely an issue with + and more likely stability related. There are a lot of stability improvements in the upcoming release which should address this and other Post "http://127.0.0.1:11434/api/generate": EOF issues

<!-- gh-comment-id:1662815390 --> @mxyng commented on GitHub (Aug 2, 2023): This is less likely an issue with `+` and more likely stability related. There are a lot of stability improvements in the upcoming release which should address this and other `Post "http://127.0.0.1:11434/api/generate": EOF` issues
Author
Owner

@benr75 commented on GitHub (Aug 4, 2023):

@mxyng thx for looking into this. Testing on the new version is working with the provided prompt. Closing.

<!-- gh-comment-id:1665705963 --> @benr75 commented on GitHub (Aug 4, 2023): @mxyng thx for looking into this. Testing on the new version is working with the provided prompt. Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#93