Sending a system notifications causes an unknown error #17

Open
opened 2022-12-09 02:52:53 -05:00 by izaliamae · 0 comments
Owner

The following error pops up and I'm not sure why

w_string: assertion 'string != NULL' failed
  self.app.send_notification(random_str(), Notification(__software__, text))
/home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_new_variant: assertion 'value != NULL' failed
  self.app.send_notification(random_str(), Notification(__software__, text))
/home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_get_type: assertion 'value != NULL' failed
  self.app.send_notification(random_str(), Notification(__software__, text))
/home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
  self.app.send_notification(random_str(), Notification(__software__, text))
/home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_builder_add_value: assertion '!GVSB(builder)->expected_type || g_variant_is_of_type (value, GVSB(builder)->expected_type)' failed
  self.app.send_notification(random_str(), Notification(__software__, text))
/home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_builder_end: assertion 'GVSB(builder)->offset >= GVSB(builder)->min_items' failed
  self.app.send_notification(random_str(), Notification(__software__, text))
The following error pops up and I'm not sure why ``` w_string: assertion 'string != NULL' failed self.app.send_notification(random_str(), Notification(__software__, text)) /home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_new_variant: assertion 'value != NULL' failed self.app.send_notification(random_str(), Notification(__software__, text)) /home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_get_type: assertion 'value != NULL' failed self.app.send_notification(random_str(), Notification(__software__, text)) /home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed self.app.send_notification(random_str(), Notification(__software__, text)) /home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_builder_add_value: assertion '!GVSB(builder)->expected_type || g_variant_is_of_type (value, GVSB(builder)->expected_type)' failed self.app.send_notification(random_str(), Notification(__software__, text)) /home/zoey/data/src/mine/python/barkshark-web/barkshark_web/component/window.py:132: Warning: g_variant_builder_end: assertion 'GVSB(builder)->offset >= GVSB(builder)->min_items' failed self.app.send_notification(random_str(), Notification(__software__, text)) ```
izaliamae added the
bug
label 2022-12-09 11:11:13 -05:00
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: izaliamae/barkshark-web#17
No description provided.