pinokiocomputer / pinokio

AI Browser
https://pinokio.computer
MIT License
3.37k stars 275 forks source link

KIOExec: Unknown protocol 'pinokio' #83

Open ColonelPanic-42 opened 8 months ago

ColonelPanic-42 commented 8 months ago

Downloaded 1.0.15 AppImage, running on EndeavourOS (Arch Linux) with latest packages installed, and getting the following error when trying to download anything:

Unable to create KIO worker. Unknown protocol 'pinokio' image

No errors in console when this occurs

### 0
### XXXXXXXXXX
#1
#3
###1
app ready
start called undefined undefined
syncConfig { existing_home: '/opt/pinokio', new_home: undefined }
#A { exists: true }
#B { new_home: undefined }
#F
kernel.init { homedir: '/opt/pinokio' }
homedir /opt/pinokio
libva error: vaGetDriverNames() failed with unknown libva error
this.vars {
  pip: {
    install: {
      torch: 'pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu'
    }
  }
}
refreshInstalled start
## check conda
{ conda_path: '/opt/pinokio/bin/miniconda', conda_exists: false }
## check brew
pipconfig exists? { pipconfig_path: '/opt/pinokio/pipconfig', pipconfig_exists: true }
api.init { homedir: '/opt/pinokio' }
{ brew_path: '/opt/pinokio/bin/homebrew', brew_exists: false }
this.installed { conda: Set(0) {}, pip: Set(0) {}, brew: Set(0) {} }
gitPath {}
this.gpus [ 'nvidia corporation' ]
{ gpu: 'nvidia', gpus: [ 'nvidia corporation' ] }
homedir /opt/pinokio
ColonelPanic-42 commented 8 months ago

Strangely enough, if I have the 0.2.16 AUR package installed this AppImage works without issue?