Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Error #400

Closed
jaypandith opened this issue Mar 12, 2024 · 5 comments
Closed

Installation Error #400

jaypandith opened this issue Mar 12, 2024 · 5 comments

Comments

@jaypandith
Copy link

2024-03-12 14:03:52.972 - ex_installer.git_client - ERROR - Local file changes in pygit2.Repository('/Users/jaypanditharatne/ex-installer/CommandStation-EX/.git/')
2024-03-12 14:03:52.972 - ex_installer.git_client - ERROR - ['data/Tlc5940_r014_2.zip (Added)', 'myAutomation.example.h (Modified)', 'version.h (Modified)']
2024-03-12 14:03:52.976 - ex_installer.select_version_config - ERROR - Local repository file changes: ['data/Tlc5940_r014_2.zip (Added)', 'myAutomation.example.h (Modified)', 'version.h (Modified)']
2024-03-12 14:05:09.252 - ex_installer.ex_installer - CRITICAL - Uncaught exception: Traceback (most recent call last):
File "tkinter/init.py", line 1921, in call
File "customtkinter/windows/widgets/ctk_radiobutton.py", line 387, in invoke
self._command()
File "ex_installer/select_version_config.py", line 281, in set_next_config
TypeError: 'NoneType' object is not subscriptable

@peteGSX
Copy link
Contributor

peteGSX commented Mar 12, 2024

That error indicates you have made changes to the files myAutomation.example.h and version.h, and you have also added a zip file data/Tlc5940_r014_2.zip.

All files within the EX-Installer directory need to be left alone for EX-Installer to manage, otherwise it will fail, which is clearly outlined in our documentation: https://dcc-ex.com/ex-installer/installing.html

If you haven't edited those files intentionally, the simplest resolution is to delete the directory "/Users/jaypanditharatne/ex-installer/CommandStation-EX/" and try again.

Cheers, Pete

@jaypandith
Copy link
Author

jaypandith commented Mar 12, 2024 via email

@peteGSX
Copy link
Contributor

peteGSX commented Mar 12, 2024 via email

@jaypandith
Copy link
Author

jaypandith commented Mar 12, 2024 via email

@peteGSX
Copy link
Contributor

peteGSX commented Mar 12, 2024

Glad to hear it Jay! (from sunny Brissie).

@peteGSX peteGSX closed this as completed Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants