Closed mariyadavydova closed 2 months ago
| /opt/miniconda3/envs/agentsea/lib/python3.12/site-packages/surfkit/client.py:364 in solve │ │ │ │ 361 │ │ params["site"] = starting_url │ │ 362 │ │ │ 363 │ owner = "anonymous@agentsea.ai" │ │ ❱ 364 │ config = GlobalConfig.read() │ │ 365 │ if config.api_key: │ │ 366 │ │ from surfkit.hub import HubAuth │
UnboundLocalError: cannot access local variable 'GlobalConfig' where it is not associated with a value
Surfkit v 0.1.240
should be fixed in https://github.com/agentsea/surfkit/pull/113
UnboundLocalError: cannot access local variable 'GlobalConfig' where it is not associated with a value
Surfkit v 0.1.240