improved-purpleI

ERROR Actor failed with an exception

ERROR Actor failed with an exception
Traceback (most recent call last):
File "/usr/src/app/src/main.py", line 150, in main
actor_input = await Actor.get_input()
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/apify/actor.py", line 643,
return await cls._get_default_instance().get_input()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/apify/actor.py", line 646,
self._raise_if_not_initialized()
File "/usr/local/lib/python3.11/site-packages/apify/actor.py", line 202,
raise RuntimeError('The actor was not initialized!')
RuntimeError: The actor was not initialized!
Any idea why is this not initilised error getting?
Was this page helpful?