alexbelgium / hassio-addons

My homeassistant addons
MIT License
1.35k stars 193 forks source link

🐛 [WHATSAPPER] WebUI doesn‘t work. Only a blank page comes up #1422

Closed superpower10 closed 4 days ago

superpower10 commented 3 weeks ago

Description

Nothing comes on up except a blank white page

Reproduction steps

- Installed the WHATSAPPER-Addon
- Started it
- Open Webui at <your-ip>:port (tried different ports)

Nothing comes on up except a blank white page

Addon Logs

{"level":30,"time":1717570324181,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-i","req":{"method":"GET","url":"/","hostname":"127.0.0.1:3000","remoteAddress":"127.0.0.1","remotePort":34592},"msg":"incoming request"}
{"level":30,"time":1717570324182,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-i","res":{"statusCode":200},"responseTime":1.043891191482544,"msg":"request completed"}
{"level":30,"time":1717570329217,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-j","req":{"method":"GET","url":"/","hostname":"127.0.0.1:3000","remoteAddress":"127.0.0.1","remotePort":34600},"msg":"incoming request"}
{"level":30,"time":1717570329218,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-j","res":{"statusCode":200},"responseTime":0.7473349571228027,"msg":"request completed"}
{"level":30,"time":1717570334256,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-k","req":{"method":"GET","url":"/","hostname":"127.0.0.1:3000","remoteAddress":"127.0.0.1","remotePort":54464},"msg":"incoming request"}
{"level":30,"time":1717570334257,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-k","res":{"statusCode":200},"responseTime":0.7329449653625488,"msg":"request completed"}
{"level":30,"time":1717570339292,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-l","req":{"method":"GET","url":"/","hostname":"127.0.0.1:3000","remoteAddress":"127.0.0.1","remotePort":54480},"msg":"incoming request"}
{"level":30,"time":1717570339293,"pid":7,"hostname":"db21ed7f-whatsapper","reqId":"req-l","res":{"statusCode":200},"responseTime":0.425976037979126,"msg":"request completed"}

Architecture

amd64

OS

HAos

matbott commented 2 weeks ago

+1

baldarn commented 1 week ago

hi!

this is intended to be like this... I didn't plan to develop a web UI.

the only routes accessible are:

/chats where you can find out the ids of your chats qr to find the qr code to authenticate with whatsapp

this is usable with this integration https://github.com/baldarn/whatsapper-ha-integration/

let me know what was your expected behaviour

alexbelgium commented 1 week ago

Thanks for the feedback! Perhaps we could look if we could have a minimalistic nginx to serve an html page describing that

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.