jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Unable to add any jobs #263

Open SQLgossip opened 7 years ago

SQLgossip commented 7 years ago

After installation I was trying to create a job, but it shows the below error. The contents of /tmp/minicron_tmp_crontab_207af765-058e-4f1a-b09c-46b7a57f0ea4 were not as expected, maybe the file couldn't be written to?

/tmp is available with enough space. Tried to reinstall. Once again setup and migrate the DB,

But still it didn't fix, Please help me on this.

adaniloff commented 7 years ago

Up. Got the same issue here. Trying to fix it.

adaniloff commented 7 years ago

OK, it seems to be an encoding error. I removed some characters from one of my job's name, and it seems to work fine after that.

jamesrwhite commented 7 years ago

@adaniloff what characters were those please so I can reproduce and fix this?

adaniloff commented 7 years ago

@jamesrwhite French characters like "à" or "é" for example.

SQLadmin commented 7 years ago

In my Job I just added testjob

techaruns commented 7 years ago

When I try to run a job in minicron consol, job triggered successfully, but not able see the job in execution and in server level cron has not triggered,

But my test connect is passed.

Please help in fixing this issue