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
I have a fbtrace_text file and I want to parse it by trace.py. But the error "ValueError" occurs when I parse my file. I changed some code in trace.py to see what problem is. So, the function "_parse_transaction_info" tries to parse the line "-------------------------------------------------------------------------------". I looked for the reason of it and found the next content of my trace file:
I have a fbtrace_text file and I want to parse it by trace.py. But the error "ValueError" occurs when I parse my file. I changed some code in trace.py to see what problem is. So, the function "_parse_transaction_info" tries to parse the line "-------------------------------------------------------------------------------". I looked for the reason of it and found the next content of my trace file:
In this part of trace file there is not any information about transaction number, options and so on but trace.py tries to parse anyway.
The text was updated successfully, but these errors were encountered: