I have a python/gradio space (GradioTest - a Hugging Face Space by dlflannery) that was running fine for months until 2 days ago it wll run for several hours fine then:
Runtime error
Exit code: ?. Reason:
I have a Python GradioClient app running on a local computer that periodically accesses the api of the HF space. This works fine for several hours after startup then the runtime error occurs. It appears to occur at the exact time one of the api calls is made (the same API function is called each time.)
When this started 2 days ago I saw warnings about using an older version of the Gradio SDK so updated to 5.4 and have done several Factory Rebuilds. This made no difference.
This is a CPU Basic HF space.
EDIT: Now it runs for less than a half hour before the ? error