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

longpool bad status 409 : Authenticity is not established by certificate path validation #4

Open
ShawnMcCool opened this issue May 21, 2022 · 0 comments

Comments

@ShawnMcCool
Copy link

Hey there, I was wondering if you could help me to understand the following error:

When I run:

application:ensure_all_started(pe4kin).

BotName = <<"MyActualBot">>.
BotToken = <<"my token">>.

pe4kin:launch_bot(BotName, BotToken, #{receiver => true}).
pe4kin_receiver:subscribe(BotName, self()).
pe4kin_receiver:start_http_poll(BotName, #{limit=>100, timeout=>60}).

I see repeated in the shell:

=WARNING REPORT==== 21-May-2022::12:14:06.859855 ===
Bot <<"MyBotName">>: longpool bad status 409 when state #{pid => <0.323.0>,
                                                          ref =>
                                                              #Ref<0.563238734.295698434.49022>,
                                                          state => start}
=WARNING REPORT==== 21-May-2022::12:14:06.860406 ===
Description: "Authenticity is not established by certificate path validation"
     Reason: "Option {verify, verify_peer} and cacertfile/cacerts is missing"

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

1 participant