HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.31k stars 2.3k forks source link

Cannot login with PC #6178

Open zyh3826 opened 1 month ago

zyh3826 commented 1 month ago

I started the service and used chrome to sign up, when I clicked the bottom, nothing happened, and find this line in the log:

[2024-08-08 09:30:45,270] [urllib3.connectionpool::urlopen::826] [WARNING] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fb1a5be70d0>, 'Connection to o227124.ingest.sentry.io timed out. (connect timeout=None)')': /api/5820521/envelope/

I tried this on my mobile phone, and it's fine, and using another PC is also fine, it's my PC's IP forbidden? anyone can help me?

jombooth commented 1 month ago

Hi, this log line has to do with Sentry error collection and shouldn't be blocking; it's unlikely to be the root cause of your issue. Do you see anything else in your logs, or in your browser's javascript console?

zyh3826 commented 1 month ago

Hi, this log line has to do with Sentry error collection and shouldn't be blocking; it's unlikely to be the root cause of your issue. Do you see anything else in your logs, or in your browser's javascript console?

Can not see any other in my logs, JS console as below:

image