Search found 3 matches
- Wed Jan 05, 2022 3:29 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Custom Script failing on execute only
- Replies: 4
- Views: 11086
Re: Custom Script failing on execute only
So i figured out what i did wrong, I was following a tutorial to get the discord bot set up and installed it using $ pip install -U discord.py to fix my mistakes i uninstalled using the following: $ pip3 uninstall discord.py $ sudo pip3 install discord.py then for some reason i needed to reinstall ...
- Tue Jan 04, 2022 1:32 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Custom Script failing on execute only
- Replies: 4
- Views: 11086
Re: Custom Script failing on execute only
thank you so much! Progress at last -------------------------------------------------------------------------------------- ben@ben-P-7805u:~/siddbot$ sudo -u www-data zmfilter.pl --filter_id=12 [sudo] password for ben: 01/04/2022 08:24:57.318753 zmfilter_12[14465].INF [main:159] [Scanning for events ...
- Mon Jan 03, 2022 6:54 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Custom Script failing on execute only
- Replies: 4
- Views: 11086
Custom Script failing on execute only
Hey team, I running v1.37.6 on ubuntu 18.04.6 and am using a filter to execute a custom python script to post a message to discord. When i run the scripts via command `sudo zmfilter.pl --filter_id=12` (12 being the appropriate filter ID) everything works fine and the message is posted to discord ...