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
during my last activity on mainframe Birp crashed several times with this Exception in different CICS pages:
Traceback (most recent call last):
File "birp.py", line 545, in <module>
menu(em, history)
File "birp.py", line 470, in menu
interactive(em,history)
File "birp.py", line 202, in interactive
trans = exec_trans(em,history,'enter')
File "birp.py", line 107, in exec_trans
em.exec_command('Wait(1,3270Mode)') #Capture the whole 3270 screen
File "/usr/local/lib/python2.7/dist-packages/py3270-0.3.5-py2.7.egg/py3270/__init__.py", line 299, in exec_command
c.execute()
File "/usr/local/lib/python2.7/dist-packages/py3270-0.3.5-py2.7.egg/py3270/__init__.py", line 77, in execute
return self.handle_result(result.decode('ascii'))
File "/usr/local/lib/python2.7/dist-packages/py3270-0.3.5-py2.7.egg/py3270/__init__.py", line 95, in handle_result
raise CommandError(msg.decode('ascii'))
py3270.CommandError: Wait: Timed out
I think it may be an issue related with non-ascii characters, but I'm not sure.
The problem is that when this exception arise Birp and X3270 terminal crash, losing all non-saved data.
Thank you a lot for your great work!
Federico
The text was updated successfully, but these errors were encountered:
Hi @sensepost,
I am having the same issue, Birp keep crashing in an interactive mode on a bland screen. if Mainframe returned a blank screen application crash with the same error message as mentioned by @federicodotta.
Hi!
during my last activity on mainframe Birp crashed several times with this Exception in different CICS pages:
Traceback (most recent call last):
I think it may be an issue related with non-ascii characters, but I'm not sure.
The problem is that when this exception arise Birp and X3270 terminal crash, losing all non-saved data.
Thank you a lot for your great work!
Federico
The text was updated successfully, but these errors were encountered: