Error in v 2022.36.87

Posted on
Thu Sep 15, 2022 6:00 pm
Bleasel offline
Posts: 88
Joined: Mar 05, 2014
Location: Sydney, AUSTRALIA

Error in v 2022.36.87

Hi

Thanks for the plugin.

Getting the following error with the latest version


fingscan Error
Traceback (most recent call last):
File "plugin.py", line 3728, in createDev
if len(vInfo)> 3:
TypeError: object of type 'NoneType' has no len()

Posted on
Sat Sep 17, 2022 1:23 pm
kw123 offline
User avatar
Posts: 8366
Joined: May 12, 2013
Location: Dallas, TX

Re: Error in v 2022.36.87

I am out of town. Back Sunday evening Will fix then.


Sent from my iPhone using Tapatalk

Posted on
Sat Sep 17, 2022 5:34 pm
Bleasel offline
Posts: 88
Joined: Mar 05, 2014
Location: Sydney, AUSTRALIA

Re: Error in v 2022.36.87

Thanks for the update
error has moved to next line


fingscan getting vendor info..
fingscan Error
Traceback (most recent call last):
File "plugin.py", line 3729, in createDev
if len(vInfo)> 3:
TypeError: object of type 'NoneType' has no len()

Posted on
Sun Sep 18, 2022 6:57 am
kw123 offline
User avatar
Posts: 8366
Joined: May 12, 2013
Location: Dallas, TX

Re: Error in v 2022.36.87

SHOULD be fixed in v ...89 posted in the plugin store and on GitHub.

it was an implicit return with no return value, like
def xxx()
if abc: return mac

if not abc then it returned nothing (None)

missing was
return ""
at the end.
That condition only happens when no mac - vendor file is present. And that should fix itself after some time when a mac-vendor file was downloaded successfully

Karl

Posted on
Sun Sep 18, 2022 11:55 pm
Bleasel offline
Posts: 88
Joined: Mar 05, 2014
Location: Sydney, AUSTRALIA

Re: Error in v 2022.36.87

Thanks Karl


That fixed all the errors.


Cheers


Marcus

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 7 guests