EDIT: This has been resolved! Thanks @[email protected] 💙

Looks like we gotten past one rate limit but we’ve hit another / (╯°□°)╯︵ ┻━┻


Y’all love the https://wefwef.app so much that it’s getting rate limited by https://lemmy.world. That’s why you’re probably getting errors.

I’m talking to get the limited boosted, but in the meantime:

  1. Self-host!
  2. Use a community deployment, and/or host one! There’s only one right now. (Note: Make sure you trust the server admin.)
  3. Temporarily use a lemmy account from another instance (wefwef has multi account support!)
  • PlutoniumAcid@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I fail at following the two extremely simple steps posted at https://github.com/aeharding/wefwef#prebuilt

    This is what I get (running on some recent version of Ubuntu Linux on a machine in my garage):

    $ docker pull ghcr.io/aeharding/wefwef:latest (…) Status: Downloaded newer image for ghcr.io/aeharding/wefwef:latest ghcr.io/aeharding/wefwef:latest $ sudo docker run --rm -it -p 5314:5314 wefwef Unable to find image ‘wefwef:latest’ locally docker: Error response from daemon: pull access denied for wefwef, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied. See ‘docker run --help’. $

    • sloppy_diffuser
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Try either of these as the last argument (replacing wefwef):

      • aeharding/wefwef:latest
      • ghcr.io/aeharding/wefwef:latest

      Whoever wrote these docs probably builds the image as wefwef locally and its just an oversite that they forgot their username (aeharding) is prepended along with the container repository (ghcr.io) when publishing.