CHunter

Results 4 comments of CHunter

Same problem with oid .1.3.6.1.2.1.17.1.4.1.2 When use **BulkWalkAll** "error in unmarshalResponse: error decoding value: error parsing OID Value: invalid OID length" When use **WalkAll** - all fine. snmpbulkwalk - correctly...

> [Removing this check](https://github.com/gosnmp/gosnmp/blob/98d87374d0713c55acee86cf9b5e1f75bb5b7b83/helper.go#L651) to return `nil` instead, fixes the problem but I am not sure why yet. When I check OIDs inside the returned `SnmpPDU` everything looks fine. So...

> Do you have any ideas? > Maybe you can just fill the form and submit it. Maybe use History_API? https://developer.mozilla.org/en-US/docs/Web/API/History_API In particular, "history.pushState". Additional description/Example http://diveintohtml5.info/history.html

> Do you have any ideas? > Maybe you can just fill the form and submit it. We made an example of what we talking about. https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState The following code...