dsrkafuu / skyline-overlay

A modern customizable horizon FFXIV miniparse overlay. | 现代定制化 FF14 水平悬浮窗模板。
https://skyline.dsrkafuu.net
Apache License 2.0
79 stars 10 forks source link

Problem with Websocket Overlay #6

Closed Slightlyxz closed 3 years ago

Slightlyxz commented 3 years ago

Not sure if I'm just using it wrong, but the Websocket Overlay doesn't seem to work.

For Horizoverlay and Kagerou I added /?HOST_PORT=ws://127.0.0.1:10501/ behind the provided URL of the overlay, which worked, when trying to use https://skyline.dsrkafuu.su/?HOST_PORT=ws://127.0.0.1:10501/ the overlay isn't working inside my browser.

Tried different browsers

In the screenshot I used 2 browser tabs with the following urls: https://skyline.dsrkafuu.su/?HOST_PORT=ws://127.0.0.1:10501/ https://github.com/bsides/horizoverlay/?HOST_PORT=ws://127.0.0.1:10501/

Horizoverlay was working inside the browser, whilst Skyline-Overlay wasn't. Screenshot Horizo working

dsrkafuu commented 3 years ago

@Slightlyxz Can you try these two below?

https://skyline.dsrkafuu.su/?OVERLAY_WS=ws://127.0.0.1:10501/
https://skyline.dsrkafuu.su/?OVERLAY_WS=ws://127.0.0.1:10501/ws

Please let me know if any of these work.

Slightlyxz commented 3 years ago

https://skyline.dsrkafuu.su/?OVERLAY_WS=ws://127.0.0.1:10501/ws

Works, thank you!