WalkingDot / yihmail

Email notifications for YI-Hack cameras
MIT License
6 stars 0 forks source link

Still running with latest Allwinner v2 firmware for YI-Cameras? #2

Closed maxen0815 closed 9 months ago

maxen0815 commented 9 months ago

Hi there, I found this script and I am currently trying to get it working within the latest Allwinner v2 firmware 0.3.0. Maybe I miss any setting or something - but I don't get it working.

Within the Allwinner log I can see the script being started.

root@yi-20fb:~/bin# yihmail -f mymail@gmail.com -t mymail@gmail.com -u mymail@gmail.com -p MyPassword -h smtp.gmail.com
yihmail started
fork/exec /tmp/sd/yi-hack/bin/ipc_multiplexer: no such file or directory (err 6)

But even with the option -l Use log file set within the command not even a log file is generated anywhere.

@WalkingDot - are you able to assist? Or is this an already obsolete repo without support?

maxen0815 commented 9 months ago

With some help I was able to solve the issue. Within the latest Allwinner version the file "ipc_multiplexer" is missing. So using the files from a previous release made the yihmail run properly!