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

Handle 403 #108

Closed
n0th1ng-else opened this issue Jul 8, 2020 · 2 comments
Closed

Handle 403 #108

n0th1ng-else opened this issue Jul 8, 2020 · 2 comments
Labels
enhancement New feature or request research Some investigation if this possible or not

Comments

@n0th1ng-else
Copy link
Owner

n0th1ng-else commented Jul 8, 2020

level:error
message:[Id] [ChatId] Unable to recognize the file AwACAgIAAxkBAAIxXF8FxNuSKWTDCsW3Hv5CxnDXq70fAAIoBwACR30wSBrbPQABj2tXZxoE
metadata-0-code:ETELEGRAM
timestamp:2020-07-08T13:07:06.488Z
metadata-0-response:{ headers: { date: "Wed, 08 Jul 2020 13:07:05 GMT", access-control-allow-origin: "*", server: "nginx/1.16.1", content-length: "84", content-type: "application/json", connection: "keep-alive", strict-transport-security: "max-age=31536000; includeSubDomains; preload", access-control-expose-headers: "Content-Length,Content-Type,Date,Server,Connection" }, request: { headers: { content-length: 3034, content-type: "application/x-www-form-urlencoded" }, method: "POST", uri: { path: "/:/sendMessage", protocol: "https:", hostname: "api.telegram.org", port: 443, host: "api.telegram.org", href: "https://api.telegram.org/sendMessage", slashes: true, pathname: "/:/sendMessage" } }, body: { description: "Forbidden: bot was blocked by the user", error_code: 403, ok: false }, statusCode: 403 }

@n0th1ng-else n0th1ng-else added this to To do in Project progress via automation Jul 9, 2020
@n0th1ng-else n0th1ng-else added enhancement New feature or request research Some investigation if this possible or not labels Jul 9, 2020
@n0th1ng-else
Copy link
Owner Author

The customer left the chat because the voice recognition took ~30sec.
Options:

  • We notify users the operation takes more time than we expect. (0sec, 10sec, 20sec...)
  • We cancel the request as it expect to be fast + ask a customer to try again

@n0th1ng-else n0th1ng-else added the minor minor bug which happens once in some long period label Jul 15, 2020
@n0th1ng-else n0th1ng-else removed the minor minor bug which happens once in some long period label Jul 24, 2020
@n0th1ng-else
Copy link
Owner Author

collecting telegram errors in #153

Project progress automation moved this from To do to Done Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request research Some investigation if this possible or not
Projects
Development

No branches or pull requests

1 participant