AttributeError: 'dict' object has no attribute 'json' #34

Closed
opened 2026-02-16 00:16:40 -05:00 by yindo · 5 comments
Owner

Originally created by @Nayal17 on GitHub (Mar 7, 2024).

from llama_parse import LlamaParse
documents = LlamaParse(result_type="markdown").load_data("uber_10q_march_2022.pdf")

Output--Started parsing the file under job_id c9d970f1-76ea-4fe2-89cc-859878869740
Error while parsing the PDF file 'uber_10q_march_2022.pdf': 'dict' object has no attribute 'json'

I am using colab notebook, btw it was working fine a day back.

Originally created by @Nayal17 on GitHub (Mar 7, 2024). from llama_parse import LlamaParse documents = LlamaParse(result_type="markdown").load_data("uber_10q_march_2022.pdf") Output--Started parsing the file under job_id c9d970f1-76ea-4fe2-89cc-859878869740 Error while parsing the PDF file 'uber_10q_march_2022.pdf': 'dict' object has no attribute 'json' I am using colab notebook, btw it was working fine a day back.
yindo closed this issue 2026-02-16 00:16:40 -05:00
Author
Owner

@jellchou commented on GitHub (Mar 7, 2024):

Have a problem like that.

@jellchou commented on GitHub (Mar 7, 2024): Have a problem like that.
Author
Owner

@mtsourma commented on GitHub (Mar 7, 2024):

me too with python version 3.9

@mtsourma commented on GitHub (Mar 7, 2024): me too with python version 3.9
Author
Owner

@GeoloeG-IsT commented on GitHub (Mar 7, 2024):

same, probably due to the introduction of the new json mode...

@GeoloeG-IsT commented on GitHub (Mar 7, 2024): same, probably due to the introduction of the new `json` mode...
Author
Owner

@JungeAlexander commented on GitHub (Mar 7, 2024):

I second this (although I am a new user, so I am unsure if this used to work).

@JungeAlexander commented on GitHub (Mar 7, 2024): I second this (although I am a new user, so I am unsure if this used to work).
Author
Owner

@logan-markewich commented on GitHub (Mar 7, 2024):

@JungeAlexander @MeTaNoV @mtsourma @jellchou @Nayal17

Fixed in v0.3.8
https://github.com/run-llama/llama_parse/pull/68

@logan-markewich commented on GitHub (Mar 7, 2024): @JungeAlexander @MeTaNoV @mtsourma @jellchou @Nayal17 Fixed in v0.3.8 https://github.com/run-llama/llama_parse/pull/68
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#34