-
Notifications
You must be signed in to change notification settings - Fork 33
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
App crashs when I try to start it #244
Comments
Having the same error, any idea on how to fix this? Update: This fixes itself if run as an administrator. |
From one start to another - Same here. Run as Admin did not solve the problem. v1.4.0 |
This fixed it for me. |
yep - worked for me. thx buddy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "\app\newganmanager_main_.py", line 4, in
main().main_loop()
File "\app_packages\toga\app.py", line 663, in main_loop
self._impl.main_loop()
File "\app_packages\toga_winforms\app.py", line 285, in main_loop
raise self._exception
File "\app_packages\toga_winforms\app.py", line 258, in run_app
self.create()
File "\app_packages\toga_winforms\app.py", line 113, in create
self.interface._startup()
File "\app_packages\toga\app.py", line 624, in _startup
self.startup()
File "\app\newganmanager\app.py", line 62, in startup
self.profile_manager = Profile_Manager(Config_Manager().get_latest_prf(str(self.paths.app)+"/.user/cfg.json"), str(self.paths.app))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\app\profile_manager.py", line 10, in init
self.prf_cfg = self.load_config(root_dir+"/.user/"+name+".json")
~~~~~~~~~~~~~~~~~~^~~~~
TypeError: can only concatenate str (not "NoneType") to str
The text was updated successfully, but these errors were encountered: