hassio-addons / addon-motioneye

motionEye - Home Assistant Community Add-ons
https://addons.community
MIT License
277 stars 44 forks source link

Error: Notification Telegram failed:(6, could not resolve host: api.telegram.org) #502

Closed caxschoen closed 1 week ago

caxschoen commented 2 weeks ago

Problem/Motivation

I implemented MotionEye on Home Assistant. It works very well (thanks), except the notification of motion detection. Whenever I try to send a Telegram Notification (Test), I get the following error message: Notification Telegram failed:(6, could not resolve host: api.telegram.org)

Settings:

grafik

Versions: motionEye Version 0.43.1b2 Motion Version 4.7.0 OS Version Linux 6.6.46-haos (on VM Ware)

Expected behavior

Send to Telegram

Actual behavior

error

I already checked: DNS and nameservers = ok: grafik

Network settings should be ok, because I can connect to HAOS also from external web

Pinging Telegram.org = ok grafik Telegram keys http API, Chat ID checked: Can send with these keys with Python code to my Bot.

I checked issues on github, but couldn’t find a further hit.

What else to check?

frenck commented 1 week ago

Hi there @caxschoen 👋

Home Assistant add-ons are wrappers of existing applications, in this case: motionEye.

You are experiencing issues with the motionEye software itself, not the add-on. Please report your issue with the motionEye project in this case.

Thanks!

../Frenck