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

Webhook не ответил за отведенное время #24

Open
almirus opened this issue Apr 30, 2024 · 1 comment
Open

Webhook не ответил за отведенное время #24

almirus opened this issue Apr 30, 2024 · 1 comment
Labels
question Further information is requested

Comments

@almirus
Copy link

almirus commented Apr 30, 2024

При создании диалога вылезла ошибка, тем не менее диалог создался как черновик, я его опубликовал
Доступ извне реализован через dataplicity и работает, но при переходе по ссылке https://уникальная_ссылка.dataplicity.io/api/yandex_dialogs получаю 405: Method Not Allowed
тож самое если перехожу по внутренней ссылке http://homeassistant.local:8123/api/yandex_dialogs

при тестировании в яндекс диалогах ошибка 1. Webhook не ответил за отведенное время

Response:
empty response
Request:
{
  "meta": {
    "locale": "ru-RU",
    "timezone": "UTC",
    "client_id": "ru.yandex.searchplugin/7.16 (none none; android 4.4.2)",
    "interfaces": {
      "screen": {},
      "payments": {},
      "account_linking": {}
    }
  },
  "session": {
    "message_id": 0,
    "session_id": "3b71ca6f-4359-486b-a499-*****",
    "skill_id": "*****-2c61-45e7-97c7-1bc15fede17d",
    "user": {
      "user_id": "F8353B26C9F5*****52BEED4487DF0B861184063BCEEF079EF3A*****"
    },
    "application": {
      "application_id": "962C8C26F5848*****3F49E3E8DD52BC1003C3C3*****948F3E22495654*****"
    },
    "new": true,
    "user_id": "962C8C26F58480FB3C7223F4*****52BC1003C3C3948F3E224956547*****"
  },
  "request": {
    "command": "привет",
    "original_utterance": "привет",
    "nlu": {
      "tokens": [
        "привет"
      ],
      "entities": [],
      "intents": {}
    },
    "markup": {
      "dangerous_context": false
    },
    "type": "SimpleUtterance"
  },
  "state": {
    "session": {},
    "user": {},
    "application": {}
  },
  "version": "1.0"
}
 
@AlexxIT AlexxIT added the question Further information is requested label May 1, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented May 1, 2024

"Method Not Allowed" это правильная ошибка.
"Webhook не ответил за отведенное время" возможно тоже, зависит от ваших автоматизаций

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants