Soulter / hugging-chat-api

HuggingChat Python API🤗
GNU Affero General Public License v3.0
861 stars 123 forks source link

Closing existing connexion with wifi connexion #161

Closed yanis112 closed 8 months ago

yanis112 commented 10 months ago

Since 2 weeks a strange error appeared: when i use my house wifi connexion i get an error: "connexion aborted" and when i use my phone connection everything works well... Would it be possible that huggingface blacklisted in a way me ? Someone experiencing same error ?

Whitelisted1 commented 10 months ago

Are you using the HuggingChat GUI when you are experiencing the error? If so, then this is not the correct place to talk about this

yanis112 commented 10 months ago

Are you using the HuggingChat GUI when you are experiencing the error? If so, then this is not the correct place to talk about this

No i am using the Soulter/HuggingChat API. Some weeks ago everything was working well. The precise error is: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

yanis112 commented 10 months ago

Are you using the HuggingChat GUI when you are experiencing the error? If so, then this is not the correct place to talk about this

No i am using the Soulter/HuggingChat API. Some weeks ago everything was working well. The precise error is: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

And changing the huggingface account provided by another one doesn't solve the issue.

yanis112 commented 9 months ago

After further experimentation , i found out that HuggingFace API (not the Soulter one) kind on "blacklisted" my computer for two many API calls i think. No clue how to solve this.

ogios commented 9 months ago

After further experimentation , i found out that HuggingFace API (not the Soulter one) kind on "blacklisted" my computer for two many API calls i think. No clue how to solve this.

try proxy, if still, maybe they ban your account but i don't think they will ban you for too long, probably be fine tomorrow?

yanis112 commented 8 months ago

I asked a guy from HuggingFace and he solved my issue ! I had to disable IPV6 on my computer and it worked perfectly fine after that !