Skip to content
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

(ignore/delete this please) Switch functionality fails (Ubuntu 20.04) #296

Closed
jamfor352 opened this issue May 19, 2020 · 0 comments
Closed

Comments

@jamfor352
Copy link

jamfor352 commented May 19, 2020

Ignore this - I wasn't using the most recent commits, but the default package by mistake...

Hello,

I'm getting this error when I try to use the "Switch" functionality on a directory with RabbitVCS:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/rabbitvcs/ui/switch.py", line 108, in <module> window = switch_factory(args[0], revision=options.revision) File "/usr/lib/python3/dist-packages/rabbitvcs/ui/switch.py", line 98, in switch_factory return classes_map[guess["vcs"]](path, revision) File "/usr/lib/python3/dist-packages/rabbitvcs/ui/switch.py", line 63, in __init__ self.repositories.set_child_text(helper.unquote_url(self.svn.get_repo_url(self.path))) File "/usr/lib/python3/dist-packages/rabbitvcs/util/helper.py", line 958, in unquote_url path_unquoted = unquote(path) File "/usr/lib/python3/dist-packages/rabbitvcs/util/helper.py", line 916, in _unquote return six.moves.urllib.parse.unquote(text, File "/usr/lib/python3.8/urllib/parse.py", line 634, in unquote if '%' not in string: TypeError: a bytes-like object is required, not 'str'

Seems like the wrong datatype is being used.

@jamfor352 jamfor352 changed the title Switch functionality fails (Ubuntu 20.04) (ignore/delete this please) Switch functionality fails (Ubuntu 20.04) May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant