dkozinn

log after touching Lightning/Pressure

Feb 7th, 2022
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.41 KB | None | 0 0
  1. [INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_22-02-07_4.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 ] [Factory ] 186 symbols loaded
  8. [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
  9. [INFO ] [Window ] Provider: sdl2
  10. [INFO ] [GL ] Using the "OpenGL ES 2" graphics system
  11. [INFO ] [GL ] Backend used <sdl2>
  12. [INFO ] [GL ] OpenGL version <b'2.1 Mesa 19.3.2'>
  13. [INFO ] [GL ] OpenGL vendor <b'Broadcom'>
  14. [INFO ] [GL ] OpenGL renderer <b'V3D 4.2'>
  15. [INFO ] [GL ] OpenGL parsed version: 2, 1
  16. [INFO ] [GL ] Shading version <b'1.20'>
  17. [INFO ] [GL ] Texture max size <4096>
  18. [INFO ] [GL ] Texture max units <16>
  19. [INFO ] [Window ] auto add sdl2 input provider
  20. [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
  21. [INFO ] [Text ] Provider: sdl2
  22. 2022-02-07 20:05:43-0500 [-] Log opened.
  23. 2022-02-07 20:05:43-0500 [-] Starting factory <__main__.WeatherFlowClientFactory object at 0xac609910>
  24. [INFO ] [ProbeSysfs ] device match: /dev/input/event0
  25. [INFO ] [MTD ] Read event from </dev/input/event0>
  26. [INFO ] [ProbeSysfs ] device match: /dev/input/event0
  27. [INFO ] [HIDInput ] Read event from </dev/input/event0>
  28. [INFO ] [Base ] Start application main loop
  29. [INFO ] [MTD ] </dev/input/event0> range position X is 0 - 799
  30. [INFO ] [MTD ] </dev/input/event0> range position Y is 0 - 479
  31. [INFO ] [MTD ] </dev/input/event0> range touch major is 0 - 0
  32. [INFO ] [MTD ] </dev/input/event0> range touch minor is 0 - 0
  33. [INFO ] [MTD ] </dev/input/event0> range pressure is 0 - 255
  34. [INFO ] [MTD ] </dev/input/event0> axes invertion: X is 0, Y is 0
  35. [INFO ] [MTD ] </dev/input/event0> rotation set to 0
  36. [INFO ] [Support ] Starting twisted reactor
  37. [INFO ] [HIDMotionEvent] using <raspberrypi-ts>
  38. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS X position is 0 - 799
  39. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range ABS Y position is 0 - 479
  40. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position X is 0 - 799
  41. [INFO ] [HIDMotionEvent] <raspberrypi-ts> range position Y is 0 - 479
  42. [INFO ] [GL ] NPOT texture support is available
  43. 2022-02-07 20:05:44-0500 [-] Websocket connection open
  44. vent0> rotation set to 0
  45. [INFO ] [GL ] NPOT texture support is available
  46. 2022-02-07 20:03:10-0500 [-] Websocket connection open
  47. [INFO ] [Base ] Leaving application in progress...
  48. [INFO ] [Support ] Stopping twisted threads
  49. [INFO ] [Support ] Shutting down twisted reactor
  50. 2022-02-07 20:05:31-0500 [-] Traceback (most recent call last):
  51. 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
  52. 2022-02-07 20:05:31-0500 [-] setattr(instr, key, value)
  53. 2022-02-07 20:05:31-0500 [-] File "kivy/graphics/vertex_instructions_line.pxi", line 783, in kivy.graphics.vertex_instructions.Line.width.__set__
  54. 2022-02-07 20:05:31-0500 [-] kivy.graphics.vertex_instructions.GraphicException: Invalid width value, must be > 0
  55. 2022-02-07 20:05:31-0500 [-]
  56. 2022-02-07 20:05:31-0500 [-] During handling of the above exception, another exception occurred:
  57. 2022-02-07 20:05:31-0500 [-]
  58. 2022-02-07 20:05:31-0500 [-] Traceback (most recent call last):
  59. 2022-02-07 20:05:31-0500 [-] File "main.py", line 1098, in <module>
  60. 2022-02-07 20:05:31-0500 [-] wfpiconsole().run()
  61. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/app.py", line 950, in run
  62. 2022-02-07 20:05:31-0500 [-] runTouchApp()
  63. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 582, in runTouchApp
  64. 2022-02-07 20:05:31-0500 [-] EventLoop.mainloop()
  65. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 347, in mainloop
  66. 2022-02-07 20:05:31-0500 [-] self.idle()
  67. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 391, in idle
  68. 2022-02-07 20:05:31-0500 [-] self.dispatch_input()
  69. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/base.py", line 342, in dispatch_input
  70. 2022-02-07 20:05:31-0500 [-] post_dispatch_input(*pop(0))
  71. 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
  72. 2022-02-07 20:05:31-0500 [-] wid.dispatch('on_touch_up', me)
  73. 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 709, in kivy._event.EventDispatcher.dispatch
  74. 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
  75. 2022-02-07 20:05:31-0500 [-] self.dispatch('on_release')
  76. 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 705, in kivy._event.EventDispatcher.dispatch
  77. 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 1248, in kivy._event.EventObservers.dispatch
  78. 2022-02-07 20:05:31-0500 [-] File "kivy/_event.pyx", line 1132, in kivy._event.EventObservers._dispatch
  79. 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
  80. 2022-02-07 20:05:31-0500 [-] exec(__kvlang__.co_value, idmap)
  81. 2022-02-07 20:05:31-0500 [-] File "/home/pi/wfpiconsole/wfpiconsole.kv", line 1034, in <module>
  82. 2022-02-07 20:05:31-0500 [-] on_release: app.CurrentConditions.SwitchPanel(self)
  83. 2022-02-07 20:05:31-0500 [-] File "main.py", line 565, in SwitchPanel
  84. 2022-02-07 20:05:31-0500 [-] App.get_running_app().CurrentConditions.ids[Button[1]].add_widget(eval(Button[2] + 'Panel')())
  85. 2022-02-07 20:05:31-0500 [-] File "main.py", line 847, in __init__
  86. 2022-02-07 20:05:31-0500 [-] super(BarometerPanel,self).__init__(**kwargs)
  87. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/relativelayout.py", line 274, in __init__
  88. 2022-02-07 20:05:31-0500 [-] super(RelativeLayout, self).__init__(**kw)
  89. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/floatlayout.py", line 65, in __init__
  90. 2022-02-07 20:05:31-0500 [-] super(FloatLayout, self).__init__(**kwargs)
  91. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/layout.py", line 76, in __init__
  92. 2022-02-07 20:05:31-0500 [-] super(Layout, self).__init__(**kwargs)
  93. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/uix/widget.py", line 361, in __init__
  94. 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
  95. 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
  96. 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
  97. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 543, in apply
  98. 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
  99. 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
  100. 2022-02-07 20:05:31-0500 [-] root=rctx['ids']['root'], rule_children=rule_children)
  101. 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
  102. 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
  103. 2022-02-07 20:05:31-0500 [-] File "/home/pi/.local/lib/python3.7/site-packages/kivy/lang/builder.py", line 543, in apply
  104. 2022-02-07 20:05:31-0500 [-] rule_children=rule_children)
  105. 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
  106. 2022-02-07 20:05:31-0500 [-] rule.canvas_after, rootrule)
  107. 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
  108. 2022-02-07 20:05:31-0500 [-] '{}: {}'.format(e.__class__.__name__, e), cause=tb)
  109. 2022-02-07 20:05:31-0500 [-] kivy.lang.builder.BuilderException: Parser: File "/home/pi/wfpiconsole/kvlang/displayElements.kv", line 68:
  110. 2022-02-07 20:05:31-0500 [-] ...
  111. 2022-02-07 20:05:31-0500 [-] 66: rgba: utils.rgba('646464ff')
  112. 2022-02-07 20:05:31-0500 [-] 67: SmoothLine:
  113. 2022-02-07 20:05:31-0500 [-] >> 68: width: self._width*app.scaleFactor
  114. 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)
  115. 2022-02-07 20:05:31-0500 [-] 70:
  116. 2022-02-07 20:05:31-0500 [-] ...
  117. 2022-02-07 20:05:31-0500 [-] GraphicException: Invalid width value, must be > 0
  118. 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
  119. 2022-02-07 20:05:31-0500 [-] setattr(instr, key, value)
  120. 2022-02-07 20:05:31-0500 [-] File "kivy/graphics/vertex_instructions_line.pxi", line 783, in kivy.graphics.vertex_instructions.Line.width.__set__
  121. 2022-02-07 20:05:31-0500 [-]
Advertisement
Add Comment
Please, Sign In to add comment