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
Could not create share link. Please check your internet connection or our status page: https://status.gradio.app
Traceback (most recent call last):
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\gradio\blocks.py", line 1075, in process_api
result = await self.call_function(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\gradio\blocks.py", line 884, in call_function
prediction = await anyio.to_thread.run_sync(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\anyio_backends_asyncio.py", line 2134, in run_sync_in_worker_thread
return await future
^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\anyio_backends_asyncio.py", line 851, in run
result = context.run(func, *args)
^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\project\GLM-Webui\LangChain-ChatGLM-Webui\app.py", line 203, in init_vector_store
file_obj.name)
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'name'
The text was updated successfully, but these errors were encountered:
Could not create share link. Please check your internet connection or our status page: https://status.gradio.app
Traceback (most recent call last):
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\gradio\blocks.py", line 1075, in process_api
result = await self.call_function(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\gradio\blocks.py", line 884, in call_function
prediction = await anyio.to_thread.run_sync(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\anyio_backends_asyncio.py", line 2134, in run_sync_in_worker_thread
return await future
^^^^^^^^^^^^
File "C:\Users\qyy.conda\envs\chatglm1\Lib\site-packages\anyio_backends_asyncio.py", line 851, in run
result = context.run(func, *args)
^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\project\GLM-Webui\LangChain-ChatGLM-Webui\app.py", line 203, in init_vector_store
file_obj.name)
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'name'
The text was updated successfully, but these errors were encountered: