Daily Twitter is creating an entry each time cron runs instead of once per day. I also get this message when I run cron manually:

{ "status": true, "updaters": [  ], "debug": [  ], "messages_error": [  ], "messages_status": [  ], "messages_warning": [  ], "redirect": "http://localhost/drupal6/content/Daily-Twitter-Posts-01252009-0", "preview": null }

This just started 3 days ago.

Comments

jadestorm’s picture

Assigned: Unassigned » jadestorm

Huh. So the double posts started just yesterday too? dailytwitter checks for a "this hasn't run in 24 hours" flag so make sure it doesn't duplicate, but clearly I've missed -something-. I also don't know where that extra message is coming from. Did you happen to update drupal recently? I'm sure the 24 hour thing is my fault somehow, but the extra message there, that almost looks like it's coming from drupal itself.

tms8707056’s picture

It may be an issue with cron. Not sure. Obviously disabling the Daily Twitter module solves the problem, but is not the ideal solution. I will post more info when I have time to troubleshoot.

jadestorm’s picture

Ok thank you! In the meantime I'll try to do some tweaks to improve upon that. =)

jadestorm’s picture

Component: Miscellaneous » Code
jadestorm’s picture

Status: Active » Fixed

I'm pleased to say this is fixed in trunk. I'm thinking about doing a quick release with the fix instead of implementing all of the things I want to implement. =D Stay tuned!

jadestorm’s picture

Status: Fixed » Closed (fixed)

lol ok fixed != closed i guess? whatever ;)