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-07_4.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 ] [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-07 20:05:43-0500 [-] Log opened.
- 2022-02-07 20:05:43-0500 [-] Starting factory <__main__.WeatherFlowClientFactory object at 0xac609910>
- [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 ] [MTD ] </dev/input/event0> range position Y is 0 - 479
- [INFO ] [MTD ] </dev/input/event0> range touch major is 0 - 0
- [INFO ] [MTD ] </dev/input/event0> range touch minor is 0 - 0
- [INFO ] [MTD ] </dev/input/event0> range pressure is 0 - 255
- [INFO ] [MTD ] </dev/input/event0> axes invertion: X is 0, Y is 0
- [INFO ] [MTD ] </dev/input/event0> rotation set to 0
- [INFO ] [Support ] Starting twisted reactor
- [INFO ] [HIDMotionEvent] using <raspberrypi-ts>
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS X position is 0 - 799
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS Y position is 0 - 479
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position X is 0 - 799
- [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position Y is 0 - 479
- [INFO ] [GL ] NPOT texture support is available
- 2022-02-07 20:05:44-0500 [-] Websocket connection open
- vent0> rotation set to 0
- [INFO ] [GL ] NPOT texture support is available
- 2022-02-07 20:03:10-0500 [-] Websocket connection open
- [INFO ] [Base ] Leaving application in progress...
- [INFO ] [Support ] Stopping twisted threads
- [INFO ] [Support ] Shutting down twisted reactor
- 2022-02-07 20:05:31-0500 [-] Traceback (most recent call last):
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 926, in _build_canvas
- 2022-02-07 20:05:31-0500 [-] setattr(instr, key, value)
- 2022-02-07 20:05:31-0500 [-] File "kivy/graphics/vertex_instructions_line.pxi", line 783, in kivy.graphics.vertex_instructions.Line.width.__set__
- 2022-02-07 20:05:31-0500 [-] kivy.graphics.vertex_instructions.GraphicException: Invalid width value, must be > 0
- 2022-02-07 20:05:31-0500 [-]
- 2022-02-07 20:05:31-0500 [-] During handling of the above exception, another exception occurred:
- 2022-02-07 20:05:31-0500 [-]
- 2022-02-07 20:05:31-0500 [-] Traceback (most recent call last):
- 2022-02-07 20:05:31-0500 [-] File "main.py", line 1098, in <module>
- 2022-02-07 20:05:31-0500 [-] wfpiconsole().run()
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/app.py", line 950, in run
- 2022-02-07 20:05:31-0500 [-] runTouchApp()
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 582, in runTouchApp
- 2022-02-07 20:05:31-0500 [-] EventLoop.mainloop()
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 347, in mainloop
- 2022-02-07 20:05:31-0500 [-] self.idle()
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 391, in idle
- 2022-02-07 20:05:31-0500 [-] self.dispatch_input()
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 342, in dispatch_input
- 2022-02-07 20:05:31-0500 [-] post_dispatch_input(*pop(0))
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 308, in post_dispatch_input
- 2022-02-07 20:05:31-0500 [-] wid.dispatch('on_touch_up', me)
- 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 709, in kivy._event.EventDispatcher.dispatch
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/behaviors/button.py", line 179, in on_touch_up
- 2022-02-07 20:05:31-0500 [-] self.dispatch('on_release')
- 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 705, in kivy._event.EventDispatcher.dispatch
- 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 1248, in kivy._event.EventObservers.dispatch
- 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 1132, in kivy._event.EventObservers._dispatch
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 57, in custom_callback
- 2022-02-07 20:05:31-0500 [-] exec(__kvlang__.co_value, idmap)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/wfpiconsole/wfpiconsole.kv", line 1034, in <module>
- 2022-02-07 20:05:31-0500 [-] on_release: app.CurrentConditions.SwitchPanel(self)
- 2022-02-07 20:05:31-0500 [-] File "main.py", line 565, in SwitchPanel
- 2022-02-07 20:05:31-0500 [-] App.get_running_app().CurrentConditions.ids[Button[1]].add_widget(eval(Button[2] + 'Panel')())
- 2022-02-07 20:05:31-0500 [-] File "main.py", line 847, in __init__
- 2022-02-07 20:05:31-0500 [-] super(BarometerPanel,self).__init__(**kwargs)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/relativelayout.py", line 274, in __init__
- 2022-02-07 20:05:31-0500 [-] super(RelativeLayout, self).__init__(**kw)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/floatlayout.py", line 65, in __init__
- 2022-02-07 20:05:31-0500 [-] super(FloatLayout, self).__init__(**kwargs)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/layout.py", line 76, in __init__
- 2022-02-07 20:05:31-0500 [-] super(Layout, self).__init__(**kwargs)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/widget.py", line 361, in __init__
- 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/widget.py", line 465, in apply_class_lang_rules
- 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 543, in apply
- 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 662, in _apply_rule
- 2022-02-07 20:05:31-0500 [-] root=rctx['ids']['root'], rule_children=rule_children)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/widget.py", line 465, in apply_class_lang_rules
- 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 543, in apply
- 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 605, in _apply_rule
- 2022-02-07 20:05:31-0500 [-] rule.canvas_after, rootrule)
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 931, in _build_canvas
- 2022-02-07 20:05:31-0500 [-] '{}: {}'.format(e.__class__.__name__, e), cause=tb)
- 2022-02-07 20:05:31-0500 [-] kivy.lang.builder.BuilderException: Parser: File "/home/pi/wfpiconsole/kvlang/displayElements.kv", line 68:
- 2022-02-07 20:05:31-0500 [-] ...
- 2022-02-07 20:05:31-0500 [-] 66: rgba: utils.rgba('646464ff')
- 2022-02-07 20:05:31-0500 [-] 67: SmoothLine:
- 2022-02-07 20:05:31-0500 [-] >> 68: width: self._width*app.scaleFactor
- 2022-02-07 20:05:31-0500 [-] 69: ellipse: (self.x+self._width*app.scaleFactor, self.y+self._width*app.scaleFactor, self.width-(self._width*2*app.scaleFactor), self.height-(self._width*2*app.scaleFactor), -90, 90, 2000)
- 2022-02-07 20:05:31-0500 [-] 70:
- 2022-02-07 20:05:31-0500 [-] ...
- 2022-02-07 20:05:31-0500 [-] GraphicException: Invalid width value, must be > 0
- 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 926, in _build_canvas
- 2022-02-07 20:05:31-0500 [-] setattr(instr, key, value)
- 2022-02-07 20:05:31-0500 [-] File "kivy/graphics/vertex_instructions_line.pxi", line 783, in kivy.graphics.vertex_instructions.Line.width.__set__
- 2022-02-07 20:05:31-0500 [-]
Advertisement
Add Comment
Please, Sign In to add comment