net/py-matrix-synapse failing to work

Hello, after update to py38-matrix-synapse-1.60.0 and today to py38-matrix-synapse-1.61.0, synapse not starting:

Code:
/usr/local/etc/rc.d/synapse start                                   
Starting synapse.
Code:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/runpy.py", line 185, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/local/lib/python3.8/runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "/usr/local/lib/python3.8/site-packages/synapse/app/__init__.py", line 18, in <module>
    from synapse.util import check_dependencies
  File "/usr/local/lib/python3.8/site-packages/synapse/util/check_dependencies.py", line 58, in <module>
    set(metadata.metadata(DISTRIBUTION_NAME).get_all("Provides-Extra")) - DEV_EXTRAS
TypeError: 'NoneType' object is not iterable
/usr/local/etc/rc.d/synapse: WARNING: failed to start synapse

FreeBSD version 13.0-RELEASE-p11.
 
Did you update the rest of your installed packages too?
 
I have the same problem since upgrade to 1.74.0. Downgrading to 1.72.0 is OK, but I would like to solve this. As I don't see any bug report, I guess it's not happening everywhere.
@Iory, how did you solve this ?
Does anyone have an idea about it ?
I am under 13.1-RELEASE-p5 and every other package is updated.
 
There is no work on this bug 269255 since a month. Perhaps the description of the problem is not clear enough. Could anyone suggest things I can do to help debugging this?
 
There is no work on this bug 269255 since a month. Perhaps the description of the problem is not clear enough. Could anyone suggest things I can do to help debugging this?
 
Seems solved for me by upgrade to py39-matrix-synapse-1.80.0.
The problem is still here. I had to downgrade to 1.72.
 
Last edited:
Back
Top