question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GUI doesn't launch on first launch (fresh install)

See original GitHub issue

Description

New user, downloaded the 2.8.2 release setup exe and installed it. Launched via desktop shortcut and…nothing happens Checking the log shows

2022-01-18 12:17:43 warn: API Execption - HTTP Exception: {"status":503,"body":{},"message":"Http Exception","path":"/information"}

followed by a nevr ending repeat of

2022-01-18 12:18:55 info: Process Manager - Starting gui - ["C:\\Users\\Jack\\AppData\\Local\\System Bridge\\system-bridge-gui\\system-bridge-gui.exe","--host","localhost","--api-key","***","--api-port","9170","--frontend-port","9170","--log-level","info","--websocket-port","9172"]
2022-01-18 12:18:56 info: RequestInterceptor - GET: /information - 200
2022-01-18 12:18:59 error: Process Manager - gui: Exited with code: 1
2022-01-18 12:18:59 info: Process Manager - gui: Restarting in 10 seconds..

Did i miss a step somewhere?

What Platform / OS are you running?

Windows 10

What version are you running?

2.8.2

Anything in the logs or a references that might be useful?

No response

Additional information

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jackyazcommented, Jan 18, 2022

Got it to launch. In C:\Users\Jack\AppData\Local\System Bridge\system-bridge-gui\systembridge\objects\information.py I amended

    @property
    def updates(self) -> Updates:
        return Updates(self.attributes.get("updates"))

to

    @property
    def updates(self) -> Updates:
        try:
            return Updates(self.attributes.get("updates"))
        except:
            return None
0reactions
github-actions[bot]commented, Apr 17, 2022

There hasn’t been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

GUI does not start - Ask Ubuntu
So it installed xubuntu desktop but I got everything working fine. This is how I did it. I would suggest first try the...
Read more >
GUI not launching on Windows 10 start - Microsoft Community
Whenever I launch Windows 10 the GUI does not start up, but the command ... Entering "explorer" into the command prompt then launches...
Read more >
Launch after install, with no UI? - Stack Overflow
Yes, I'm using a property named LAUNCHAPPONEXIT to control the custom action, and its default value is set to 1. But the program...
Read more >
Octave 7.1.0 GUI unable to launch (no vbs issues)
My system. OS: Windows 11 professional 10.0.22000; Octave version 7.1.0; Installation method: e.g. Downloaded and installed “octave-7.1.
Read more >
GUI will not launch - Acronis Forum
Hi For a few weeks now I have not been able to launch the Acronis True Image 2015 GUI. Nothing happens when I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found