Find answers from the community

Updated 2 months ago

Runnning this code but getting this

Runnning this code but getting this error, never encountered this before:
OSError: [Errno 98] Address already in use

Code:
from llama_index import download_loader
GoogleDocsReader = download_loader('GoogleDocsReader')
gdoc_ids = ['gdoc_id']
loader = GoogleDocsReader()
documents = loader.load_data(document_ids=gdoc_ids)
W
1 comment
Are you running this on some server? I think the Port is already engaged on which your server is trying to run
Add a reply
Sign up and join the conversation on Discord