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 get the following when I run a simple workflow that only has this as the task
09/26/2018 15:41:42 - Initiating CPU and TMM memory for all F5 devices
09/26/2018 15:42:06 - Exception occured : Traceback (most recent call last):
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 85, in
tmm_mem=get_tmm_memory(ver)
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 54, in get_tmm_memory
tmm_mem=int(stdout.read())
ValueError: invalid literal for int() with base 10: b'3\n\n0\n\n\n'
09/26/2018 15:42:07 - CPU and TMM memory for all F5 devices Failed
The text was updated successfully, but these errors were encountered:
rainierpineda2
changed the title
Error when using get cpu and tmm plgin on 12.3
Error when using get cpu and tmm plugin on 12.3
Sep 26, 2018
I get the following when I run a simple workflow that only has this as the task
09/26/2018 15:41:42 - Initiating CPU and TMM memory for all F5 devices
09/26/2018 15:42:06 - Exception occured : Traceback (most recent call last):
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 85, in
tmm_mem=get_tmm_memory(ver)
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 54, in get_tmm_memory
tmm_mem=int(stdout.read())
ValueError: invalid literal for int() with base 10: b'3\n\n0\n\n\n'
09/26/2018 15:42:07 - CPU and TMM memory for all F5 devices Failed
The text was updated successfully, but these errors were encountered: