Joseph Huckaby
Joseph Huckaby
Okay, Cronicle version [v0.8.55](https://github.com/jhuckaby/Cronicle/releases/tag/v0.8.55) has just dropped, with outbound web hook proxy support. Here is what you should do: First, upgrade Cronicle to the latest. See [these instructions](https://github.com/jhuckaby/Cronicle#upgrading-cronicle) for details....
Hello there! Yes, your assumptions are exactly correct, and the behavior is as you described. Unfortunately, there is currently no way to limit an event to only run once per...
@mikeTWC1984 Yup, the `/api/app/config` is designed to be authless. It kinda has to load first for the web UI to bootstrap itself. It shouldn't contain any sensitive information (but also,...
Wow, I have never seen that error code before. The HTTP specification says it means "Version Not Supported", but that isn't coming from the Effect Games code as far as...
I'm so sorry you are having these problems. I never experienced any of these before. So, what is happening now is the "user_create" API call is essentially returning "nothing", meaning...
Hmm, Fedora should be just fine. How odd. No worries, I don't mind helping, and I am very glad someone still has interest in the engine :) I should warn...
None that I know of, but I installed the GitHub fork myself on many vanilla servers (Amazon EC2) to make sure it worked. There _may_ still be a few instances...
Hmm, not sure. Missing XML would mean that you just hit the URL directly, and didn't send a HTTP POST. Can you gzip and send me the /effect/logs/debug.log file? My...
What you're seeing is simply Apache's default page, not Effect Games. If you have the Effect software all configured correctly, then try the effect subdirectory: http://YOURSERVER/effect/ If that doesn't work,...
I'm very sorry, but I have no idea why mod_perl would not compile. I am not an expert. You can try the mod_perl Getting Help page here: http://perl.apache.org/help/index.html Or, you...