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
on search update into applio page, show me this error:
To create a public link, set share=True in launch().
Traceback (most recent call last):
File "D:\Applio\env\lib\site-packages\gradio\queueing.py", line 624, in process_events
response = await route_utils.call_process_api(
File "D:\Applio\env\lib\site-packages\gradio\route_utils.py", line 323, in call_process_api
output = await app.get_blocks().process_api(
File "D:\Applio\env\lib\site-packages\gradio\blocks.py", line 2015, in process_api
result = await self.call_function(
File "D:\Applio\env\lib\site-packages\gradio\blocks.py", line 1562, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "D:\Applio\env\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "D:\Applio\env\lib\site-packages\anyio_backends_asyncio.py", line 2461, in run_sync_in_worker_thread
return await future
File "D:\Applio\env\lib\site-packages\anyio_backends_asyncio.py", line 962, in run
result = context.run(func, *args)
File "D:\Applio\env\lib\site-packages\gradio\utils.py", line 865, in wrapper
response = f(*args, **kwargs)
File "D:\Applio\assets\version_checker.py", line 47, in compare_version
elements_online_version = list(map(int, online_version.split(".")))
ValueError: invalid literal for int() with base 10: '8-bugfix'
Steps to reproduce
try update into applio
Expected behavior
update
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Project Version
3.2.8
Platform and OS Version
windwos 10 64 bit
Affected Devices
all
Existing Issues
No response
What happened?
on search update into applio page, show me this error:
To create a public link, set
share=True
inlaunch()
.Traceback (most recent call last):
File "D:\Applio\env\lib\site-packages\gradio\queueing.py", line 624, in process_events
response = await route_utils.call_process_api(
File "D:\Applio\env\lib\site-packages\gradio\route_utils.py", line 323, in call_process_api
output = await app.get_blocks().process_api(
File "D:\Applio\env\lib\site-packages\gradio\blocks.py", line 2015, in process_api
result = await self.call_function(
File "D:\Applio\env\lib\site-packages\gradio\blocks.py", line 1562, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "D:\Applio\env\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "D:\Applio\env\lib\site-packages\anyio_backends_asyncio.py", line 2461, in run_sync_in_worker_thread
return await future
File "D:\Applio\env\lib\site-packages\anyio_backends_asyncio.py", line 962, in run
result = context.run(func, *args)
File "D:\Applio\env\lib\site-packages\gradio\utils.py", line 865, in wrapper
response = f(*args, **kwargs)
File "D:\Applio\assets\version_checker.py", line 47, in compare_version
elements_online_version = list(map(int, online_version.split(".")))
ValueError: invalid literal for int() with base 10: '8-bugfix'
Steps to reproduce
try update into applio
Expected behavior
update
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: