Hey @John6666 @not-lain I’d appreciate if you take a look at the below. Av noticed you’ve been watching posts concerning thing like this.
This problem started early january. Hugging face has made lots of changes to their platform. My space was a harmless whatsapp bot which was supposed to assist with some basic tasks. It’s been working since the past 4 months although it’s had it’s UPS and DOWNS.
My space is built using docker and from the latest:node with some basic dependencies the bot requires in order to run. The 3 required files are;
- Server.js
- Start.sh (moved it to the docker command)
- Dockerfile (contains all required commands, git clonings, etc)
Everything was ok until, i started getting some errors like getaddrinfo ENOENT when using some commands such as upscale, etc in the whatsapp app. Next thing, it was no longer connecting to the session ID which I use to connect the process to my whatsapp application.
I had to use the qr code pairing method as a temporary fix to connect my whatsapp application to the huggingface space which seemed to work for a while
UNTIL
The problem got worse when the server even stopped connecting to web.whatsapp.com to generate the qrcode which was the main thing in linking my whatsapp to the huggingface space.
I created another space which allowed me to test the connection to various domains which worked. When I tried connecting to whatsapp, it didn’t resolve, facebook didn’t, google did alongside some others which I don’t remember
I changed the DNS in the space’s connection and used a particular port to resolve that connection and it did work.
I don’t know what’s been up with hugging face lately but i’ll appreciate it if I get some answers at least