Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: search update applio into app crash #946

Closed
anakein opened this issue Jan 11, 2025 · 1 comment
Closed

[Bug]: search update applio into app crash #946

anakein opened this issue Jan 11, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@anakein
Copy link

anakein commented Jan 11, 2025

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 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

@anakein anakein added the bug Something isn't working label Jan 11, 2025
@blaisewf
Copy link
Member

next update will be fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants