We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running on Ubuntu 18.04.6 LTS and the bot.env file is as follows:
OMBI_HOST=http://ipaddress:5000 OMBI_KEY=itsactualkeynotthis OMBI_BOT_TOKEN=thebottokent OMBI_BOT_NAME=NameOfBot
I get this issue when trying to run it. any help would be hugely appreciated:
[1]+ Stopped sudo java -jar ombibot.jar -p /home/plex/bot.env plex@gsc:~/ombi-bot/ombi-bot/target$ sudo java -jar ombibot.jar -p /home/plex/bot.env [trace, com.bot4s.telegram.clients.ScalajHttpClient] REQUEST ad8e3e79-272e-4a0c-b773-f01c44481b4b DeleteWebhook [trace, com.bot4s.telegram.clients.ScalajHttpClient] RESPONSE ad8e3e79-272e-4a0c-b773-f01c44481b4b true [trace, com.bot4s.telegram.clients.ScalajHttpClient] REQUEST 220e8b1f-3b02-48d4-9231-6445e788cc2a GetMe [error, com.bot4s.telegram.clients.ScalajHttpClient] RESPONSE 220e8b1f-3b02-48d4-9231-6445e788cc2a DecodingFailure(Int, List(DownField(id), DownField(result))) Exception in thread "main" DecodingFailure(Int, List(DownField(id), DownField(result)))
Thanks,
just-the5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running on Ubuntu 18.04.6 LTS and the bot.env file is as follows:
OMBI_HOST=http://ipaddress:5000
OMBI_KEY=itsactualkeynotthis
OMBI_BOT_TOKEN=thebottokent
OMBI_BOT_NAME=NameOfBot
I get this issue when trying to run it. any help would be hugely appreciated:
[1]+ Stopped sudo java -jar ombibot.jar -p /home/plex/bot.env
plex@gsc:~/ombi-bot/ombi-bot/target$ sudo java -jar ombibot.jar -p /home/plex/bot.env
[trace, com.bot4s.telegram.clients.ScalajHttpClient] REQUEST ad8e3e79-272e-4a0c-b773-f01c44481b4b DeleteWebhook
[trace, com.bot4s.telegram.clients.ScalajHttpClient] RESPONSE ad8e3e79-272e-4a0c-b773-f01c44481b4b true
[trace, com.bot4s.telegram.clients.ScalajHttpClient] REQUEST 220e8b1f-3b02-48d4-9231-6445e788cc2a GetMe
[error, com.bot4s.telegram.clients.ScalajHttpClient] RESPONSE 220e8b1f-3b02-48d4-9231-6445e788cc2a DecodingFailure(Int, List(DownField(id), DownField(result)))
Exception in thread "main" DecodingFailure(Int, List(DownField(id), DownField(result)))
Thanks,
just-the5
The text was updated successfully, but these errors were encountered: