{"slug": "stuck-at-space-problem", "title": "Stuck at space problem", "summary": "Hugging Face Spaces users report that their spaces are being auto-paused after 15 minutes of activity, with no logs and no ability to restart, forcing deletion and recreation. One user's space has been paused for five days and shows an \"abusive\" error despite working for months, while similar spaces remain unaffected. The issue can be resolved via the Hugging Face API.", "body_md": "Now, it’s worked, but online 15 mins, after build completed, space work in 15 mins then the space auto paused, no log, can’t restart only one action can do is delete the space and recreat. But it’s only work 15 mins. (This is patmcgee’s space @ ( [Space stuck on \"Building\" for 9+ hours, no logs visible after Factory Rebuild - #6 by John6666](https://discuss.huggingface.co/t/space-stuck-on-building-for-9-hours-no-logs-visible-after-factory-rebuild/174759/6) ) ←– he got that problem too !\n\nSame 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“.\n\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](https://huggingface.co/IbarakiDouji)\n\nCheck snippet :\n\n``` python\nfrom huggingface_hub import login; login()\n\nfrom huggingface_hub import HfApi\napi = HfApi()\nspaces = list(api.list_spaces(author=‘IbarakiDouji’)) # change with your name\nfor 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```\n\nThis issue can be resolved by utilizing the HuggingFace API", "url": "https://wpnews.pro/news/stuck-at-space-problem", "canonical_source": "https://discuss.huggingface.co/t/stuck-at-space-problem/174654?page=2#post_24", "published_at": "2026-06-20 15:41:33+00:00", "updated_at": "2026-06-20 15:42:25.546279+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools"], "entities": ["Hugging Face", "HfApi", "IbarakiDouji", "patmcgee", "John6666"], "alternates": {"html": "https://wpnews.pro/news/stuck-at-space-problem", "markdown": "https://wpnews.pro/news/stuck-at-space-problem.md", "text": "https://wpnews.pro/news/stuck-at-space-problem.txt", "jsonld": "https://wpnews.pro/news/stuck-at-space-problem.jsonld"}}