Skip to content
New issue

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

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

Already on GitHub? # to your account

The white rabbit bot is offline. Any idea why? #169

Open
NowaPerspektywa098 opened this issue Oct 29, 2023 · 2 comments
Open

The white rabbit bot is offline. Any idea why? #169

NowaPerspektywa098 opened this issue Oct 29, 2023 · 2 comments

Comments

@NowaPerspektywa098
Copy link

NowaPerspektywa098 commented Oct 29, 2023

I followed the tutorial and I'm not sure what went wrong.
image
image
image

@GhillieGhoul
Copy link

I am having the same issue and cannot figure out why.

@pipejakob
Copy link

It looks like @circumspect might be taking a break.

In order to help debug, can you capture and upload the output created by White-Rabbit? It's likely that whatever problem it's running into will be detailed there.

To do this, you'll want to capture stdout/stderr from the python process you run for this step:

https://white-rabbit.readthedocs.io/en/latest/user-guide/quickstart.html#running-the-bot

Instead of just running $ python /path/to/src, you will want to capture stdin and stdout to a file:

$ python /path/to/src 2>&1 > white_rabbit.log

And then can you upload white_rabbit.log here for debugging?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants