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
Taking a look at the code, the value "is lost" at the moment of converting the dictionary into a xml. I would like to know if it is the desired behaviour or if it's an uncontrolled side effect.
In the second case, the problem could be solved just adding strict conversion to string at line 69 of the file agent/passive/nrpd.py. Of course I'll be glad to make the PR for this if you would like to.
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
At the moment of recieving the XML dictionary on destination with tag
status
this tag is empty when its value is zero.This is an example of void tag status parsed to JSON:
And this is the original message:
Taking a look at the code, the value "is lost" at the moment of converting the dictionary into a xml. I would like to know if it is the desired behaviour or if it's an uncontrolled side effect.
In the second case, the problem could be solved just adding strict conversion to string at line 69 of the file
agent/passive/nrpd.py
. Of course I'll be glad to make the PR for this if you would like to.Many thanks in advance.
The text was updated successfully, but these errors were encountered: