You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FIRECRAWL_API_KEY is already set but it still failed.
root@suna-dev:/home/pyx/suna/backend# python3 api.py
Traceback (most recent call last):
File "/home/pyx/suna/backend/api.py", line 5, in
from agentpress.thread_manager import ThreadManager
File "/home/pyx/suna/backend/agentpress/thread_manager.py", line 15, in
from services.llm import make_llm_api_call
File "/home/pyx/suna/backend/services/llm.py", line 19, in
from utils.logger import logger
File "/home/pyx/suna/backend/utils/logger.py", line 22, in
from utils.config import config, EnvMode
File "/home/pyx/suna/backend/utils/config.py", line 164, in
config = Configuration()
^^^^^^^^^^^^^^^
File "/home/pyx/suna/backend/utils/config.py", line 106, in init
self._validate()
File "/home/pyx/suna/backend/utils/config.py", line 143, in _validate
if not is_optional and getattr(self, field) is None:
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Configuration' object has no attribute 'FIRECRAWL_API_KEY'
Environemts:
Debian 12 Google Cloud
root@suna-dev:/home/pyx/suna/backend# python3
Python 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered:
The FIRECRAWL_API_KEY is already set but it still failed.
root@suna-dev:/home/pyx/suna/backend# python3 api.py
Traceback (most recent call last):
File "/home/pyx/suna/backend/api.py", line 5, in
from agentpress.thread_manager import ThreadManager
File "/home/pyx/suna/backend/agentpress/thread_manager.py", line 15, in
from services.llm import make_llm_api_call
File "/home/pyx/suna/backend/services/llm.py", line 19, in
from utils.logger import logger
File "/home/pyx/suna/backend/utils/logger.py", line 22, in
from utils.config import config, EnvMode
File "/home/pyx/suna/backend/utils/config.py", line 164, in
config = Configuration()
^^^^^^^^^^^^^^^
File "/home/pyx/suna/backend/utils/config.py", line 106, in init
self._validate()
File "/home/pyx/suna/backend/utils/config.py", line 143, in _validate
if not is_optional and getattr(self, field) is None:
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Configuration' object has no attribute 'FIRECRAWL_API_KEY'
Environemts:
Debian 12 Google Cloud
root@suna-dev:/home/pyx/suna/backend# python3
Python 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: