mekasu0124

Untitled

May 5th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. (env) D:\GitHub\DreamersDiscoveriesConsole>python.exe -m DreamersDiscoveries.main
  2. Exception in thread Thread-2 (check_infrastructure_setup):
  3. Traceback (most recent call last):
  4. Exception in thread Thread-3 (check_for_db_file):
  5. Exception in thread Thread-4 (check_for_existing_users):
  6. File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
  7. Traceback (most recent call last):
  8. Traceback (most recent call last):
  9. File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
  10. File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
  11. self.run()
  12. File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
  13. self.run()
  14. self.run()
  15. File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
  16. self._target(*self._args, **self._kwargs)
  17. File "C:\Users\Mekas\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
  18. TypeError: DreamersDiscoveries.infrastructure.services.helpers.Helpers.check_infrastructure_setup() argument after * must be an iterable, not NoneType
  19. self._target(*self._args, **self._kwargs)
  20. self._target(*self._args, **self._kwargs)
  21. TypeError: DreamersDiscoveries.infrastructure.database.query_database.QueryDatabase.check_for_existing_users() argument after * must be an iterable, not NoneType
  22. TypeError: DreamersDiscoveries.infrastructure.database.create_database.CreateDatabase.check_for_db_file() argument after * must be an iterable, not NoneType
  23. User Table Created Successfully
  24. Entries Table Created Successfully
  25. Default User Written Successfully
  26. launching create new user screen
  27. ==============================
  28. END
  29. Checking Project Setup. . . ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Advertisement
Add Comment
Please, Sign In to add comment