Exception caught: An attempt was made to access a socket in a way forbidden by its access permissions. (git.ofdl.tools:443) #107
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OFDLV1.9.16 work fine
OFDLV1.9.17 show the below error.
Exception caught: An attempt was made to access a socket in a way forbidden by its access permissions. (git.ofdl.tools:443)
and then auto close.
I have never seen this before. My gut suspicion is that some kind of antivirus/antimalware/web content filtering software is interfering with things. The only thing the app does communication-wise to Gitea is to check the latest release version, so that is a very strange and non-standard error.
I'll also note that the version checking code hasn't changed in the last release.
Fixed. I found the antivirus' firewall block the connection. Thank you.