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

Issue with interaction to py3270 #5

Open
ginkson opened this issue Jan 23, 2018 · 0 comments
Open

Issue with interaction to py3270 #5

ginkson opened this issue Jan 23, 2018 · 0 comments

Comments

@ginkson
Copy link

ginkson commented Jan 23, 2018

i keep getting an erro when running the tool:

Traceback (most recent call last):
File "./cicspwn.py", line 2607, in
main(results)
File "./cicspwn.py", line 2355, in main
if not check_valid_applid(results.applid, do_authent,custom_cics=results.custom_cics):
File "./cicspwn.py", line 347, in check_valid_applid
do_authenticate(results.userid, results.password, pos_pass)
File "./cicspwn.py", line 298, in do_authenticate
em.move_to(pos_pass,pwd_y_pos)
File "/usr/local/lib/python2.7/dist-packages/py3270-0.3.4-py2.7.egg/py3270/init.py", line 383, in move_to
xpos -= 1
TypeError: unsupported operand type(s) for -=: 'NoneType' and 'int'

As i see it, it's more of a py3270 issue but wanted to see if anyone had any tips.

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