Plugin FINGSCAN not working after Catalina update. Error

Posted on
Tue Oct 27, 2020 2:12 pm
BillC offline
Posts: 237
Joined: Mar 09, 2008

Re: Plugin FINGSCAN not working after Catalina update. Error

Thanks, Karl

ran sudo /usr/local/fing, saw output, ctrl-c

confirmed that '.../paramsForStart' file exists

ran the py in terminal, resulted in same error message as above (missing fing.data" etc.).

EDIT: Just noticed 3 new files in ../Preferences/Plugins/com.karlwachs.fingscan/ named "setup", "while", "you" all zero bytes.

???

Posted on
Tue Oct 27, 2020 3:18 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: Plugin FINGSCAN not working after Catalina update. Error

good new is fig seems to work, so it is config.

please down load v .62 (only new debug log options)
in config set debug fingsstart true (9)
restart plugin
post /Library/Application Support/Perceptive Automation/Indigo 7.4/Logs/com.karlwachs.fingscan/plugin.log
only from start to error
and blank the passwords

paramsForStart should look like:
{"macUser": "YOUR ID", "logLevel": 20, "theNetwork": "192.168.1.0", "fingEXEpath": "/usr/local/bin/fing", "yourPassword": your password scrambled ", "netwType": "24"}
and could you delete the files : "setup", "while", "you"
and restart, check if they re-appear.


Karl

Posted on
Tue Oct 27, 2020 3:55 pm
BillC offline
Posts: 237
Joined: Mar 09, 2008

Re: Plugin FINGSCAN not working after Catalina update. Error

EDIT just noticed that the ip range in the log (and therefore config) was wrong...corrected it and that seems to have fixed the issue.

greatly regret wasting your time :oops:

Log:

Code: Select all
2020-10-27 17:38:36 =========================   initializing   ==============================================
2020-10-27 17:38:36 !!!!INFO ONLY!!!!  logger  enabled for   THREADDEBUG   !!!!INFO ONLY!!!!
2020-10-27 17:38:36 !!!!INFO ONLY!!!!  logger  enabled for   DEBUG         !!!!INFO ONLY!!!!
2020-10-27 17:38:36 !!!!INFO ONLY!!!!  logger  enabled for   INFO          !!!!INFO ONLY!!!!
2020-10-27 17:38:36 !!!!INFO ONLY!!!!  logger  enabled for   WARNING       !!!!INFO ONLY!!!!
2020-10-27 17:38:36.668   ERROR          Plugin.__init__                  !!!!INFO ONLY!!!!  logger  enabled for   ERROR         !!!!INFO ONLY!!!!
2020-10-27 17:38:36.668   CRITICAL       Plugin.__init__                  !!!!INFO ONLY!!!!  logger  enabled for   CRITICAL      !!!!INFO ONLY!!!!
2020-10-27 17:38:36 leaving WiFi parameters at default, not configured in 'fingscan/Configure...'
2020-10-27 17:38:36 indigo variables initialized
2020-10-27 17:38:36 getting password
2020-10-27 17:38:36 get password done;  checking if FING is installed
2020-10-27 17:38:37 fing install check done
2020-10-27 17:38:38 loaded indigo data
2020-10-27 17:38:38 network info: {'netWorkId': '10.12.1.0', 'broadcast': '10.12.1.255', 'netMask': '255.255.255.0', 'maxHosts': 254, 'hostRange': '10.12.1.1 - 10.12.1.254'}
2020-10-27 17:38:38 ifind plugin: com.corporatechameleon.iFindplugBeta
2020-10-27 17:38:38 MAP2Vendor initializing
2020-10-27 17:38:38 Initializing parameters for FING
startfing               L:234 Lv:20 ========= start   @ 2020-10-27 17:38:39.972550   ===========
startfing               L:248 Lv:40 echo '###########' | sudo -S /bin/rm '/Library/Application Support/Perceptive Automation/Indigo 7.4/Preferences/Plugins/com.karlwachs.fingscan/fing.data'
startfing               L:251 Lv:40 echo '###########' | sudo -S /bin/rm '/Library/Application Support/Perceptive Automation/Indigo 7.4/Preferences/Plugins/com.karlwachs.fingscan/fing.log'
startfing               L: 57 Lv:20 chk versions.opsys: 10.14;   fingVersion:2.2 from cmd:echo '###########' | sudo -S /usr/local/bin/fing -v;   
startfing               L: 34 Lv:20 fing.bin launched, version: 2.2,  opsys: 10.14
startfing               L:256 Lv:20 ========= stopped @ 2020-10-27 17:38:40.984167   ===========
2020-10-27 17:38:41 Waiting for first data from FING
2020-10-27 17:39:01.996   ERROR          Plugin.initFing                  error in  Line# 2956 ;  error=[Errno 2] No such file or directory: '/Library/Application Support/Perceptive Automation/Indigo 7.4/Preferences/Plugins/com.karlwachs.fingscan/fing.data'
2020-10-27 17:39:01.996   ERROR          Plugin.initConfig                 FING not running... quit

paramsForStart looks like your example
deleted 3 files and restarted plugin
they did not reappear however as plugin started watched fing.data be created, fing.data and fing.log deleted, fing.log (only) re-created.
Appreciate the help....
Bill

Posted on
Tue Oct 27, 2020 5:13 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: Plugin FINGSCAN not working after Catalina update. Error

please try v.64 have added a try except around the date time check for the file.

Karl

Posted on
Tue Oct 27, 2020 5:24 pm
BillC offline
Posts: 237
Joined: Mar 09, 2008

Re: Plugin FINGSCAN not working after Catalina update. Error

Will do but did you see my edit above where the problem seems to have been a bad (ie, wouldn't be found) ip range in config?

Posted on
Tue Oct 27, 2020 5:29 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: Plugin FINGSCAN not working after Catalina update. Error

Ok. But I should have added that time. Check anyway.


Sent from my iPhone using Tapatalk

Posted on
Tue Oct 27, 2020 7:14 pm
BillC offline
Posts: 237
Joined: Mar 09, 2008

Re: Plugin FINGSCAN not working after Catalina update. Error

64 looks ok at first load...let me know if there's anything you want me to bang it against.

Posted on
Tue Oct 27, 2020 9:13 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: Plugin FINGSCAN not working after Catalina update. Error

u don't need to do anything if it works fine

Who is online

Users browsing this forum: No registered users and 4 guests

cron