mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
Cannot send mail to user for activating account #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wxf26054 on GitHub (Apr 6, 2022).
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /users/relationships,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /users//dm,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /users//block,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /users//block,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /users//mutual,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /users//friend,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /users//profile,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /users//friend,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PATCH /users/<_ignore_id>/username,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /users//relationship,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /users//default_avatar,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /onboard/hello,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /servers/create,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /onboard/complete,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /servers/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /servers/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PATCH /servers/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /invites/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /invites/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /invites/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /servers//ack,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /servers//bans,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /servers//roles,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /servers//members,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /servers//invites,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /servers//channels,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /servers//bans/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /servers//bans/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PATCH /servers//roles/<role_id>,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /servers//roles/<role_id>,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /servers//members/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /servers//members/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PATCH /servers//members/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /servers//permissions/default,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /servers//permissions/<role_id> [2],
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /channels/create,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /channels/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /channels/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PATCH /channels/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /channels//search,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /channels//members,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /channels//invites,
[2022-04-06T09:57:42Z WARN rocket::rocket] (message_send) POST /channels//messages,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /channels//messages?<options..>,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /channels//join_call,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /channels//ack/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) POST /channels//messages/stale,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) GET /channels//messages/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PATCH /channels//messages/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /channels//messages/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /channels//permissions/ [2],
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /channels//recipients/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) DELETE /channels//recipients/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (req) PUT /channels//permissions/default,
[2022-04-06T09:57:42Z WARN rocket::rocket] (fetch_account) GET /auth/account/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (fetch_all) GET /auth/session/all,
[2022-04-06T09:57:42Z WARN rocket::rocket] (revoke_all) DELETE /auth/session/all?<revoke_self>,
[2022-04-06T09:57:42Z WARN rocket::rocket] (revoke) DELETE /auth/session/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (edit) PATCH /auth/session/,
[2022-04-06T09:57:42Z WARN rocket::rocket] (login) POST /auth/session/login,
[2022-04-06T09:57:42Z WARN rocket::rocket] (create_account) POST /auth/account/create,
[2022-04-06T09:57:42Z WARN rocket::rocket] (logout) POST /auth/session/logout,
[2022-04-06T09:57:42Z WARN rocket::rocket] (resend_verification) POST /auth/account/reverify,
[2022-04-06T09:57:42Z WARN rocket::rocket] (password_reset) PATCH /auth/account/reset_password,
[2022-04-06T09:57:42Z WARN rocket::rocket] (send_password_reset) POST /auth/account/reset_password,
[2022-04-06T09:57:42Z WARN rocket::rocket] (change_email) PATCH /auth/account/change/email,
[2022-04-06T09:57:42Z WARN rocket::rocket] (verify_email) POST /auth/account/verify/
,[2022-04-06T09:57:42Z WARN rocket::rocket] (change_password) PATCH /auth/account/change/password,
[2022-04-06T09:57:42Z WARN rocket::fairing::fairings] 📡 Fairings:,
[2022-04-06T09:57:42Z WARN rocket::fairing::fairings] Shield (liftoff, response, singleton),
[2022-04-06T09:57:42Z WARN rocket::fairing::fairings] CORS (ignite, request, response),
[2022-04-06T09:57:42Z INFO rocket::shield::shield] 🛡️ Shield:,
[2022-04-06T09:57:42Z INFO rocket::shield::shield] X-Content-Type-Options: nosniff,
[2022-04-06T09:57:42Z INFO rocket::shield::shield] X-Frame-Options: SAMEORIGIN,
[2022-04-06T09:57:42Z INFO rocket::shield::shield] Permissions-Policy: interest-cohort=(),
[2022-04-06T09:57:42Z WARN rocket::rocket] 🚀 Rocket has launched from http://0.0.0.0:8000,
[2022-04-06T09:57:56Z INFO rocket::server] GET / application/json:,
[2022-04-06T09:57:56Z INFO rocket::server] Matched: (root) GET /,
[2022-04-06T09:57:56Z INFO rocket::server] Outcome: Success,
[2022-04-06T09:57:56Z INFO rocket::server] Response succeeded.,
[2022-04-06T09:58:06Z INFO rocket::server] OPTIONS /auth/account/create:,
[2022-04-06T09:58:06Z INFO rocket::server] Matched: OPTIONS /<catch_all_options_route..> [9223372036854775807],
[2022-04-06T09:58:06Z INFO rocket_cors] "Catch all" handling of CORS
OPTIONSpreflight for request OPTIONS /auth/account/create,[2022-04-06T09:58:06Z INFO rocket::server] Outcome: Success,
[2022-04-06T09:58:06Z INFO rocket::server] Response succeeded.,
[2022-04-06T09:58:06Z INFO rocket::server] POST /auth/account/create application/json:,
[2022-04-06T09:58:06Z INFO rocket::server] Matched: (create_account) POST /auth/account/create,
[2022-04-06T09:58:06Z ERROR r2d2] Connection error: Could not connect,
[2022-04-06T09:58:06Z ERROR r2d2] Connection error: Could not connect,
[2022-04-06T09:58:07Z ERROR r2d2] Connection error: Could not connect,
[2022-04-06T09:58:09Z ERROR r2d2] Connection error: Could not connect,
[2022-04-06T09:58:12Z ERROR r2d2] Connection error: Could not connect,
[2022-04-06T09:58:18Z ERROR r2d2] Connection error: Could not connect,
[2022-04-06T09:58:31Z ERROR r2d2] Connection error: Could not connect,
Failed to send email to coop@mail.com,
lettre error: internal client error: timed out waiting for connection: Connection error: Could not connect,
[2022-04-06T09:58:36Z INFO rocket::server] Outcome: Success,
[2022-04-06T09:58:36Z INFO rocket::server] Response succeeded.,
[2022-04-06T09:58:46Z ERROR r2d2] Connection error: Could not connect,
[2022-04-06T09:59:01Z ERROR r2d2] Connection error: Could not connect,
@insertish commented on GitHub (Apr 29, 2022):
This looks to be an issue with your configuration, double-check SMTP settings.