ioBroker/ioBroker.hm-rpc

hm-rpc not sending auth header, getting "Unknown XML-RPC tag TITLE"

ctheune opened this issue · 1 comments

Describe the bug

I've set up hm-rpc in docker, added the callback address, configured the port forwarding and login data. However, I'm getting the "Unkonwn XML-RPC tag TITLE" error, which afaict is a generic error if the remote side doesn't happen to send XML-RPC.

To Reproduce

Not sure how to reproduce.

Expected behavior

The adapter instance should be starting up, connecting to my CCU.

Screenshots & Logfiles

Log:

Screenshot 2024-05-20 at 08 41 19

Settings:

Screenshot 2024-05-20 at 08 46 10 Screenshot 2024-05-20 at 08 46 15

tcpdump showing the missing authorization header:

Screenshot 2024-05-20 at 08 46 49

Versions:

  • hm-rpc version: 1.17.0
  • hm-rega version: 4.0
  • JS-Controller version: 5.0.19
  • Node version: v18.20.2
  • Operating system: docker on nixos
  • CCU model: CCU3
  • CCU firmware: 3.75.7

Yes, credentials are only used when you alsoo use HTTPS when I read the code correctly