Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 18:03:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269255] net-im/py-matrix-synapse: TypeError: 'NoneType' object is not iterable
Message-ID:  <bug-269255-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269255

            Bug ID: 269255
           Summary: net-im/py-matrix-synapse: TypeError: 'NoneType' object
                    is not iterable
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: co+org.freebsd@io7m.com
                CC: ports@skyforge.at
                CC: ports@skyforge.at
             Flags: maintainer-feedback?(ports@skyforge.at)

Hello!

The latest package (py39-matrix-synapse-1.74.0_1) seems to have a problem. =
On
attempting to start up the server with:


/usr/local/bin/python3.9 \
-m synapse.app.homeserver \
--server-name example.com \
--config-path /local/etc/synapse/homeserver.yaml \
--report-stats=3Dno

The following occurs:

2023-01-30_17:53:04.51839 Traceback (most recent call last):
2023-01-30_17:53:04.51890   File "/usr/local/lib/python3.9/runpy.py", line =
188,
in _run_module_as_main
2023-01-30_17:53:04.52038     mod_name, mod_spec, code =3D
_get_module_details(mod_name, _Error)
2023-01-30_17:53:04.52073   File "/usr/local/lib/python3.9/runpy.py", line =
111,
in _get_module_details
2023-01-30_17:53:04.52112     __import__(pkg_name)
2023-01-30_17:53:04.52132   File
"/usr/local/lib/python3.9/site-packages/synapse/app/__init__.py", line 18, =
in
<module>
2023-01-30_17:53:04.52165     from synapse.util import check_dependencies
2023-01-30_17:53:04.52233   File
"/usr/local/lib/python3.9/site-packages/synapse/util/check_dependencies.py",
line 58, in <module>
2023-01-30_17:53:04.52344=20=20=20=20
set(metadata.metadata(DISTRIBUTION_NAME).get_all("Provides-Extra")) -
DEV_EXTRAS
2023-01-30_17:53:04.52373 TypeError: 'NoneType' object is not iterable

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269255-7788>