Closed jiteshgupta1995 closed 3 years ago
Hi, thank you for your report. It looks like some problem with non Unicode characters. I'll try it later this week and I also fix the new urllib call
Thank you @matandd ! Looks great.
@jiteshgupta1995 could you please confirm that @matandd change fix your problem ?
Thx
Yes, thanks a lot.
Hi,
I am trying to export one of the gitlab project and import it. While importing at first I got the issue,
AttributeError: module 'urllib' has no attribute 'quote'
But I resolved by changing the
urllib.quote(project_path, safe='')
->urllib.parse.quote(project_path, safe='')
Later while importing the file I am getting following issue:
Any idea how to resolve this?