cztomsik / ava

All-in-one desktop app for running LLMs locally.
https://avapls.com
Other
400 stars 15 forks source link

"Unexpected error: NetworkUnreachable" after clicking download on a model #24

Open quag opened 4 months ago

quag commented 4 months ago

I'm running on Linux. When I select Models (menu), pick a model, then pick a gguf file to download I get a "NetworkUnreachable" error. Nothing shows on stdout after the AVA welcome banner. Any tips on how to debug the problem?

Unexpected Error

An unexpected error occurred. (Error)

Unexpected error: NetworkUnreachable

@http://127.0.0.1:3002/app.js:71:5727
cztomsik commented 4 months ago

Sorry for the delay, there's a separate log file in your AVA_HOME directory, log.txt - depending on what distro you are using, it should be somewhere in XDG_DATA_HOME/AvaPLS or ~/.local/share/AvaPLS.

But I'm not sure if it is going to provide anything useful, we are simply using http client from Zig (source) so my guess is your are using proxy?