commune-ai / commune

Commune Repo
88 stars 79 forks source link

Randomly throwing: Error: Forbidden #73

Open uy5cu71 opened 10 months ago

uy5cu71 commented 10 months ago

Some servers can randomly throw "Error: Forbidden" error

root@2361489-cu36924:/home/commune# c block
Connecting to ws://165.227.45.61:50053
174051
root@2361489-cu36924:/home/commune# c block

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/</code> from this server.</h2>
<h2></h2>
</body></html>
Connecting to ws://67.207.85.224:50055
174053
uy5cu71 commented 10 months ago

This is only happening on servers based on "RU" location (?). Issue above on same server. I don't have issue on other server locations

uy5cu71 commented 10 months ago

Seems a lot of troubles come from ipv6 global ip. Removing ipv6 - solved all 403 Forbidden issues.

Please confirm on your side