<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Eugene,<div class=""><br class=""></div><div class="">I pushed a patch to python3-application and this error should be fixed now.</div><div class=""><br class=""></div><div class="">If you fetch the latest (3.0.6) (<span style="caret-color: rgb(36, 41, 47); color: rgb(36, 41, 47); text-align: right; white-space: nowrap; background-color: rgb(255, 255, 255);" class="">4dead9d</span><span style="caret-color: rgb(36, 41, 47); color: rgb(36, 41, 47); font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; text-align: right; white-space: nowrap; background-color: rgb(255, 255, 255);" class="">)</span> it should be working.</div><div class=""><br class=""></div><div class="">Best regards,<br class=""><div><br class=""></div><div>Tijmen de Mes</div><div>—</div><div>AG Projects</div><div><br class=""><blockquote type="cite" class=""><div class="">Op 9 mrt. 2023, om 17:02 heeft Tijmen de Mes <<a href="mailto:tijmen@ag-projects.com" class="">tijmen@ag-projects.com</a>> het volgende geschreven:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">I can confirm the problem. I will check if I can find a solution for this.<br class=""><br class="">Best regards,<br class=""><br class="">Tijmen de Mes<br class="">—<br class="">AG Projects<br class=""><br class=""><blockquote type="cite" class="">Op 9 mrt. 2023, om 16:44 heeft Eugene Crosser <<a href="mailto:crosser@average.org" class="">crosser@average.org</a>> het volgende geschreven:<br class=""><br class="">Hello,<br class=""><br class="">On 09/03/2023 09:24, Tijmen de Mes wrote:<br class=""><br class=""><blockquote type="cite" class="">You seem to have an old version of python3-application. You need 3.0.5 for python > 3.10.<br class=""></blockquote><br class="">It's from github HEAD (commit a90678fbf36a6c877b223738161691b6fa97dbf4<br class="">(HEAD -> master, tag: release-3.0.5, origin/master, origin/HEAD)).<br class="">Should I rather pull from darcs?<br class=""><br class="">Python is 3.10.6, if it matters.<br class=""><br class="">It looks to me as if sipsimple.core._primitives.Message lacks `__repr__`<br class="">maybe, or something like that?<br class=""><br class="">Regards,<br class=""><br class="">Eugene<br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">Having installed all hidden dependencies, ported two packages from debian to ubuntu (where they were missing) - python3-klein and its dependency python3-tubes, and fixed a bug in ubuntu's python3-wokkel, I am now getting an error in the "applications" package:<br class=""><br class=""> dh_auto_test -O--buildsystem=pybuild<br class="">I: pybuild base:239: cd /opt/src/sylkserver/dist/sylkserver-6.1.0/.pybuild/cpython3_3.10/build; python3.10 -m unittest discover -v<br class="">WARNING [python] /usr/lib/python3/dist-packages/gevent/monkey.py:1046: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See <a href="https://github.com/gevent/gevent/issues/1016" class="">https://github.com/gevent/gevent/issues/1016</a>. Modules that had direct imports (NOT patched): ['urllib3.util (/usr/lib/python3/dist-packages/urllib3/util/__init__.py)', 'urllib3.util.ssl_ (/usr/lib/python3/dist-packages/urllib3/util/ssl_.py)', 'requests.packages.urllib3.contrib.pyopenssl (/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py)'].<br class="">WARNING [python] _queue_warning(<br class="">sylk.applications.webrtcgateway (unittest.loader._FailedTest) ... ERROR<br class=""><br class="">======================================================================<br class="">ERROR: sylk.applications.webrtcgateway (unittest.loader._FailedTest)<br class="">----------------------------------------------------------------------<br class="">ImportError: Failed to import test module: sylk.applications.webrtcgateway<br class="">Traceback (most recent call last):<br class="">File "/usr/lib/python3.10/unittest/loader.py", line 470, in _find_test_path<br class=""> package = self._get_module_from_name(name)<br class="">File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name<br class=""> __import__(name)<br class="">File "/opt/src/sylkserver/dist/sylkserver-6.1.0/.pybuild/cpython3_3.10/build/sylk/applications/webrtcgateway/__init__.py", line 263, in <module><br class=""> class MessageHandler(object):<br class="">File "/opt/src/sylkserver/dist/sylkserver-6.1.0/.pybuild/cpython3_3.10/build/sylk/applications/webrtcgateway/__init__.py", line 553, in MessageHandler<br class=""> def _outgoing_message(self, to_uri, from_uri, content, content_type='text/plain', headers=[], route=None, message_type=Message, subscribe=True):<br class="">File "/usr/lib/python3/dist-packages/sipsimple/threading/green.py", line 59, in run_in_green_thread<br class=""> def wrapper(*args, **kw):<br class="">File "/usr/lib/python3/dist-packages/application/python/decorator.py", line 24, in fix_signature<br class=""> exec("def {0}{1}: return wrapper{2}".format(func.__name__, sig, parameters), {'wrapper': wrapper}, exec_scope) # can't use tuple form here (see <a href="https://bugs.python.org/issue21591" class="">https://bugs.python.org/issue21591</a>)<br class="">File "<string>", line 1<br class=""> def _outgoing_message(self, to_uri, from_uri, content, content_type='text/plain', headers=[], route=None, message_type=<class 'sipsimple.core._primitives.Message'>, subscribe=True): return wrapper(self, to_uri, from_uri, content, content_type, headers, route, message_type, subscribe)<br class=""> ^<br class="">SyntaxError: invalid syntax<br class=""><br class=""><br class="">----------------------------------------------------------------------<br class="">Ran 1 test in 0.000s<br class=""><br class="">-- <br class="">I have a ~/.plan<br class=""><br class="">_______________________________________________<br class="">SIPBeyondVoIP mailing list<br class=""><a href="mailto:SIPBeyondVoIP@lists.ag-projects.com" class="">SIPBeyondVoIP@lists.ag-projects.com</a><br class="">https://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip<br class=""></blockquote><br class="">_______________________________________________<br class="">SIPBeyondVoIP mailing list<br class=""><a href="mailto:SIPBeyondVoIP@lists.ag-projects.com" class="">SIPBeyondVoIP@lists.ag-projects.com</a><br class="">https://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip<br class=""></blockquote>_______________________________________________<br class="">SIPBeyondVoIP mailing list<br class=""><a href="mailto:SIPBeyondVoIP@lists.ag-projects.com" class="">SIPBeyondVoIP@lists.ag-projects.com</a><br class="">https://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip<br class=""></blockquote><br class="">_______________________________________________<br class="">SIPBeyondVoIP mailing list<br class=""><a href="mailto:SIPBeyondVoIP@lists.ag-projects.com" class="">SIPBeyondVoIP@lists.ag-projects.com</a><br class="">https://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip<br class=""></div></div></blockquote></div><br class=""></div></body></html>