Skip to content

Troubleshooting

Alice Jacka edited this page Dec 17, 2023 · 2 revisions

Inverse Labels Don't Look Right

Issue Solution
Background is fuzzy Turn up inverseSettings.darkness
Text is unclear Turn down inverseSettings.darkness
Label has lines through it Turn down inverseSettings.speed

ERROR: Port 80 is already in use

  • Is the application is already running?
  • Is another server running?
  • Change defaultPort in config.json to a different port. like 8080 or 3000
  • Run run.bat 8080 or node src/server.js 8080 to run the server on port 8080

Node.js is not installed or node is not recognized as an internal or external command

ERROR: Either GoLabel II is not installed, or the path in config.json is incorrect

  • Check that GoLabel II is installed. You can download it from https://www.godexintl.com/product/16681379086423723?locale=en
  • Check that the path in config.json is correct. It's usually at C:\Program Files (x86)\GoDEX\GoLabel II\GoLabel.exe
  • Remember you have to replace ingle slashes (\) with double slashes (\\), eg C:\Users\Alice > C:\\Users\\Alice

Clone this wiki locally