{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreieduvq5jvrlfjnfypq4sligxjdf7x2kfd7nkhr6h7imyr2rj7afae",
"uri": "at://did:plc:pgryn3ephfd2xgft23qokfzt/app.bsky.feed.post/3mign7uldfcx2"
},
"path": "/t/stuck-at-space-problem/174654?page=2#post_23",
"publishedAt": "2026-04-01T07:18:35.000Z",
"site": "https://discuss.huggingface.co",
"tags": [
"https://huggingface.co/IbarakiDouji"
],
"textContent": "Same for me it’s been 5 days since one of my space got Paused. And Restarting does not help (error 503).\n\nUsing a little snippet from someone else i was able to see the error and basicly it’s marked as “abusive“.\nTho it was working for more than 4 month and also i have others space with very similar code but different models, and thoses are not “Paused”.\n\nYou can check the spaces at : https://huggingface.co/IbarakiDouji\n\nCheck snippet :\n\n\n from huggingface_hub import login; login()\n\n from huggingface_hub import HfApi\n api = HfApi()\n spaces = list(api.list_spaces(author=‘IbarakiDouji’)) # change with your name\n for s in spaces:\n try:\n rt = api.get_space_runtime(s.id)\n error = rt.raw.get(‘errorMessage’, ‘None’)\n print(f’{s.id}: stage={rt.stage}, error={error}‘)\n except Exception as e:\n print(f’{s.id}: Error getting runtime: {e}')\n",
"title": "Stuck at space problem"
}