Closed abhijeetGithu closed 1 year ago
Anyone can help me with this error please
The issue doesn't sound to be on the llama_index or llama_hub side but on the youtube transcript API
I would recommend you to use our audio loader https://llamahub.ai/l/file-audio
closing this issue for now, since doesn't to be a problem on our side
Using lama-hub i created youtube video summerizer where i have used default imports like:
First time i run the application it worked successfully but after it was started showing error in url: /emptycrown/llama-hub/main/llama_hub/file/requirements.txt
The whole error which started coming again and again:
ConnectTimeout: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /emptycrown/llama-hub/main/llama_hub/file/requirements.txt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000015BBC8D5DD0>, 'Connection to raw.githubusercontent.com timed out. (connect timeout=None)'))
I am not getting what the error coming in requirement.txt in llama_hub , and why it showing the ConnectTimeoutError So please suggest me a solution what exactly the problem is.
For any reference i am providing the whole code block of my project: