Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_22-02-05_29.txt
- [INFO ] [Kivy ] v2.0.0
- [INFO ] [Kivy ] Installed at "/home/pi/.local/lib/python3.7/site-packages/kivy/__init__.py"
- [INFO ] [Python ] v3.7.3 (default, Jan 22 2021, 20:04:44)
- [GCC 8.3.0]
- [INFO ] [Python ] Interpreter at "/usr/bin/python3"
- [INFO ] [Logger ] Purge log fired. Analysing...
- [INFO ] [Logger ] Purge 10 log files
- [INFO ] [Logger ] Purge finished!
- [INFO ] [Factory ] 186 symbols loaded
- [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
- [INFO ] [Window ] Provider: sdl2
- [INFO ] [GL ] Using the "OpenGL ES 2" graphics system
- [INFO ] [GL ] Backend used <sdl2>
- [INFO ] [GL ] OpenGL version <b'2.1 Mesa 19.3.2'>
- [INFO ] [GL ] OpenGL vendor <b'Broadcom'>
- [INFO ] [GL ] OpenGL renderer <b'V3D 4.2'>
- [INFO ] [GL ] OpenGL parsed version: 2, 1
- [INFO ] [GL ] Shading version <b'1.20'>
- [INFO ] [GL ] Texture max size <4096>
- [INFO ] [GL ] Texture max units <16>
- [INFO ] [Window ] auto add sdl2 input provider
- [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
- [INFO ] [Text ] Provider: sdl2
- 2022-02-05 15:52:22-0500 [-] Log opened.
- 2022-02-05 15:52:22-0500 [-] Starting factory <__main__.WeatherFlowClientFactory object at 0xac6899f0>
- [INFO ] [ProbeSysfs ] device match: /dev/input/event0
- [INFO ] [MTD ] Read event from </dev/input/event0>
- [INFO ] [ProbeSysfs ] device match: /dev/input/event0
- [INFO ] [HIDInput ] Read event from </dev/input/event0>
- [INFO ] [Base ] Start application main loop
- [INFO ] [MTD ] </dev/input/event0> range position X is 0 - 799
- [INFO ] [Support ] Starting twisted reactor
- [INFO ] [MTD ] </dev/input/event0> range position Y is 0 - 479
- [INFO ] [HIDMotionEvent] using <raspberrypi-ts>
- [INFO ] [MTD ] </dev/input/event0> range touch major is 0 - 0
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS X position is 0 - 799
- [INFO ] [MTD ] </dev/input/event0> range touch minor is 0 - 0
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS Y position is 0 - 479
- [INFO ] [MTD ] </dev/input/event0> range pressure is 0 - 255
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position X is 0 - 799
- [INFO ] [MTD ] </dev/input/event0> axes invertion: X is 0, Y is 0
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position Y is 0 - 479
- [INFO ] [MTD ] </dev/input/event0> rotation set to 0
- [INFO ] [GL ] NPOT texture support is available
- 2022-02-05 15:52:24-0500 [-] Websocket connection open
- ing down twisted reactor
- 2022-02-05 15:52:10-0500 [-] Traceback (most recent call last):
- 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
- 2022-02-05 15:52:10-0500 [-] setattr(widget_set, key, value)
- 2022-02-05 15:52:10-0500 [-] File "kivy/weakproxy.pyx", line 35, in kivy.weakproxy.WeakProxy.__setattr__
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 498, in kivy.properties.Property.__set__
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 542, in kivy.properties.Property.set
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 533, in kivy.properties.Property.set
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 1253, in kivy.properties.OptionProperty.check
- 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']
- 2022-02-05 15:52:10-0500 [-]
- 2022-02-05 15:52:10-0500 [-] During handling of the above exception, another exception occurred:
- 2022-02-05 15:52:10-0500 [-]
- 2022-02-05 15:52:10-0500 [-] Traceback (most recent call last):
- 2022-02-05 15:52:10-0500 [-] File "main.py", line 1098, in <module>
- 2022-02-05 15:52:10-0500 [-] wfpiconsole().run()
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/app.py", line 950, in run
- 2022-02-05 15:52:10-0500 [-] runTouchApp()
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 582, in runTouchApp
- 2022-02-05 15:52:10-0500 [-] EventLoop.mainloop()
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 347, in mainloop
- 2022-02-05 15:52:10-0500 [-] self.idle()
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 391, in idle
- 2022-02-05 15:52:10-0500 [-] self.dispatch_input()
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 342, in dispatch_input
- 2022-02-05 15:52:10-0500 [-] post_dispatch_input(*pop(0))
- 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
- 2022-02-05 15:52:10-0500 [-] wid.dispatch('on_touch_up', me)
- 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 709, in kivy._event.EventDispatcher.dispatch
- 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
- 2022-02-05 15:52:10-0500 [-] self.dispatch('on_release')
- 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 705, in kivy._event.EventDispatcher.dispatch
- 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 1248, in kivy._event.EventObservers.dispatch
- 2022-02-05 15:52:10-0500 [-] File "kivy/_event.pyx", line 1132, in kivy._event.EventObservers._dispatch
- 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
- 2022-02-05 15:52:10-0500 [-] exec(__kvlang__.co_value, idmap)
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/wfpiconsole/wfpiconsole.kv", line 93, in <module>
- 2022-02-05 15:52:10-0500 [-] on_release: Factory.mainMenu().open()
- 2022-02-05 15:52:10-0500 [-] File "main.py", line 902, in __init__
- 2022-02-05 15:52:10-0500 [-] super(mainMenu,self).__init__(**kwargs)
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/modalview.py", line 187, in __init__
- 2022-02-05 15:52:10-0500 [-] super(ModalView, self).__init__(**kwargs)
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/anchorlayout.py", line 68, in __init__
- 2022-02-05 15:52:10-0500 [-] super(AnchorLayout, self).__init__(**kwargs)
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/layout.py", line 76, in __init__
- 2022-02-05 15:52:10-0500 [-] super(Layout, self).__init__(**kwargs)
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/widget.py", line 361, in __init__
- 2022-02-05 15:52:10-0500 [-] rule_children=rule_children)
- 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
- 2022-02-05 15:52:10-0500 [-] rule_children=rule_children)
- 2022-02-05 15:52:10-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 543, in apply
- 2022-02-05 15:52:10-0500 [-] rule_children=rule_children)
- 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
- 2022-02-05 15:52:10-0500 [-] e), cause=tb)
- 2022-02-05 15:52:10-0500 [-] kivy.lang.builder.BuilderException: Parser: File "/home/pi/wfpiconsole/wfpiconsole.kv", line 1110:
- 2022-02-05 15:52:10-0500 [-] ...
- 2022-02-05 15:52:10-0500 [-] 1108: GridLayout:
- 2022-02-05 15:52:10-0500 [-] 1109: cols: 2
- 2022-02-05 15:52:10-0500 [-] >> 1110: orientation: 'vertical'
- 2022-02-05 15:52:10-0500 [-] 1111: padding: [dp(0),dp(0),dp(0),dp(10)]
- 2022-02-05 15:52:10-0500 [-] 1112: size_hint: (1,.28)
- 2022-02-05 15:52:10-0500 [-] ...
- 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']
- 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
- 2022-02-05 15:52:10-0500 [-] setattr(widget_set, key, value)
- 2022-02-05 15:52:10-0500 [-] File "kivy/weakproxy.pyx", line 35, in kivy.weakproxy.WeakProxy.__setattr__
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 498, in kivy.properties.Property.__set__
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 542, in kivy.properties.Property.set
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 533, in kivy.properties.Property.set
- 2022-02-05 15:52:10-0500 [-] File "kivy/properties.pyx", line 1253, in kivy.properties.OptionProperty.check
- 2022-02-05 15:52:10-0500 [-]
Advertisement
Add Comment
Please, Sign In to add comment