Advertisement
Technologov

App v0.4.38 crash due to Logs menu on Windows

Oct 2nd, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. [DEBUG ] [Cache ] register <textinput.label> with limit=None, timeout=60.
  2. 0
  3. [DEBUG ] [Cache ] register <textinput.width> with limit=None, timeout=60.
  4. 0
  5. [INFO ] [Base ] Leaving application in progress...
  6. [ERROR ] [WaverianApp ] Uncaught exception: Invalid format string
  7. NoneType: None
  8. <<<<<<<<<<<<<<<<
  9. Error in sys.excepthook:
  10. Traceback (most recent call last):
  11. File "utils\__init__.py", line 22, in waverian_exception_handler
  12. * :class:`~kivy.modules.showborder`: Show widget's border.
  13. NameError: name 'Config' is not defined
  14.  
  15. Original exception was:
  16. Traceback (most recent call last):
  17. File "main.py", line 426, in <module>
  18. WaverianApp().run()
  19. File "kivy\app.py", line 950, in run
  20. File "kivy\base.py", line 582, in runTouchApp
  21. File "kivy\base.py", line 347, in mainloop
  22. File "kivy\base.py", line 391, in idle
  23. File "kivy\base.py", line 342, in dispatch_input
  24. File "kivy\base.py", line 308, in post_dispatch_input
  25. File "kivy\_event.pyx", line 709, in kivy._event.EventDispatcher.dispatch
  26. File "kivy\uix\behaviors\button.py", line 179, in on_touch_up
  27. File "kivy\_event.pyx", line 705, in kivy._event.EventDispatcher.dispatch
  28. File "kivy\_event.pyx", line 1248, in kivy._event.EventObservers.dispatch
  29. File "kivy\_event.pyx", line 1132, in kivy._event.EventObservers._dispatch
  30. File "kivy\lang\builder.py", line 57, in custom_callback
  31. File "<string>", line 77, in <module>
  32. File "utils\__init__.py", line 155, in load_screen
  33. except ImportError:
  34. File "C:\Users\user\AppData\Local\Temp\_MEI106242\uix\screens\errorreportings
  35. creen.py", line 152, in __init__
  36. timepattern = strftime(log_name)
  37. ValueError: Invalid format string
  38.  
  39. During handling of the above exception, another exception occurred:
  40.  
  41. Traceback (most recent call last):
  42. File "main.py", line 431, in <module>
  43. raise RuntimeError(err)
  44. RuntimeError: Invalid format string
  45. [9100] Failed to execute script 'main' due to unhandled exception!
  46.  
  47. C:\Dropbox\Install>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement