soundchaser128 / clip-mash

Generates compilation videos semi-automatically
GNU General Public License v3.0
51 stars 8 forks source link

App locks when it can't talk to github #74

Closed MrRandoMan closed 9 months ago

MrRandoMan commented 9 months ago

Hello

My network has a proxy, and no direct internet access to port 80.

In this case clip-mash dies/locks after just looking for updates

ERROR clip_mash::server::error: request failed: Report(
   0: error sending request for url (https://api.github.com/repos/soundchaser128/clip-mash/releases/latest): error trying to connect: tcp connect error: An attempt was made to access a socket in a way forbidden by its access permissions. (os error 10013)
   1: error trying to connect: tcp connect error: An attempt was made to access a socket in a way forbidden by its access permissions. (os error 10013)
   2: tcp connect error: An attempt was made to access a socket in a way forbidden by its access permissions. (os error 10013)
   3: An attempt was made to access a socket in a way forbidden by its access permissions. (os error 10013)

Location:
   src\service\new_version_checker.rs:39
soundchaser128 commented 9 months ago

Should be fixed in version 0.20.1, can you try again?

MrRandoMan commented 9 months ago

I can successfully reach the main page image