[python-sdk] i can run my actor right, but my users use it with error
Everything was working fine for a long time, but in the last 3 hours, some errors have started appearing. It runs correctly when I test it myself, but when my users try it, I tested with a free account and saw the issues.
log------------------------------------------------------
2025-10-29T17:19:13.516Z File "/usr/src/app/src/main.py", line 64, in main
2025-10-29T17:19:13.517Z async with Actor:
2025-10-29T17:19:13.518Z File "/usr/local/lib/python3.10/site-packages/apify/_actor.py", line 198, in aenter
2025-10-29T17:19:13.519Z await self._charging_manager_implementation.aenter()
2025-10-29T17:19:13.520Z File "/usr/local/lib/python3.10/site-packages/apify/_charging.py", line 151, in aenter
2025-10-29T17:19:13.520Z run = run_validator.validate_python(await self._client.run(self._actor_run_id).get())
2025-10-29T17:19:13.521Z File "/usr/local/lib/python3.10/site-packages/pydantic/type_adapter.py", line 441, in validate_python
2025-10-29T17:19:13.522Z return self.validator.validate_python(
2025-10-29T17:19:13.523Z pydantic_core._pydantic_core.ValidationError: 1 validation error for nullable[ActorRun]
2025-10-29T17:19:13.524Z stats
2025-10-29T17:19:13.525Z Field required [type=missing, input_value={'id': '3zRuoppPw8bVQUc41...runs/3zRuoppPw8bVQUc41'}, input_type=dict]
2025-10-29T17:19:13.526Z For further information visit https://errors.pydantic.dev/2.12/v/missing
1 Reply
We are fixing this right now