[Bug]: #452

Closed
opened 2026-02-16 00:17:53 -05:00 by yindo · 2 comments
Owner

Originally created by @rajasami156 on GitHub (Mar 24, 2025).

Bug Description

I'm getting this error, it was working fine a few days back.

Version

llama-index==0.12.25

Steps to Reproduce

Image

I'm unable to login, I'm getting an error:

Relevant Logs/Tracbacks

INFO:main10:Homepage rendered successfully.
INFO:     110.93.246.223:0 - "GET / HTTP/1.1" 200 OK
INFO:httpx:HTTP Request: POST https://api.cloud.llamaindex.ai/api/parsing/upload "HTTP/1.1 503 Service Temporarily Unavailable"

On local:

(myvenv) hellcat@hellcat-ThinkCentre-M720t:~/SAMI/Agent_chatbot/Deposition-Summary$ uvicorn main11:app --port 7000
INFO:     Started server process [74316]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://127.0.0.1:7000 (Press CTRL+C to quit)
INFO:main11:Homepage rendered successfully.
INFO:     127.0.0.1:49946 - "GET / HTTP/1.1" 200 OK
INFO:     127.0.0.1:49946 - "GET /static/styles.css HTTP/1.1" 304 Not Modified
INFO:httpx:HTTP Request: POST https://api.cloud.llamaindex.ai/api/parsing/upload "HTTP/1.1 503 Service Temporarily Unavailable"
Error while parsing the file '<bytes/buffer>': Failed to parse the file: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>
Originally created by @rajasami156 on GitHub (Mar 24, 2025). ### Bug Description I'm getting this error, it was working fine a few days back. ### Version llama-index==0.12.25 ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/f905d37d-42cb-47eb-a83a-28f828cc2e1e) I'm unable to login, I'm getting an error: ### Relevant Logs/Tracbacks ```shell INFO:main10:Homepage rendered successfully. INFO: 110.93.246.223:0 - "GET / HTTP/1.1" 200 OK INFO:httpx:HTTP Request: POST https://api.cloud.llamaindex.ai/api/parsing/upload "HTTP/1.1 503 Service Temporarily Unavailable" On local: (myvenv) hellcat@hellcat-ThinkCentre-M720t:~/SAMI/Agent_chatbot/Deposition-Summary$ uvicorn main11:app --port 7000 INFO: Started server process [74316] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:7000 (Press CTRL+C to quit) INFO:main11:Homepage rendered successfully. INFO: 127.0.0.1:49946 - "GET / HTTP/1.1" 200 OK INFO: 127.0.0.1:49946 - "GET /static/styles.css HTTP/1.1" 304 Not Modified INFO:httpx:HTTP Request: POST https://api.cloud.llamaindex.ai/api/parsing/upload "HTTP/1.1 503 Service Temporarily Unavailable" Error while parsing the file '<bytes/buffer>': Failed to parse the file: <html> <head><title>503 Service Temporarily Unavailable</title></head> <body> <center><h1>503 Service Temporarily Unavailable</h1></center> <hr><center>nginx</center> </body> </html> ```
yindo added the bug label 2026-02-16 00:17:53 -05:00
yindo closed this issue 2026-02-16 00:17:53 -05:00
Author
Owner

@BinaryBrain commented on GitHub (Apr 8, 2025):

Hi @rajasami156,
Do you still have this issue?

@BinaryBrain commented on GitHub (Apr 8, 2025): Hi @rajasami156, Do you still have this issue?
Author
Owner

@rajasami156 commented on GitHub (Apr 29, 2025):

Hi @rajasami156, Do you still have this issue?

Heyy,
No it's gone, I'm glad.
Thank you

@rajasami156 commented on GitHub (Apr 29, 2025): > Hi [@rajasami156](https://github.com/rajasami156), Do you still have this issue? Heyy, No it's gone, I'm glad. Thank you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#452