Open federicodotta opened 6 years ago
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.
Ok, I put a temporary fix in py3270/py3270/init.py#95
#raise CommandError(msg.decode('ascii'))
return
This error happens when application receive a 'self.data' as ‘Wait: Timed out’ due to response screen is blank or takes some time return.
Need to do further investigation to find the permanent fix.
Hi, did you ever find a permanent fix?
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