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

Consumer error #126

Open
mardeleon opened this issue Mar 8, 2024 · 1 comment
Open

Consumer error #126

mardeleon opened this issue Mar 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mardeleon
Copy link

Describe the bug
I got the add-on up and running with 3 consumers in docker containers in my Synology NAS based on the default env file but I don't see them doing anything. When looking at the logs, I see Trackers being updated and that they have successfully connected to mongodb, but then I get the error: "Failed to connect and setup channel".

I see usage from the mongodb container but not much from the consumers. Perhaps I just dont understand how they work or when they are supposed to work.

To Reproduce
Steps to reproduce the behavior: N/A

Expected behavior
A clear and concise description of what you expected to happen.

Logs
Provide logs for all containers when this issue occurs.
If the logs are short, make sure to triple backtick them, or use https://pastebin.com/

'''
{"level":30,"time":1709932559776,"pid":1,"hostname":"0c0030000002","msg":"Trackers updated at 1709932559775: 98 trackers"}
{"level":30,"time":1709932560017,"pid":1,"hostname":"0c0030000002","msg":"Successfully connected to mongo db"}
{"level":50,"time":1709932560021,"pid":1,"hostname":"0c0030000002","msg":"Failed to connect and setup channel"}
'''
'''
{"level":30,"time":1709932552937,"pid":1,"hostname":"003f40000006","msg":"Trackers updated at 1709932552937: 98 trackers"}
{"level":50,"time":1709932553145,"pid":1,"hostname":"003f40000006","msg":"Failed syncing database"}
{"level":30,"time":1709932562184,"pid":1,"hostname":"003f40000006","msg":"Trackers updated at 1709932562184: 98 trackers"}
{"level":30,"time":1709932562289,"pid":1,"hostname":"003f40000006","msg":"Successfully connected to mongo db"}
{"level":50,"time":1709932562294,"pid":1,"hostname":"003f40000006","msg":"Failed to connect and setup channel"}
'''
Hardware:

  • OS and distro: Synology NAS DSM 7.2.1
  • Server: Baremetal

Additional context
Add any other context about the problem here.

@mardeleon mardeleon added the bug Something isn't working label Mar 8, 2024
@eoghan2t9
Copy link

Restart your consumers and then they will start going to work 😉

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