Today, my two spaces simply stopped working. They were running fine until today, but now they won’t even rebuild (already tried the factory reset).
I already tried changing the gradio version and sdk_version, but nothing worked. I keep getting this error:
raise ConnectionError(f"Couldn't reach '{path}' on the Hub ({type(e).__name__})") ConnectionError: Couldn't reach 'nicholasKluge/instruct-aira-dataset' on the Hub (ConnectionError)
Is my Space without internet?
My spaces are the same (just for different languages), and they are available here and here. Could someone point me to a way to make them work again?
They work just fine on my machine and Colab (and they were working until today afternoon on Spaces), so I don’t know why my Spaces are failing to work.
This is a global issue, the core error is this one:
Failed to resolve ‘huggingface.co’ ([Errno -3] Temporary failure in name resolution)"))
Spaces relying on something hosted at huggingface.co will not be able to be built, spaces already built are fine (so don’t restart or pause your spaces until the problem is resolved.)
Yes, it seems intermittent, will small windows of opportunity to build spaces, the rest of the time spaces get a ConectionError that causes a Runtime error that doesn’t let them be built.