Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

[Bug]: KeyError: 'filename' #950

Open
arnavroh45 opened this issue Feb 14, 2024 · 0 comments
Open

[Bug]: KeyError: 'filename' #950

arnavroh45 opened this issue Feb 14, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@arnavroh45
Copy link

Bug Description

Few days back, it was working fine. But now getting this error

from llama_index import download_loader
S3Reader = download_loader("S3Reader")
loader2 = S3Reader(bucket=bucket, prefix=prefix)
documents2 = loader2.load_data()

Version

0.9.44

Steps to Reproduce

from llama_index import download_loader
S3Reader = download_loader("S3Reader")
loader2 = S3Reader(bucket=bucket, prefix=prefix)
documents2 = loader2.load_data()

Relevant Logs/Tracbacks

No response

@arnavroh45 arnavroh45 added bug Something isn't working triage labels Feb 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant