You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 69, in
notifier = Notifier(api)
^^^^^^^^^^^^^
File "main.py", line 54, in init
self.notify()
File "main.py", line 58, in notify
notification = Notify(
^^^^^^^
File "C:\Users\khaoo\AppData\Local\Programs\Python\Python312\Lib\site-packages\notifypy\notify.py", line 69, in init
self._notifier_detect = self._selected_notification_system()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\khaoo\AppData\Local\Programs\Python\Python312\Lib\site-packages\notifypy\notify.py", line 123, in _selected_notification_system
raise UnsupportedPlatform(
notifypy.exceptions.UnsupportedPlatform: This version of Windows (11) is not supported. is not supported.
The text was updated successfully, but these errors were encountered:
upon running my code i get the following error:
Traceback (most recent call last):
File "main.py", line 69, in
notifier = Notifier(api)
^^^^^^^^^^^^^
File "main.py", line 54, in init
self.notify()
File "main.py", line 58, in notify
notification = Notify(
^^^^^^^
File "C:\Users\khaoo\AppData\Local\Programs\Python\Python312\Lib\site-packages\notifypy\notify.py", line 69, in init
self._notifier_detect = self._selected_notification_system()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\khaoo\AppData\Local\Programs\Python\Python312\Lib\site-packages\notifypy\notify.py", line 123, in _selected_notification_system
raise UnsupportedPlatform(
notifypy.exceptions.UnsupportedPlatform: This version of Windows (11) is not supported. is not supported.
The text was updated successfully, but these errors were encountered: