May be is something in my configuration but looks like a type of data error
str instance, bytes found....
Traceback (most recent call last):
File "windapsearch/./windapsearch.py", line 825, in
run(args)
File "windapsearch/./windapsearch.py", line 610, in run
allComputersDict = ldapSession.getComputerDict(allComputers, ipLookup=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "windapsearch/./windapsearch.py", line 380, in getComputerDict
computerInfo[attr] = ','.join(computer.get_attr_values(attr))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, bytes found
May be is something in my configuration but looks like a type of data error
str instance, bytes found....
Traceback (most recent call last):
File "windapsearch/./windapsearch.py", line 825, in
run(args)
File "windapsearch/./windapsearch.py", line 610, in run
allComputersDict = ldapSession.getComputerDict(allComputers, ipLookup=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "windapsearch/./windapsearch.py", line 380, in getComputerDict
computerInfo[attr] = ','.join(computer.get_attr_values(attr))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, bytes found