OokTech/TW5-Bob

Launch of BobEXE is not correct

Closed this issue · 10 comments

protw commented

After launching the latest BobEXE 1.3.1 I see in the web-address field of my Chrome browser undefined:8080 instead of 127.0.0.1:8080.


I am running (check any that apply, put an x inside the [ ] to check a box, like this: [x]):

  • Windows 10
  • OSX
  • Linux
  • Other

and using

  • The nodejs version
  • The single file executable

Before posting I read issue guidelines and:

  • I am using the newest version - BobEXE 1.3.1
  • The answer to my question isn't listed in the documentation or this isn't
    a question
  • This is not a duplicate issue
  • I have not done anything that required me to set acceptance to
    I Will Not Get Tech Support For This

Is this with a new instance without any existing wikis or settings?

protw commented

No. It is an existing wiki farm. I have just updated BobWin.exe (as I actually did several times before). Meanwhile I returned to the last previous version.

What do you have set as the host value under wsserver in settings.json?

protw commented
  "ws-server": {
    "port": "8080"
  },

try removing that section of the settings.json and see if it works.

protw commented

I've just removed the mentioned above section from IndexWiki\settings\settings.json. So far no effect:

191021-BobEXE-undefined

protw commented

Though, after I put a proper web-address manually, i.e. 127.0.0.1:8080, it works fine...

Did putting in the correct address not work before? That is a completely separate thing.

Try replacing the default values for the wsserver section of the settings.
"ws-server": {
"port": 8080,
"host": "127.0.0.1",
"autoIncrementPort": false
},`

Is this still a problem in the newest version? If it isn't I am closing the issue.

protw commented