node-red / node-red/node-red-nodes
node-red-node-snmp - OID error
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 612
- Avg merge
- 13h 57m
- Merged PRs (30d)
- 3
Description
I have a device with the following OID:
iso.3.6.1.2.1.1.1.0
But when I report this OID to the component, it gives me the error message "Error: argument is not a valid OID string"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the node-red-node-snmp component's OID input and validation entry point, then reproduce the reported error with iso.3.6.1.2.1.1.1.0. Determine whether this OID form should be accepted; done means the intended OID is handled without the reported invalid-string error and the behavior is covered by an appropriate test if tests exist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100