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
After the latest pull (commit cde647a) I get the following error when I run sygnal:
/opt/sygnal# python -m sygnal.sygnal
Error during startup:
Traceback (most recent call last):
File "/opt/synapse/env/lib/python3.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
result = g.send(result)
File "/opt/sygnal/sygnal/sygnal.py", line 221, in start
port, bind_addresses, pushgateway_api
File "/opt/synapse/env/lib/python3.7/site-packages/twisted/internet/defer.py", line 911, in ensureDeferred
return _cancellableInlineCallbacks(coro)
File "/opt/synapse/env/lib/python3.7/site-packages/twisted/internet/defer.py", line 1529, in _cancellableInlineCallbacks
_inlineCallbacks(None, g, status)
--- <exception caught here> ---
File "/opt/sygnal/sygnal/sygnal.py", line 221, in start
port, bind_addresses, pushgateway_api
File "/opt/synapse/env/lib/python3.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
result = g.send(result)
File "/opt/sygnal/sygnal/sygnal.py", line 194, in _make_pushkins_then_start
"Failed to load and create pushkin for kind %s", app_cfg["type"]
builtins.RuntimeError: ('Failed to load and create pushkin for kind %s', 'apns')
Any idea?
The text was updated successfully, but these errors were encountered:
Looks like we're still not logging the proper error here. :sigh: I'm going to make a few more improvements here and hopefully you'll be able to get the real exception.
You can likely get it by modifying the following lines:
After the latest pull (commit cde647a) I get the following error when I run sygnal:
Any idea?
The text was updated successfully, but these errors were encountered: