Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (env) D:\GitHub\DreamersDiscoveriesConsole>python.exe -m DreamersDiscoveries.main
- Exception in thread Thread-2 (check_infrastructure_setup):
- Traceback (most recent call last):
- Exception in thread Thread-3 (check_for_db_file):
- Exception in thread Thread-4 (check_for_existing_users):
- File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
- Traceback (most recent call last):
- Traceback (most recent call last):
- File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
- File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
- self.run()
- File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
- self.run()
- self.run()
- File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
- self._target(*self._args, **self._kwargs)
- File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
- TypeError: DreamersDiscoveries.infrastructure.services.helpers.Helpers.check_infrastructure_setup() argument after * must be an iterable, not NoneType
- self._target(*self._args, **self._kwargs)
- self._target(*self._args, **self._kwargs)
- TypeError: DreamersDiscoveries.infrastructure.database.query_database.QueryDatabase.check_for_existing_users() argument after * must be an iterable, not NoneType
- TypeError: DreamersDiscoveries.infrastructure.database.create_database.CreateDatabase.check_for_db_file() argument after * must be an iterable, not NoneType
- User Table Created Successfully
- Entries Table Created Successfully
- Default User Written Successfully
- launching create new user screen
- ==============================
- END
- Checking Project Setup. . . ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Advertisement
Add Comment
Please, Sign In to add comment