[Bug 269255] net-im/py-matrix-synapse: TypeError: 'NoneType' object is not iterable

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Jan 2023 18:03:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269255

            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=no

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 =
_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    
set(metadata.metadata(DISTRIBUTION_NAME).get_all("Provides-Extra")) -
DEV_EXTRAS
2023-01-30_17:53:04.52373 TypeError: 'NoneType' object is not iterable

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