3 questions
1
vote
1
answer
51
views
Firecrawl self-hosted crawler throws Connection violated security rules error
I set up a self-hosted Firecrawl instance and I want to crawl my internal intranet site (e.g. https://intranet.xxx.gov.tr/).
I can access the site directly both from the host machine and from inside ...
1
vote
0
answers
124
views
NPM Dependency error During Flowise AI Deployment to SAP BTP Cloud Foundry
We are currently working on deploying the Flowise AI application to SAP BTP Cloud Foundry and are facing an issue during the deployment process. Iβm hoping someone here can help with insights or ...
1
vote
2
answers
635
views
ImportError: cannot import name 'FirecrawlApp' from partially initialized module 'firecrawl' (most likely due to a circular import)
I'm trying to use Firecrawl to scrape a webpage, but I'm encountering a circular import error. Here's my code:
from firecrawl import FirecrawlApp
from openai import OpenAI
from dotenv import ...