Jan

Results 47 comments of Jan

I've added a couple of unsettings of variables... it could be that there was a cyclic reference there which caused the garbage collector to not remove a connection and its...

Do you have any new measurements regarding this issue?

I usually just run the server in a screen. ``` screen -R SiriServer python SiriServer.py [PRESS CTRL+A+D] ``` you can reattach using ``` screen -R SiriServer ``` or list all...

So just to clarify, plugins.conf you add the name of the folder or file in plugins/ directory. Please don't make any spaces or additional lines in that file and I...

does the application has enough rights to read the file?

could you please post what the following commands yield (run them from the siri server folder) ls -lisah plugins/* cat plugins.conf

Do you have the problem if you start siri server with sudo? If the problem disappears, it is because the files are owned by root:root and everything else seems to...

thats all very odd, I can't see why it should not work, which version of python are you using? I suppose as you said Synology, you are doing this on...

that may not be necessarily wrong, do you have code that indicates that strings should be used here instead?

There is a alert sent which is currently uncaptured