dkozinn

wfpiconsole crash log

Feb 5th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 KB | None | 0 0
  1. [INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_22-02-05_29.txt
  2. [INFO ] [Kivy ] v2.0.0
  3. [INFO ] [Kivy ] Installed at "/home/pi/.local/lib/python3.7/site-packages/kivy/__init__.py"
  4. [INFO ] [Python ] v3.7.3 (default, Jan 22 2021, 20:04:44)
  5. [GCC 8.3.0]
  6. [INFO ] [Python ] Interpreter at "/usr/bin/python3"
  7. [INFO ] [Logger ] Purge log fired. Analysing...
  8. [INFO ] [Logger ] Purge 10 log files
  9. [INFO ] [Logger ] Purge finished!
  10. [INFO ] [Factory ] 186 symbols loaded
  11. [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
  12. [INFO ] [Window ] Provider: sdl2
  13. [INFO ] [GL ] Using the "OpenGL ES 2" graphics system
  14. [INFO ] [GL ] Backend used <sdl2>
  15. [INFO ] [GL ] OpenGL version <b'2.1 Mesa 19.3.2'>
  16. [INFO ] [GL ] OpenGL vendor <b'Broadcom'>
  17. [INFO ] [GL ] OpenGL renderer <b'V3D 4.2'>
  18. [INFO ] [GL ] OpenGL parsed version: 2, 1
  19. [INFO ] [GL ] Shading version <b'1.20'>
  20. [INFO ] [GL ] Texture max size <4096>
  21. [INFO ] [GL ] Texture max units <16>
  22. [INFO ] [Window ] auto add sdl2 input provider
  23. [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
  24. [INFO ] [Text ] Provider: sdl2
  25. 2022-02-05 15:52:22-0500 [-] Log opened.
  26. 2022-02-05 15:52:22-0500 [-] Starting factory <__main__.WeatherFlowClientFactory object at 0xac6899f0>
  27. [INFO ] [ProbeSysfs ] device match: /dev/input/event0
  28. [INFO ] [MTD ] Read event from </dev/input/event0>
  29. [INFO ] [ProbeSysfs ] device match: /dev/input/event0
  30. [INFO ] [HIDInput ] Read event from </dev/input/event0>
  31. [INFO ] [Base ] Start application main loop
  32. [INFO ] [MTD ] </dev/input/event0> range position X is 0 - 799
  33. [INFO ] [Support ] Starting twisted reactor
  34. [INFO ] [MTD ] </dev/input/event0> range position Y is 0 - 479
  35. [INFO ] [HIDMotionEvent] using <raspberrypi-ts>
  36. [INFO ] [MTD ] </dev/input/event0> range touch major is 0 - 0
  37. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS X position is 0 - 799
  38. [INFO ] [MTD ] </dev/input/event0> range touch minor is 0 - 0
  39. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS Y position is 0 - 479
  40. [INFO ] [MTD ] </dev/input/event0> range pressure is 0 - 255
  41. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position X is 0 - 799
  42. [INFO ] [MTD ] </dev/input/event0> axes invertion: X is 0, Y is 0
  43. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position Y is 0 - 479
  44. [INFO ] [MTD ] </dev/input/event0> rotation set to 0
  45. [INFO ] [GL ] NPOT texture support is available
  46. 2022-02-05 15:52:24-0500 [-] Websocket connection open
  47. ing down twisted reactor
  48. 2022-02-05 15:52:10-0500 [-] Traceback (most recent call last):
  49. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 705, in _apply_rule
  50. 2022-02-05 15:52:10-0500 [-] setattr(widget_set, key, value)
  51. 2022-02-05 15:52:10-0500 [-] File "kivy/weakproxy.pyx", line 35, in kivy.weakproxy.WeakProxy.__setattr__
  52. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 498, in kivy.properties.Property.__set__
  53. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 542, in kivy.properties.Property.set
  54. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 533, in kivy.properties.Property.set
  55. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 1253, in kivy.properties.OptionProperty.check
  56. 2022-02-05 15:52:10-0500 [-] ValueError: GridLayout.orientation is set to an invalid option 'vertical'. Must be one of: ['lr-tb', 'tb-lr', 'rl-tb', 'tb-rl', 'lr-bt', 'bt-lr', 'rl-bt', 'bt-rl']
  57. 2022-02-05 15:52:10-0500 [-]
  58. 2022-02-05 15:52:10-0500 [-] During handling of the above exception, another exception occurred:
  59. 2022-02-05 15:52:10-0500 [-]
  60. 2022-02-05 15:52:10-0500 [-] Traceback (most recent call last):
  61. 2022-02-05 15:52:10-0500 [-] File "main.py", line 1098, in <module>
  62. 2022-02-05 15:52:10-0500 [-] wfpiconsole().run()
  63. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/app.py", line 950, in run
  64. 2022-02-05 15:52:10-0500 [-] runTouchApp()
  65. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 582, in runTouchApp
  66. 2022-02-05 15:52:10-0500 [-] EventLoop.mainloop()
  67. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 347, in mainloop
  68. 2022-02-05 15:52:10-0500 [-] self.idle()
  69. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 391, in idle
  70. 2022-02-05 15:52:10-0500 [-] self.dispatch_input()
  71. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 342, in dispatch_input
  72. 2022-02-05 15:52:10-0500 [-] post_dispatch_input(*pop(0))
  73. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 308, in post_dispatch_input
  74. 2022-02-05 15:52:10-0500 [-] wid.dispatch('on_touch_up', me)
  75. 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 709, in kivy._event.EventDispatcher.dispatch
  76. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/behaviors/button.py", line 179, in on_touch_up
  77. 2022-02-05 15:52:10-0500 [-] self.dispatch('on_release')
  78. 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 705, in kivy._event.EventDispatcher.dispatch
  79. 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 1248, in kivy._event.EventObservers.dispatch
  80. 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 1132, in kivy._event.EventObservers._dispatch
  81. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 57, in custom_callback
  82. 2022-02-05 15:52:10-0500 [-] exec(__kvlang__.co_value, idmap)
  83. 2022-02-05 15:52:10-0500 [-] File "/home/pi/wfpiconsole/wfpiconsole.kv", line 93, in <module>
  84. 2022-02-05 15:52:10-0500 [-] on_release: Factory.mainMenu().open()
  85. 2022-02-05 15:52:10-0500 [-] File "main.py", line 902, in __init__
  86. 2022-02-05 15:52:10-0500 [-] super(mainMenu,self).__init__(**kwargs)
  87. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/modalview.py", line 187, in __init__
  88. 2022-02-05 15:52:10-0500 [-] super(ModalView, self).__init__(**kwargs)
  89. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/anchorlayout.py", line 68, in __init__
  90. 2022-02-05 15:52:10-0500 [-] super(AnchorLayout, self).__init__(**kwargs)
  91. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/layout.py", line 76, in __init__
  92. 2022-02-05 15:52:10-0500 [-] super(Layout, self).__init__(**kwargs)
  93. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/widget.py", line 361, in __init__
  94. 2022-02-05 15:52:10-0500 [-] rule_children=rule_children)
  95. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/widget.py", line 465, in apply_class_lang_rules
  96. 2022-02-05 15:52:10-0500 [-] rule_children=rule_children)
  97. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 543, in apply
  98. 2022-02-05 15:52:10-0500 [-] rule_children=rule_children)
  99. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 712, in _apply_rule
  100. 2022-02-05 15:52:10-0500 [-] e), cause=tb)
  101. 2022-02-05 15:52:10-0500 [-] kivy.lang.builder.BuilderException: Parser: File "/home/pi/wfpiconsole/wfpiconsole.kv", line 1110:
  102. 2022-02-05 15:52:10-0500 [-] ...
  103. 2022-02-05 15:52:10-0500 [-] 1108: GridLayout:
  104. 2022-02-05 15:52:10-0500 [-] 1109: cols: 2
  105. 2022-02-05 15:52:10-0500 [-] >> 1110: orientation: 'vertical'
  106. 2022-02-05 15:52:10-0500 [-] 1111: padding: [dp(0),dp(0),dp(0),dp(10)]
  107. 2022-02-05 15:52:10-0500 [-] 1112: size_hint: (1,.28)
  108. 2022-02-05 15:52:10-0500 [-] ...
  109. 2022-02-05 15:52:10-0500 [-] ValueError: GridLayout.orientation is set to an invalid option 'vertical'. Must be one of: ['lr-tb', 'tb-lr', 'rl-tb', 'tb-rl', 'lr-bt', 'bt-lr', 'rl-bt', 'bt-rl']
  110. 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 705, in _apply_rule
  111. 2022-02-05 15:52:10-0500 [-] setattr(widget_set, key, value)
  112. 2022-02-05 15:52:10-0500 [-] File "kivy/weakproxy.pyx", line 35, in kivy.weakproxy.WeakProxy.__setattr__
  113. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 498, in kivy.properties.Property.__set__
  114. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 542, in kivy.properties.Property.set
  115. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 533, in kivy.properties.Property.set
  116. 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 1253, in kivy.properties.OptionProperty.check
  117. 2022-02-05 15:52:10-0500 [-]
Advertisement
Add Comment
Please, Sign In to add comment