Error after windows install from setup.exe
See original GitHub issueInstalled from https://github.com/hubblestack/hubble/releases/download/v2.4.7/Hubble-v2.4.7-Setup.exe on Windows 10 for testing and came across this error:
C:\Program Files (x86)\Hubble>hubble.exe
An Error occurred while loading the config: object of type 'NoneType' has no len()
Traceback (most recent call last):
File "hubble.py", line 5, in <module>
File "hubblestack\daemon.py", line 49, in run
load_config()
File "hubblestack\daemon.py", line 468, in load_config
__opts__ = salt.config.minion_config(parsed_args.get('configfile'))
File "site-packages\salt\config\__init__.py", line 2422, in minion_config
File "site-packages\salt\config\__init__.py", line 3783, in apply_minion_config
TypeError: object of type 'NoneType' has no len()
Failed to execute script hubble
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Fix that installation or update process was not completed successfully · Click Start windows icon , type msconfig in the Search box, and...
Read more >How to Fix Microsoft Windows 10 Installation Error Codes
Error Codes while installing Windows 10 and their corresponding solutions · Open an elevated command prompt · Copy and paste the below command....
Read more >4 Solutions to Fix Windows 10/11 Installation Has Failed
A Running Program: If there is a program or service that is still running when you try to do the installation, this error...
Read more >Windows Cannot Access \\servername\deploy\Setup.exe ...
This error can occur when the Windows user account on the workstation does not have enough permissions to the deploy folder to execute...
Read more >[SOLVED] Windows 10 Could Not Complete the Installation + ...
If you have received an error message that says Windows 10 could not complete the installation after updating your operating system, you can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@madchills looks like this is just a default config issue when you get back to this.
Thanks for following up everyone!
Fixed in #553