not working anymore after plugin upgrade

Posted on
Sun Dec 15, 2019 8:12 am
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

not working anymore after plugin upgrade

In a loop:


Stopped plugin "fingscan 7.30.39"
Starting plugin "fingscan 7.30.39" (pid 21488)
fingscan initializing ...
fingscan path To files: =================
fingscan indigo /Library/Application Support/Perceptive Automation/
fingscan installFolder /Library/Application Support/Perceptive Automation/Indigo 7.4/
fingscan plugin.py /Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/fingscan.indigoPlugin/Contents/Server Plugin/
fingscan Plugin params /Library/Application Support/Perceptive Automation/Indigo 7.4/Preferences/Plugins/com.karlwachs.fingscan/
fingscan !!!!INFO ONLY!!!! logger enabled for INFO !!!!INFO ONLY!!!!
fingscan Warning !!!!INFO ONLY!!!! logger enabled for WARNING !!!!INFO ONLY!!!!
fingscan Error !!!!INFO ONLY!!!! logger enabled for ERROR !!!!INFO ONLY!!!!
fingscan Critical Error !!!!INFO ONLY!!!! logger enabled for CRITICAL !!!!INFO ONLY!!!!
fingscan check /Library/Application Support/Perceptive Automation/Indigo 7.4/Logs/com.karlwachs.fingscan/plugin.log <<<< for detailed logging
fingscan Plugin short Name fing
fingscan my PID 21488
fingscan set params for indigo V 7.4
Started plugin "fingscan 7.30.39"
fingscan testing if variable enableTimeTracking_fing is == on/off/print-option to enable/end/print time tracking of all functions and methods (option:'',calls,cumtime,pcalls,time)
fingscan myLogSet setting parameters -- logFileActive= standard; logFile= ; debug plugin:[]
fingscan FINGSCAN-- initializing will take ~ 2 minutes...; sending logs to
fingscan Warning leaving WiFi parameters at default, not configured in 'fingscan/Configure...'
fingscan getting password
fingscan get password done; checking if FING is installed
Z-Wave received "Rack LED Composite" status update brightness 100
fingscan fing install check done
fingscan loaded indigo data
fingscan network info: {'netWorkId': '172.16.1.0', 'broadcast': '172.16.1.255', 'netMask': '255.255.255.0', 'maxHosts': 254, 'hostRange': '172.16.1.1 - 172.16.1.254'}
fingscan ifind plugin: com.corporatechameleon.iFindplugBeta
fingscan MAP2Vendor initializing
fingscan FING initializing parameters
fingscan FING initializing checking if output created, old date:1576360458.44; new date:1576360458.44
fingscan FING initializing checking if output created, old date:1576360458.44; new date:1576360458.44
fingscan FING initializing checking if output created, old date:1576360458.44; new date:1576360458.44
fingscan FING initializing checking if output created, old date:1576360458.44; new date:1576360458.44
fingscan FING initializing checking if output created, old date:1576360458.44; new date:1576360458.44
fingscan Error fing not running... quit
fingscan Error --> setup config, save then a manual reload of plugin
fingscan --> while loop break stopping ... quitNOW was: setup config , waiting
fingscan Error --> you have 2 minutes to fix config, before restart-1

Posted on
Sun Dec 15, 2019 12:05 pm
kw123 online
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: not working anymore after plugin upgrade

Please check your config settings

Is the password set
Etc

>>>>
fingscan Error --> setup config, save, then a manual reload of plugin
fingscan Error --> you have 2 minutes to fix config, before restart-1
<<<<

Sent from my iPhone using Tapatalk

Posted on
Sun Dec 15, 2019 6:13 pm
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: not working anymore after plugin upgrade

>> "after the upgrade" is the key :)

Yes, all settings are configured.

Posted on
Sun Dec 15, 2019 6:23 pm
kw123 online
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: not working anymore after plugin upgrade

sorry to ask again, please go into config and double check, some names have changed and you need to set some parameters again ..

if all set , please set debug on and send me the logfile (to karlwachs me com ) it contains your password etc !!

Posted on
Mon Dec 16, 2019 12:16 pm
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: not working anymore after plugin upgrade

Had to reinstall fing - "Error: no network interface detected" issue.

"brew cask install fing" installed the latest version and now everything works fine.

Posted on
Mon Dec 16, 2019 12:27 pm
kw123 online
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: not working anymore after plugin upgrade

Fingplugin does not use the installed fing, it is overwriting it with its own version.

Could you open terminal and type
which fing
And post the result

Karl


Sent from my iPhone using Tapatalk

Posted on
Sat Dec 28, 2019 2:13 pm
Frozenman offline
Posts: 17
Joined: Dec 11, 2017

Re: not working anymore after plugin upgrade

I have the same problem.
Fingscan is posting the same "initializing" message repeatedly, then restarting.

I've checked the config file, which says "password is already saved"
the log shows "getting password / get password is done"

Neither the log file nor the error log are updating since the upgrade

I've increased the log level to 10, but no additional data is being displayed on the screen or in the log file

thanks for any pointers

Posted on
Sat Dec 28, 2019 2:14 pm
Frozenman offline
Posts: 17
Joined: Dec 11, 2017

Re: not working anymore after plugin upgrade

which fing

/usr/local/bin/fing

Posted on
Sat Dec 28, 2019 3:06 pm
Frozenman offline
Posts: 17
Joined: Dec 11, 2017

Re: not working anymore after plugin upgrade

I should mention an OS X upgrade also to 10.15.2

Posted on
Sun Dec 29, 2019 8:21 am
Frozenman offline
Posts: 17
Joined: Dec 11, 2017

Re: not working anymore after plugin upgrade

If I run the fing command line in a terminal window

sudo -S 'usr/local/bin/fing' 192.168.86.0/24

i get an error "no network interface detected"

Posted on
Sun Dec 29, 2019 8:24 am
kw123 online
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

not working anymore after plugin upgrade

Drop the -S

It’s only if you pipe the password into the command


Also check out the discussion on Catalina enabling executables to run
Catalina is setting an attribute to disable any unknown programs by default.

But fingscan should do that (attrib ) automatically.

Karl


Sent from my iPhone using Tapatalk

Posted on
Sun Dec 29, 2019 10:08 am
Frozenman offline
Posts: 17
Joined: Dec 11, 2017

Re: not working anymore after plugin upgrade

I installed a new version of fing from fing.com - version 5.4

I no longer get the error about no network, however the command

sudo -S '/usr/local/bin/fing' -o table,csv,'fing.data' does not produce any output in the fing.data file

If I change the command to be -o log,csv,'fing.data' then dat is appended to the file

I tried this on 2 different Macs with the same OS X version and the same results

the plugin seems to be counting on the timestamp on the fing.data file to change as an indication that fing is running. currently that is not happening.
fing.log is being updated, so something about how fing is generating the table is not compatible with the latest OS X release

uname -a
Darwin jays-mbp.lan 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64

Posted on
Sun Dec 29, 2019 3:39 pm
kw123 online
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: not working anymore after plugin upgrade

I will setup a mac with catalina and test when I am back home.



Sent from my iPhone using Tapatalk

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 2 guests