Bug 1539411
| Summary: | [abrt] torbrowser-launcher: check_min_version(): launcher.py:603:check_min_version:IOError: [Errno 2] No such file or directory: '/home/wkliang/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions' | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | wkliang <wenkui.liang> | ||||||||||||||||
| Component: | torbrowser-launcher | Assignee: | Robert Mayr <robyduck> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 27 | CC: | code, pj.pandit, robyduck | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/f74a14a894c76f152a7db3b65daef4c0b54b52e4 | ||||||||||||||||||
| Whiteboard: | abrt_hash:d5641636df73849e855ab84fb82545f4a672fac0;VARIANT_ID=workstation; | ||||||||||||||||||
| Fixed In Version: | torbrowser-launcher-0.2.9-1.fc27 torbrowser-launcher-0.2.9-1.fc26 | Doc Type: | If docs needed, set a value | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2018-02-14 17:31:16 UTC | Type: | --- | ||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||
| Embargoed: | |||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
Created attachment 1387303 [details]
File: backtrace
Created attachment 1387304 [details]
File: cgroup
Created attachment 1387305 [details]
File: cpuinfo
Created attachment 1387306 [details]
File: environ
Created attachment 1387307 [details]
File: mountinfo
Created attachment 1387308 [details]
File: namespaces
Created attachment 1387309 [details]
File: open_fds
This appears to be a duplicate of #1538339. torbrowser-launcher-0.2.9-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-80b55ca071 torbrowser-launcher-0.2.9-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-b3de6c389e torbrowser-launcher-0.2.9-1.fc26 has been pushed to the Fedora 26 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-b3de6c389e torbrowser-launcher-0.2.9-1.fc27 has been pushed to the Fedora 27 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-80b55ca071 torbrowser-launcher-0.2.9-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. torbrowser-launcher-0.2.9-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: for line in open(self.common.paths['tbb']['versions']).readlines(): IOError: [Errno 2] No such file or directory: '/home/username/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions' using torbrowser-launcher to install/re-install is going wrong Version-Release number of selected component: torbrowser-launcher-0.2.8-1.fc27 Additional info: reporter: libreport-2.9.3 cmdline: /usr/bin/python2 /usr/bin/torbrowser-launcher crash_function: check_min_version exception_type: IOError executable: /usr/bin/torbrowser-launcher kernel: 4.14.14-300.fc27.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: launcher.py:603:check_min_version:IOError: [Errno 2] No such file or directory: '/home/wkliang/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions' Traceback (most recent call last): File "/usr/bin/torbrowser-launcher", line 30, in <module> torbrowser_launcher.main() File "/usr/lib/python2.7/site-packages/torbrowser_launcher/__init__.py", line 62, in main app = Launcher(common, url_list) File "/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py", line 91, in __init__ if not self.common.settings['installed'] or not self.check_min_version(): File "/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py", line 603, in check_min_version for line in open(self.common.paths['tbb']['versions']).readlines(): IOError: [Errno 2] No such file or directory: '/home/wkliang/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions' Local variables in innermost frame: installed_version: None self: <torbrowser_launcher.launcher.Launcher instance at 0x7fd5a8b53320>