Bug 1625536
| Summary: | First launch of torbrowser-launcher just hangs with an error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michele Baldessari <michele> |
| Component: | torbrowser-launcher | Assignee: | Robert Mayr <robyduck> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | ol+redhat, pb, pj.pandit, redhat, robyduck, vascom2, wk |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | torbrowser-launcher-0.3.1-1.fc29 torbrowser-launcher-0.3.1-1.fc28 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-12-28 09:02:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This might be just a python2-twisted issue. Filed it here as I did not look at any code, feel free to reassign as needed. According to https://github.com/micahflee/torbrowser-launcher/issues/333 this is fixed in 0.3.0 which is available here: https://github.com/micahflee/torbrowser-launcher/releases/tag/v0.3.0 Still appearing in Fedora 29, which has still torbrowser-launcher-0.2.9-3.fc29.noarch torbrowser-launcher-0.3.1-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-75b61ecc57 torbrowser-launcher-0.3.1-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-3decf68285 torbrowser-launcher-0.3.1-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-3decf68285 torbrowser-launcher-0.3.1-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-75b61ecc57 torbrowser-launcher-0.3.1-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. torbrowser-launcher-0.3.1-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Running torbrowser-launcher-0.2.9-1.fc28.noarch for the first time gives: Verifying Signature Unhandled Error Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/twisted/python/log.py", line 103, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib64/python2.7/site-packages/twisted/python/log.py", line 86, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib64/python2.7/site-packages/twisted/python/context.py", line 122, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib64/python2.7/site-packages/twisted/python/context.py", line 85, in callWithContext return func(*args,**kw) --- <exception caught here> --- File "/usr/lib64/python2.7/site-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite why = selectable.doRead() File "/usr/lib64/python2.7/site-packages/twisted/internet/tcp.py", line 205, in doRead return self._dataReceived(data) File "/usr/lib64/python2.7/site-packages/twisted/internet/tcp.py", line 211, in _dataReceived rval = self.protocol.dataReceived(data) File "/usr/lib64/python2.7/site-packages/twisted/internet/endpoints.py", line 125, in dataReceived return self._wrappedProtocol.dataReceived(data) File "/usr/lib64/python2.7/site-packages/twisted/protocols/tls.py", line 330, in dataReceived self._flushReceiveBIO() File "/usr/lib64/python2.7/site-packages/twisted/protocols/tls.py", line 300, in _flushReceiveBIO self._flushSendBIO() File "/usr/lib64/python2.7/site-packages/twisted/protocols/tls.py", line 252, in _flushSendBIO bytes = self._tlsConnection.bio_read(2 ** 15) exceptions.AttributeError: 'NoneType' object has no attribute 'bio_read' Dialog stays in 'Verifying Signature' forever.