Giter VIP home page Giter VIP logo

Comments (8)

laura-y7860 avatar laura-y7860 commented on September 15, 2024 2

make sure REDIS_URL and REDIS_RATE_LIMIT_URL switched to redis://redis:6379 and see if the bug still happens

from firecrawl.

WarpWing avatar WarpWing commented on September 15, 2024 1

make sure REDIS_URL and REDIS_RATE_LIMIT_URL switched to redis://redis:6379 and see if the bug still happens

Ah, that fixed it! Thanks a lot!

from firecrawl.

nickscamara avatar nickscamara commented on September 15, 2024 1

Just added to the docker compose as well. Thank you everyone!

from firecrawl.

nagendrakumar02 avatar nagendrakumar02 commented on September 15, 2024

I had a similar issue, I fixed it by creating a network to host redis

docker network create my-network
docker run -d --name my-redis-stack --network my-network -p 6379:6379 redis/redis-stack-server:latest

and in your .env use
REDIS_URL=redis://localhost:6379

from firecrawl.

nickscamara avatar nickscamara commented on September 15, 2024

I believe we forgot to add to the .env.example the new Redis variable for the rate limits. Just edited the .env.local and .env.example to reflect the change we did yesterday. Let me know if this fixes it.

from firecrawl.

WarpWing avatar WarpWing commented on September 15, 2024

I believe we forgot to add to the .env.example the new Redis variable for the rate limits. Just edited the .env.local and .env.example to reflect the change we did yesterday. Let me know if this fixes it.

So I still tried to launch it but I still get the same error
image

Here is the config file:
image

I'm suspecting the env variables are not updating. I noticed if I put a custom redis connection string that it's still using 127.0.0.1. Perhaps that could be it?

EDIT: After reading the docker-compose file, it should be giving access to the host network... I'm not sure what it could be. I've also made sure that my redis instance works
image

PS: Also tried nagendrakumar02's solution, still didn't work but it did change it's state. Running it does give me a dashboard but no queues:
image
image

from firecrawl.

laura-y7860 avatar laura-y7860 commented on September 15, 2024

I added REDIS_RATE_LIMIT_URL=${REDIS_RATE_LIMIT_URL} as an environment in docker compose file and the error seems to dissapear, haven't tried if it actually work or not tho

from firecrawl.

WarpWing avatar WarpWing commented on September 15, 2024

REDIS_RATE_LIMIT_URL=${REDIS_RATE_LIMIT_URL}

That lines up with the fixes that @nickscamara pushed.
image

Just tried it, still nada.
image

from firecrawl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.