Description of problem: It happens on every did invocation ... Version-Release number of selected component: did-0.17-2.fc33 Additional info: reporter: libreport-2.14.0 cgroup: 0::/user.slice/user-1000.slice/user/apps-org.kde.konsole-51bddb2767e1460bbc0c2fba283a13de.scope cmdline: /usr/bin/python3 -s /usr/bin/did last week crash_function: feed exception_type: xml.parsers.expat.ExpatError executable: /usr/bin/did interpreter: python3-3.9.0~rc2-1.fc33.x86_64 kernel: 5.8.10-300.fc33.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: client.py:445:feed:xml.parsers.expat.ExpatError: mismatched tag: line 39, column 2 Traceback (most recent call last): File "/usr/bin/did", line 42, in <module> did.cli.main() File "/usr/lib/python3.9/site-packages/did/cli.py", line 222, in main user_stats.check() File "/usr/lib/python3.9/site-packages/did/stats.py", line 157, in check stat.check() File "/usr/lib/python3.9/site-packages/did/stats.py", line 157, in check stat.check() File "/usr/lib/python3.9/site-packages/did/stats.py", line 77, in check self.fetch() File "/usr/lib/python3.9/site-packages/did/plugins/wiki.py", line 33, in fetch for change in self.proxy.getRecentChanges( File "/usr/lib64/python3.9/xmlrpc/client.py", line 1116, in __call__ return self.__send(self.__name, args) File "/usr/lib64/python3.9/xmlrpc/client.py", line 1456, in __request response = self.__transport.request( File "/usr/lib64/python3.9/xmlrpc/client.py", line 1160, in request return self.single_request(host, handler, request_body, verbose) File "/usr/lib64/python3.9/xmlrpc/client.py", line 1176, in single_request return self.parse_response(resp) File "/usr/lib64/python3.9/xmlrpc/client.py", line 1342, in parse_response p.feed(data) File "/usr/lib64/python3.9/xmlrpc/client.py", line 445, in feed self._parser.Parse(data, False) xml.parsers.expat.ExpatError: mismatched tag: line 39, column 2 Local variables in innermost frame: self: <xmlrpc.client.ExpatParser object at 0x7fc57936eb50> data: b'n.css">\n\n<!-- css only for MS IE6/IE7 browsers -->\n<!--[if lt IE 8]>\n <link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/wiki-static/modern-rh/css/msie.css">\n<![endif]-->\n\n\n\n\n\n<link rel="Start" href="/QeBookshelf">\n<link rel="Alternate" title="Wiki Markup" href="/QeBookshelf?action=raw">\n<link rel="Alternate" media="print" title="Print View" href="/QeBookshelf?action=print">\n<link rel="Search" href="/FindPage">\n<link rel="Index" href="/TitleIndex">\n<link rel="Glossary" href="/WordIndex">\n<link rel="Help" href="/HelpOnFormatting">\n</head>\n\n<body lang="en" dir="ltr">\n\n <div style="background-color:#FF0000;color:#FFFF00">WARNING: This wiki will be migrated to OpenShift soon™. If you\'re a \'standard\' user, there are no further steps required from you. If you\'re an API (XMLRPC) user, please see <a href="http://post-office.corp.redhat.com/archives/urt-list/2020-April/msg00027.html" target="_blank">this email</a> for steps to update your scripts.</div>\n \n<div id="header">\n<di'
Created attachment 1718416 [details] File: backtrace
Created attachment 1718417 [details] File: cpuinfo
Created attachment 1718418 [details] File: environ
Created attachment 1718419 [details] File: mountinfo
Created attachment 1718420 [details] File: namespaces
Created attachment 1718421 [details] File: open_fds
*** Bug 1899927 has been marked as a duplicate of this bug. ***
This problem has been caused by change in Python: https://bugs.python.org/issue43433 For more info see also the did issue reported by optak: https://github.com/psss/did/issues/239 Until the Python fix is available custom end point can be used as a workaround: https://github.com/psss/did/pull/242 Use the following config to enable the custom endpoint: [wiki] type = wiki api = RPC2 wiki test = http://the.wiki.server/
Fixed upstream, fresh did package with temporary workaround in updates testing: https://bodhi.fedoraproject.org/updates/?packages=did