Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot Unable To Post To Instances #5

Open
lerajes opened this issue Aug 10, 2023 · 3 comments
Open

Bot Unable To Post To Instances #5

lerajes opened this issue Aug 10, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@lerajes
Copy link

lerajes commented Aug 10, 2023

Bot acct is on: lemm.ee
Initial error posting to: lemmy.world/c/metal
Second error (after repointing target community) posting to: lemm.ee/c/test

The bot I created ran fine for 2 days then stopped working. After talking with u/Ategon we thought it might be because the instance (lemmy.world) was behind a CloudFlare challenge. I then stopped the bot and edited the settings to point at lemm.ee/c/test which is a Community to test posting for apps and bots. Lemm.ee is not using CloudFlare. The bot will still not post to an instance. I use forever (as per the readme) so I have a log of the issue (attached)

Bb8N.log

But the error is: Could not find [email protected]

This community definitely exists.

@Ategon
Copy link
Collaborator

Ategon commented Aug 10, 2023

How did you enter the instance + community name in the config file? Thinking this is either an issue with what the bot is using to search or something about how it constructs the allowlist broke

@Ategon Ategon added the bug Something isn't working label Aug 10, 2023
@lerajes
Copy link
Author

lerajes commented Aug 10, 2023

Like this:

# The instances and communities used by the bot
instances:
  lemm.ee: # The instance name
    test: # The community slug (value in url) in that instance
      - "amgr" # The feed to use (do a new line with a dash in front for each feed)

@Ategon
Copy link
Collaborator

Ategon commented Aug 15, 2023

Yeah should be working with that, cant fully do testing until I get my laptop back (maybe in a week) but will test to see whats going on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants