Perhaps some other application is using a port that Shapespark application uses. If you open the following address in a web browser on your computer: http://localhost:5000 is there any site there?
It looks like some other application is using port 5000 on your machine, so Shapespark cannot reserve this port while starting.
Could you edit a configuration file C:\Users\<YOUR-USER>\AppData\Roaming\Shapespark\config.json?
At the beginning of this file, just after the opening {, add the following line:
"port": 5001,
(trailing comma is important).
This will change the port that Shapespark reserves from 5000 to 5001.
EDIT: fixed quote characters (“port” instead of ‘port’)
No, this setting needs to be stored in a location configuration file. Do you have a file: C:\Users\<YOUR-USER>\AppData\Roaming\Shapespark\config.json on your local disk?
If you go now to http://localhost:5001 with a web browser after starting Shapespark on a computer that has this problem, do you see the Shapespark scene list or still the "Search results” page mentioned in your previous post?
Could you check if your Windows computer Device name includes national characters? Th Device name can be checked at Windows menu Start > Settings > System > About
See also: Rename your Windows 10 PC - Microsoft Support
Nationals character in the Device name could cause this kind of an error.