gescheit / fastsnmp

Fast SNMP poller
MIT License
19 stars 7 forks source link

TypeError: can't concat dict_keys to bytes #20

Open ashimgiri000 opened 1 year ago

ashimgiri000 commented 1 year ago

while querying i got these prompt

and if i add [list(oid_group)] instead of (oid_group.keys(),)

the output is in loop it doesn't break

gescheit commented 1 year ago

Could you please provide code which triggers error?

ashimgiri000 commented 1 year ago

Thanks for responding i've sort out the above mentioned issue but found another issue request you to check once

whenever i entered bad hosts it returns

'tuple' object has no attribute 'remove' Screenshot 2022-12-18 at 5 19 02 PM