marzent / IINACT

A Dalamud plugin to run the FFXIV_ACT_Plugin in an ACT-like enviroment with a heavily modified port of Overlay Plugin
https://www.iinact.com
GNU General Public License v3.0
183 stars 42 forks source link

cact dps overlay uri issue #53

Closed dalamudx closed 1 year ago

dalamudx commented 1 year ago

should add '/' at the end of uri env: iinact+browsingway for example: wrong:http://proxy.iinact.com/overlay/horizoverlay/?HOST_PORT=ws://127.0.0.1:10501 correct:http://proxy.iinact.com/overlay/horizoverlay/?HOST_PORT=ws://127.0.0.1:10501/

marzent commented 1 year ago

Is there any example of it creating issues as it is currently?

@Orphis maybe you have some insights on this

marzent commented 1 year ago

@dalamudx did some testing on that and a few overlays actually do break with this change (best example would be cactbot configuration)...

Given that it only seems to be horizoverlay that has an issue with this format I would suggest opening an issue on their repo

dalamudx commented 1 year ago

@marzent ok