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
Might need to update aioxmpp for the new anyio version?
/usr/local/lib/python3.11/site-packages/aiofcm/__init__.py:1: in <module>
--
| from aiofcm.client import FCM
| /usr/local/lib/python3.11/site-packages/aiofcm/client.py:4: in <module>
| from aiofcm.connection import FCMConnectionPool
| /usr/local/lib/python3.11/site-packages/aiofcm/connection.py:7: in <module>
| import aioxmpp
| /usr/local/lib/python3.11/site-packages/aioxmpp/__init__.py:101: in <module>
| from .errors import ( # NOQA
| /usr/local/lib/python3.11/site-packages/aioxmpp/errors.py:109: in <module>
| class ErrorCondition(structs.CompatibilityMixin, xso.XSOEnumMixin, enum.Enum):
| /usr/local/lib/python3.11/enum.py:557: in __new__
| raise exc
| /usr/local/lib/python3.11/enum.py:266: in __set_name__
| raise new_exc
| E TypeError: _value_ not set in __new__, unable to create it
The text was updated successfully, but these errors were encountered:
Might need to update aioxmpp for the new anyio version?
The text was updated successfully, but these errors were encountered: