-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest update for Torbrowser broke the launcher #690
Comments
Today, I got an update for torbrowser-launcher to 0.3.6-1.3. ***@localhost:~> torbrowser-launcher |
same problem here but if i start with the start-tor-browser.desktop file then torbrowser loads correctly. Traceback (most recent call last): |
Linux/Tumbleweed:
***@localhost:~> torbrowser-launcher
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.3.6
https://github.com/micahflee/torbrowser-launcher
Traceback (most recent call last):
File "/usr/bin/torbrowser-launcher", line 30, in
torbrowser_launcher.main()
File "/usr/lib/python3.10/site-packages/torbrowser_launcher/init.py", line 87, in main
gui = Launcher(common, app, url_list)
File "/usr/lib/python3.10/site-packages/torbrowser_launcher/launcher.py", line 82, in init
if not self.common.settings["installed"] or not self.check_min_version():
File "/usr/lib/python3.10/site-packages/torbrowser_launcher/launcher.py", line 461, in check_min_version
if version.parse(self.min_version) <= version.parse(installed_version):
File "/usr/lib/python3.10/site-packages/packaging/version.py", line 52, in parse
return Version(version)
File "/usr/lib/python3.10/site-packages/packaging/version.py", line 196, in init
match = self._regex.search(version)
TypeError: expected string or bytes-like object
The text was updated successfully, but these errors were encountered: