I’m encountering a "getaddrinfo failed error:11004" issue with your SKSE plugin. The local connection is properly configured, and testing the URL http://172.24.88.163:8081/HerikaServer/comm.php via a web browser works fine (the server responds).
To troubleshoot, I have:
- Verified my local network settings (ping and access to the address are working).
- Tested the server response through a web browser, confirming it’s functional.
- Disabled the firewall temporarily to rule out interference — the issue persists.
Error Log:
[2024-12-25 14:36:40.683] [log] [info] [Plugin.cpp:759] AIAgent.esp present
[2024-12-25 14:36:40.684] [log] [info] [Conf.cpp:93] Using gateway url http://172.24.88.163:8081/HerikaServer/comm.php
[2024-12-25 14:36:40.684] [log] [info] [SpeakManager.cpp:725] DELETING QUEUE!
[2024-12-25 14:36:40.684] [log] [info] [Plugin.cpp:803] Narrator initialized for Prisoner
[2024-12-25 14:36:40.684] [log] [debug] [Plugin.cpp:818] Sending init msg
[2024-12-25 14:36:40.684] [log] [debug] [HTTPManager.cpp:179] getaddrinfo failed error:11004 server:'172.24.88.163' port:'8081'
Could you please provide the source code for the plugin? This would allow me to debug the issue further and potentially help resolve it for myself and others.
Thank you!
I’m encountering a "getaddrinfo failed error:11004" issue with your SKSE plugin. The local connection is properly configured, and testing the URL
http://172.24.88.163:8081/HerikaServer/comm.phpvia a web browser works fine (the server responds).To troubleshoot, I have:
Error Log:
Could you please provide the source code for the plugin? This would allow me to debug the issue further and potentially help resolve it for myself and others.
Thank you!