You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We've noticed that LlamaParse can occassionally return an error unable to perform operation on <TCPTransport closed=True reading=False 0x7f57480c0a40>; the handler is closed
and fail when trying to use it to parse a pdf file via the python library.
It seems to happen immediately when we make a request but goes away if we retry at least once so it feels like a network connectivity issue.
Anecdotally I've noticed it happens more often on larger files rather than smaller ones.
Files
Random files, no pattern or specific trigger.
Job ID
When this bug happens no Job ID gets created, the error seems to happen before it does so.
Client:
Python Library
Additional context
I call LlamaParse via LlamaParse.load_data(file_bytes). I'm not sure if the passing of file_bytes has something to do with it.
Here are logs of it happening whereby my function retries and it then goes through.
Job ID of the job succeeding it: a387462e-9c4a-467e-8330-c80a76c7f6cc
App that we're running is a Python FastAPI running on Railway with Uvicorn v0.34 (latest).
The text was updated successfully, but these errors were encountered:
Describe the bug
We've noticed that LlamaParse can occassionally return an error
unable to perform operation on <TCPTransport closed=True reading=False 0x7f57480c0a40>; the handler is closed
and fail when trying to use it to parse a pdf file via the python library.
It seems to happen immediately when we make a request but goes away if we retry at least once so it feels like a network connectivity issue.
Anecdotally I've noticed it happens more often on larger files rather than smaller ones.
Files
Random files, no pattern or specific trigger.
Job ID
When this bug happens no Job ID gets created, the error seems to happen before it does so.
Client:
Additional context
I call LlamaParse via LlamaParse.load_data(file_bytes). I'm not sure if the passing of file_bytes has something to do with it.
Here are logs of it happening whereby my function retries and it then goes through.
![Image](https://private-user-images.githubusercontent.com/34826799/404006741-eff27478-f0f5-46e8-9bf9-ed4a8f7c310d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTQ4MTgsIm5iZiI6MTczOTYxNDUxOCwicGF0aCI6Ii8zNDgyNjc5OS80MDQwMDY3NDEtZWZmMjc0NzgtZjBmNS00NmU4LTliZjktZWQ0YThmN2MzMTBkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEwMTUxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMwYWM3OWVlNDk0NmFjNDU3MDRjMzliZDM5OTM2ZjBlYjM4ZWJjZTQ1ZDNmMWMzNGYwZDcxOGQ1NzUzMzU0YjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HIi8PpAU-kklLWD8ca23mpef83RPWdkXoMdTVfiJ0JU)
Job ID of the job succeeding it: a387462e-9c4a-467e-8330-c80a76c7f6cc
App that we're running is a Python FastAPI running on Railway with Uvicorn v0.34 (latest).
The text was updated successfully, but these errors were encountered: