Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AI Developer Accelerator

10.8k members โ€ข Free

3 contributions to AI Developer Accelerator
Deploying to CrewAI Enterprise
Hello everyone, I have created a Flow where I am providing a dictionary of inputs to the Flow in my kickoff function of my main.py file. The snippet is show below: def kickoff(): inputs={"input_feature_1":"input_value_1", "input_feature_2":"input_value_2"} MyFlow().kickoff(inputs=inputs) This Flow is working perfectly in my machine. I deployed the Flow into CrewAI Enterprise from by GitHub. The deployment was successful. But when I send requests to retrieve the inputs for the Flow, I am getting an empty array [] When I try kicking it off, I get HTTP 500 Internal Server Error. Please help me out!
0 likes โ€ข Jul 29
@Brandon Hancock Can u please help me on this. Thanks!
Calling a crew that uses FirecrawlScrapeWebsiteTool asynchronously
I am having a flow with an async function, where each task call a crew that uses FirecrawlScrapeWebsiteTool. Now, the async function is running tasks on parallel but calling one after another. Is this behavior because of FirecrawlScrapeWebsiteTool uses FirecrawlApp object rather than AsyncFirecrawlApp? Is there an async version of the tool? or do I have to create a custom one?
0
0
SSLCertVerificationError with Firecrawl
I am getting "aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host api.firecrawl.dev:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]" when I try to use Firecrawl using async def main(): app = AsyncFirecrawlApp(api_key='fc-c82efd528eac40978bd26f0ba67a0cd7') scrape_status = await app.scrape_url( 'https://firecrawl.dev', formats=["markdown", "html"] ) print(scrape_status) But it works fine when I try running this from the sandbox in Firecrawl's website. Any help would be appreciated
0
0
1-3 of 3
Ken S
1
4points to level up
@ken-s-7844
I am an amateur AI Engineer

Active 39d ago
Joined May 24, 2025
Powered by