You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately i get following error if i try to start the Probe: 2019/01/23 10:26:39 start PythonMiniProbe 1.0.7 Begin start-stop-status start Starting prtgprobe ... 2019/01/23 10:26:39 start PythonMiniProbe 1.0.7 End start-stop-status start ret=[0] 2019/01/23 10:26:40 start PythonMiniProbe: start version 1.0.7 successfully, result 0 Traceback (most recent call last): File "/usr/local/PythonMiniProbe/miniprobe/probe.py", line 240, in <module> probe = Probe() File "/usr/local/PythonMiniProbe/miniprobe/probe.py", line 61, in __init__ self.key_sha1 = self.mini_probe.hash_access_key(self.config['key']) KeyError: 'key'
Is here anyone who've got this MiniProbe still working?
My DSM Version is 6.2.1-23824 Update 4
The text was updated successfully, but these errors were encountered:
i build the .spk Package on a mac without any error (Filesize around 68KB, is it possible?)
If i install the Package through the Packagemanager of Synology, the probe.conf isnt generated.
(i had to mkdir the log directory too)
Now i build a probe.conf by myself by this design (from setup.py):
Unfortunately i get following error if i try to start the Probe:
2019/01/23 10:26:39 start PythonMiniProbe 1.0.7 Begin start-stop-status start Starting prtgprobe ... 2019/01/23 10:26:39 start PythonMiniProbe 1.0.7 End start-stop-status start ret=[0] 2019/01/23 10:26:40 start PythonMiniProbe: start version 1.0.7 successfully, result 0 Traceback (most recent call last): File "/usr/local/PythonMiniProbe/miniprobe/probe.py", line 240, in <module> probe = Probe() File "/usr/local/PythonMiniProbe/miniprobe/probe.py", line 61, in __init__ self.key_sha1 = self.mini_probe.hash_access_key(self.config['key']) KeyError: 'key'
Is here anyone who've got this MiniProbe still working?
My DSM Version is 6.2.1-23824 Update 4
The text was updated successfully, but these errors were encountered: