Troubleshooting

Where to read the logs

The most recent application logging is available in the following file:

logs/yyyy-mm-dd.log

where yyyy = year, mm = month, dd = day. The log file can be found in the logs directory from the Lick Hunter root folder.

Search for 'ERROR' keyword to look for possible issues.

Common Errors

Unable to access jarfile

Make sure that you're in the right directory when executing the application.

Error creating bean with name 'telegramBotInitializer'

An error occurred when using the telegram bot feature. This usually happens when there is a misconfiguration in the application.properties. Make sure you follow the steps in Creating Telegram Bot.

In this case, the Bot token and username are empty but the telegram.enable is set to true.

Last updated

Was this helpful?