You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this mod doesn't want to display the content you provided hosted on the same pc using IIS.
As suspecting a DNS issue at first changing localhost to the actual IPv4 address didn't yield any results I went back to the js and html files in the mod.
Upon closer inspection I noticed a reference to "http://localhost:9222/scripts/launcher.js"
There is no such thing on my computer? Where did you get that from, what is it supposed to do?
This line is not in the original plugin made by bymaximus.
The text was updated successfully, but these errors were encountered:
Hi @MedicoreV8, lets try a few steps to identify the core problem:
can you reach your IIS hosted page with a browser?
can you reach your IIS hosted page when empedded in an iframe (in your browser)?
If yes, copy the URL ;-)
I have no clue where this :9222 script thingy comes from. Its not in my repository where I guess you downloaded the toolbar from.
in "debgz-scratchpad/html_ui/InGamePanels/ScratchPanel/ScratchPanel.js" paste the URL into line 19 and 80
Should be all set now. If this does not fixes things for you, you may need to wait a little. I intend to release the scratchpad without the need for a webserver within the next week.
It seems that this mod doesn't want to display the content you provided hosted on the same pc using IIS.
As suspecting a DNS issue at first changing localhost to the actual IPv4 address didn't yield any results I went back to the js and html files in the mod.
Upon closer inspection I noticed a reference to "http://localhost:9222/scripts/launcher.js"
There is no such thing on my computer? Where did you get that from, what is it supposed to do?
This line is not in the original plugin made by bymaximus.
The text was updated successfully, but these errors were encountered: