-
-
Notifications
You must be signed in to change notification settings - Fork 24
missing Mastodon client configuration! #15
Comments
When i was commenting out twitter i accidentally caught the first bracket as well. now the script runs and doesn't show any error but its also not posting anything from Tumblr as i setup. any way to get a more verbose output and figure out what might be going on on that front? |
Just to be sure it was doing anything i at least did some snooping with tcpdump. I can see the bot call out to the tumblr pages ive setup so its at least trying. Cant figure out why its not actually posting anything to the mastodon instance though. EDIT: i went ahead and uncommented the default RSS settings and those posted just fine so for some reason its only tumblr that is not pulling in posts any idea what could cause no errors but still not get anything? |
Hmm, I'll have to take a look. I haven't been using Tumblr functionality myself so maybe the API changed since I added it in. |
Hey thanks for the quick reply, Starting to think its just something else about my setup. Twitter api got approved and that does not appear to be working either i randomly got it to finally post a single post from one of the tumblrs and then never again. only the RSS seems to work and i cant figure out why. Here is my config for reference
|
Oh, I think I know what might be happening here. The bot checks the timestamp on the last post from Mastodon, and then only posts things that are after that to avoid reposting old content. In case there aren't any posts, the time defaults to now. So, any older Tumbler/Twitter posts will get filtered out by that. |
Perfect! that appears to have been it didn't realize it wouldn't back pull but it makes sense now that i think about it. Maybe just mention it in the readme to avoid more people like me :P Thanks for the help |
Good idea, I'll add a note as it's not really obvious in retrospect. :) |
Not sure whats going on with this one, when i go to run the script it just exits with that error. I have that area of the config file filled out fully.
The text was updated successfully, but these errors were encountered: