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

UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-9: ordinal not in range(128) #53

Open
GoDllkE opened this issue Feb 6, 2020 · 0 comments

Comments

@GoDllkE
Copy link

GoDllkE commented Feb 6, 2020

Got this error when running a migration:

$ python nexus2artifactory/./NexusToArtifactory.py Traceback (most recent call last): File "nexus2artifactory/./NexusToArtifactory.py", line 70, in <module> else: initInteractive(setup) File "nexus2artifactory/./NexusToArtifactory.py", line 27, in initInteractive win.show() File "/root/nexus2artifactory/nex2art/core/Menu.py", line 179, in show if self.runact(sel, sel['act']): return File "/root/nexus2artifactory/nex2art/core/Menu.py", line 203, in runact elif hasattr(act, '__call__'): cont = self.showCall(sel, act) File "/root/nexus2artifactory/nex2art/core/Menu.py", line 223, in showCall cont = act(sel) File "/root/nexus2artifactory/nex2art/menu/Main.py", line 64, in runmigration status, msg = Progress(self.scr).show(self.scr.state.todict()) File "/root/nexus2artifactory/nex2art/core/Progress.py", line 30, in show result = self.scr.artifactory.migrate(self, conf) File "/root/nexus2artifactory/nex2art/core/Artifactory.py", line 64, in migrate if counts['group'] > 0: self.migrategroups(conn, conf) File "/root/nexus2artifactory/nex2art/core/Artifactory.py", line 349, in migrategroups self.prog.refresh() File "/root/nexus2artifactory/nex2art/core/Progress.py", line 50, in refresh self.render() File "/root/nexus2artifactory/nex2art/core/Progress.py", line 110, in render unicurses.waddstr(self.scr.win, self.current + "\n") File "/root/nexus2artifactory/unicurses.py", line 766, in waddstr return scr_id.addstr(str(cstr)) UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-9: ordinal not in range(128)

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