Skip Navigation
I need help enabling Playwright content fetcher in changedetection.io
  • Did you ever find a solution? I'm on mobile, and the Pastebin formatting is a bit off, so I can't read the compose file very well. However, I suspect the error is related to this line:

    24 # - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub

    Since a colon (':') is used to indicate a volume, it makes sense that the error is about a missing volume. Try wrapping the line in double quotes like this:

    24 # - "WEBDRIVER_URL=http://browser-chrome:4444/wd/hub"

    to see if that fixes the error.

  • I made an Animal Picker for the game Planet Zoo 🌍🐾
  • You are correct. Its quiet a find but I can reproduce this. I suspect the issue lies in the piece of code that tries to make sure you don't get the same animal twice when you select a random animal. You can also follow the steps until there is only the Newt and then press the dice below it's name. Now there are no animals.

    The random selector subtracts one from the total options and adds that one back if the new number is greater or equal to the precious number. So in case of only a single option it gets 0 at random, which equals the previous index and does +1, which doesn't exist.

    There should be a failsafe that prevents this logic if there is only one animal in total 🤷‍♂

  • I made an Animal Picker for the game Planet Zoo 🌍🐾

    Hey everyone!

    I wanted to share a little side project I’ve been working on: a Planet Zoo Animal Picker. It’s a simple tool designed to help you choose a random animal for your Planet Zoo game.

    I know there are already tools out there, and mine isn't necessarily better, but it's something I created and I’m proud of it. It's just a fun little project I wanted to share with the community.

    It's written in Vue/Quasar, src

    Feel free to check it out, and for anyone that plays the game: Happy zookeeping! 🦁🐘

    2
    403 on API endpoints
  • I have no knowledge of this specific issue but 403 means unauthorized and the "Just a moment" response is usually because the server sends a JavaScript challenge to verify that you are a 'real' browser/user. It's an anti bot verification and you're not passing.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HA
    Hansie211 @lemmy.world
    Posts 1
    Comments 4