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

Exception in thread "main" DecodingFailure #48

Open
m-minning opened this issue Jan 22, 2022 · 3 comments
Open

Exception in thread "main" DecodingFailure #48

m-minning opened this issue Jan 22, 2022 · 3 comments

Comments

@m-minning
Copy link

I created a Docker container on my Synology NAS with the env variables below

OMBI_BOT_NAME: Name of the ombi bot
OMBI_BOT_TOKEN: 12345:foobar
OMBI_KEY: 12foo34bar
OMBI_HOST: http://externalip:port

and I'm getting the following error in the log file

2022-01-22 21:12:07	stdout	Exception in thread "main" DecodingFailure(Int, List(DownField(id), DownField(result)))
2022-01-22 21:12:07	stdout	[error, com.bot4s.telegram.clients.ScalajHttpClient] RESPONSE bea24690-fa63-4af3-a0f9-c26a40859d7e DecodingFailure(Int, List(DownField(id), DownField(result)))
2022-01-22 21:12:04	stdout	[trace, com.bot4s.telegram.clients.ScalajHttpClient] REQUEST bea24690-fa63-4af3-a0f9-c26a40859d7e GetMe
2022-01-22 21:12:04	stdout	[trace, com.bot4s.telegram.clients.ScalajHttpClient] RESPONSE f6233830-65b9-4f8d-b386-f92745a77480 true
2022-01-22 21:10:53	stdout	[trace, com.bot4s.telegram.clients.ScalajHttpClient] REQUEST f6233830-65b9-4f8d-b386-f92745a77480 DeleteWebhook

I can't talk to the bot via Telegram. Any idea what could be the issue?
Ombi: 4.3.3
Docker Image: 2.2-OMBI-V4

Thanks

@nh5xx
Copy link

nh5xx commented Jan 25, 2022

I'm currently having the same issue, started using the bot last week, it died over the past weekend same error on startup. Not sure what's causing it.

@Xeyame
Copy link

Xeyame commented Jan 30, 2022

Created a somewhat working fix here: https://github.com/Xeyame/ombi-bot

If you have only added the bot to 1 group and /setjoingroups disabled at telegram botfather, you should be able to just replace the docker hub name from stracktraceyo/ombi-bot:2.2-OMBI-V4 to xeyame/ombi-bot:latest

@kevindelaney
Copy link

Not sure why it took months for me to encounter this error compared to others, but @Xeyame 's fork worked great. Thank you!!

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

No branches or pull requests

4 participants