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
seems to need data and config bootstrapping ?
make run go build -ldflags="-s -w" -o ./app main.go ./app serve 2023/12/24 14:17:39 error: Config File "settings_local" Not Found in "[/Users/apple/workspace/go/src/exp/ai/vaayne__aienvoy /Users/apple/workspace/go/src/exp/ai/vaayne__aienvoy/aienvoy]" 2023/12/24 14:17:39 Server started at http://127.0.0.1:8090 ➜ REST API: http://127.0.0.1:8090/api/ ➜ Admin UI: http://127.0.0.1:8090/_/ {"time":"2023-12-24T14:17:40.160677Z","level":"ERROR","source":{"function":"github.com/Vaayne/aienvoy/internal/ports/tgbot.New","file":"/Users/apple/workspace/go/src/github.com/gedw99/gio-htmx/exp/ai/vaayne__aienvoy/aienvoy/internal/ports/tgbot/bot.go","line":35},"msg":"Init telegram bot error","err":"telegram: Not Found (404)","user_id":null,"X-Request-ID":null} panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x105371320]
The text was updated successfully, but these errors were encountered:
needed telegram token it seems...
Sorry, something went wrong.
No branches or pull requests
seems to need data and config bootstrapping ?
The text was updated successfully, but these errors were encountered: