You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi whilst I was able to connect and ispf started it suddenly stopped.
Trace below.
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/zti", line 8, in
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 3850, in main
zti.cmdloop(intro)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 200, in cmdloop
super().cmdloop(intro=text)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/cmd.py", line 217, in onecmd
return func(arg)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 675, in do_goto
r2d2rv = self.__r2d2(self.stdscr, _WAIT_GOTO, -1)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 2184, in __r2d2
self.__display(win, not show)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 1918, in __display
self.write(tns, faddr, saddr, eaddr)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 1443, in write
self.__write_group(tns, faddr, saddr1, eaddr1)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 3600, in __write_group
text = tns.scrstr(caddr1, endpos)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/tnz.py", line 1503, in scrstr
strl.append(codec_info[cii].decode(bytes1)[0])
KeyError: 241
Make any sense?
The text was updated successfully, but these errors were encountered:
This was resolved by #39. But fix has not been built into a release yet. To install the latest (with #39): pip3 install git+https://github.com/IBM/tnz.
Hi whilst I was able to connect and ispf started it suddenly stopped.
Trace below.
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/zti", line 8, in
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 3850, in main
zti.cmdloop(intro)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 200, in cmdloop
super().cmdloop(intro=text)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/cmd.py", line 217, in onecmd
return func(arg)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 675, in do_goto
r2d2rv = self.__r2d2(self.stdscr, _WAIT_GOTO, -1)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 2184, in __r2d2
self.__display(win, not show)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 1918, in __display
self.write(tns, faddr, saddr, eaddr)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 1443, in write
self.__write_group(tns, faddr, saddr1, eaddr1)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/zti.py", line 3600, in __write_group
text = tns.scrstr(caddr1, endpos)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tnz/tnz.py", line 1503, in scrstr
strl.append(codec_info[cii].decode(bytes1)[0])
KeyError: 241
Make any sense?
The text was updated successfully, but these errors were encountered: