Variety and python 3.11

Cannot seem to find any info on this but I am getting these messages:

ERROR:dbus.proxies:Introspect error on :1.60:/com/peterlevi/Variety: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Traceback (most recent call last):
  File "/usr/bin/variety", line 66, in <module>
    variety.main()
  File "/usr/lib/python3.11/site-packages/variety/__init__.py", line 200, in main
    result = method(arguments)
             ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/dbus/proxies.py", line 72, in __call__
    return self._proxy_method(*args, **keywords)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/dbus/proxies.py", line 141, in __call__
    return self._connection.call_blocking(self._named_service,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/dbus/connection.py", line 652, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.60 was not provided by any .service files

You didn’t rebuild your site packages, did you? :wink:

variety is normally provided by the community repos and extra repo in our unstable branch: Packages

extra/variety 0.8.10-1

[demo@archusb ~]$ variety
Segmentation fault (core dumped)

My Variety is working again.
It had nothing to do with python.
Something in the .config/variety folder .
I renamed the folder and reinstalled variety so it would recreate the .config folder , rebooted and variety is working.
I will be investigating what broke it.
I didn’t change anything that I am aware of.