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
I use Forge, Is this something the Forge team needs to address? Seems like it came after the big update.
Traceback (most recent call last):
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\route_utils.py", line 285, in call_process_api
output = await app.get_blocks().process_api(
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\blocks.py", line 1923, in process_api
result = await self.call_function(
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\blocks.py", line 1508, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "F:\SD Forge Manual\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\SD Forge Manual\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "F:\SD Forge Manual\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\utils.py", line 818, in wrapper
response = f(*args, **kwargs)
File "F:\SD Forge Manual\extensions\Stable-Diffusion-Webui-Civitai-Helper\browser\browser.py", line 67, in perform_search
params = make_params(search)
File "F:\SD Forge Manual\extensions\Stable-Diffusion-Webui-Civitai-Helper\browser\browser.py", line 275, in make_params
frags = array_frags(key, val, frags)
File "F:\SD Forge Manual\extensions\Stable-Diffusion-Webui-Civitai-Helper\browser\browser.py", line 259, in array_frags
if len(vals) == 0:
TypeError: object of type 'NoneType' has no len()
The text was updated successfully, but these errors were encountered:
Fretag
changed the title
No results, nothing happening. TypeError NoneType
Civitai Helper Browser - No results, nothing happening. TypeError NoneType
Sep 12, 2024
I use Forge, Is this something the Forge team needs to address? Seems like it came after the big update.
Traceback (most recent call last):
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\route_utils.py", line 285, in call_process_api
output = await app.get_blocks().process_api(
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\blocks.py", line 1923, in process_api
result = await self.call_function(
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\blocks.py", line 1508, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "F:\SD Forge Manual\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\SD Forge Manual\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "F:\SD Forge Manual\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "F:\SD Forge Manual\venv\lib\site-packages\gradio\utils.py", line 818, in wrapper
response = f(*args, **kwargs)
File "F:\SD Forge Manual\extensions\Stable-Diffusion-Webui-Civitai-Helper\browser\browser.py", line 67, in perform_search
params = make_params(search)
File "F:\SD Forge Manual\extensions\Stable-Diffusion-Webui-Civitai-Helper\browser\browser.py", line 275, in make_params
frags = array_frags(key, val, frags)
File "F:\SD Forge Manual\extensions\Stable-Diffusion-Webui-Civitai-Helper\browser\browser.py", line 259, in array_frags
if len(vals) == 0:
TypeError: object of type 'NoneType' has no len()
The text was updated successfully, but these errors were encountered: