Recent Replies

  • Replying to: gabz.micro.blog

    @Gabz we have the same struggle with our daughter. 😂

  • Replying to: larand.one

    @larand my dad lives in an area where the only option was satellite internet. I talked him in to trying out the t-mobile internet and he has been happy with it as well.

  • Replying to: @crossingthethreshold

    @crossingthethreshold that is so good to hear. 😃🎉 Please let me know if you see any other weird behavior or issues.

  • Replying to: @crossingthethreshold

    @crossingthethreshold that is so awesome to hear. I’m glad that it’s finally working again. 😃 Was it just on that test version that it’s working or does it work on the regular version as well? Just curious before I see if there is anything that I can combine between the two to keep it working.

  • Replying to: @crossingthethreshold

    @crossingthethreshold I’ve never dealt with it specifically, but looks like it’s related to the request itself succeeding, but the actual processing of the data was not finished. I guess it’s dealing with batch behaviors.

    I tagged you in the forum post as well.

  • Replying to: @crossingthethreshold

    @crossingthethreshold very interesting. Wasn’t expecting a 202 status code, but that would explain it. I’m not treating that as an error in my code. I’m gonna open up a post on the micro.blog support forums and see if they can tell what is triggering that error in the request.

  • Replying to: @crossingthethreshold

    @crossingthethreshold I created a copy of the draft action and included the logging step. It just prints out the response data from the request to retrieve the categories. This will be in the same place as the other loggings that you checked on for me the other day. Using that arrow icon in the top of the actions sidebar.

    Here’s a link to the action, it’s not publicly available in the directory. This way we can use it for testing without breaking anything on the main action. Once we get everything sorted, I’ll copy over the changes. 🙂

    directory.getdrafts.com/a/2NQ

  • Replying to: @crossingthethreshold

    @crossingthethreshold that’s what I was afraid of. Based on the error, for some reason it isn’t loading the categories correctly. It feels like something with the data is getting corrupted in the response or it is always returning no categories. 🤔 If you’re ok with it, then I can see about logging the response to see what the data actually looks like and maybe that helps to see what is happening with the categories.

  • Replying to: @crossingthethreshold

    @crossingthethreshold no worries. It’s 20:00 here as well. I just got my daughter down to sleep, so I completely understand. 🙂

  • Replying to: @crossingthethreshold

    @crossingthethreshold I just pushed an update. Wanna try and see how that works? It’s based on the comment that @pratik made. 🤞🏼

  • Replying to: @crossingthethreshold

    @crossingthethreshold Hey David. How did you create the categories with the hyphens? I think that might be a key. If I try to add a category with a hyphen on the web it automatically strips out the hyphen and doesn’t allow it. 🤔

  • Replying to: @crossingthethreshold

    @crossingthethreshold that’s good to know. I never think about that. My Mac is outdated and stuck on Monterey, so I don’t use it that often. Which OS version are you running? That shouldn’t matter, but you never know.

  • Replying to: @crossingthethreshold

    @crossingthethreshold cool, thanks. I’ll have a look as soon as I’m back home and see if I can figure this out.

  • Replying to: @crossingthethreshold

    @crossingthethreshold that line of code that is referenced, is just checking how many categories that you have to determine if it shows the category selection. So it looks like something is silently failing before and it’s not populating the categories array correctly. 🤔

    When you open the actions sidebar, there is an icon at the top that is an arrow. This is the action log. Can you open that and look at the most recent failure? It’ll have a list of messages there. I’m curious if the logging captured anything useful.

  • Replying to: @crossingthethreshold

    @crossingthethreshold are you seeing this when creating a new post or updating? Do you still have the same number of categories as before?

  • @pratik @crossingthethreshold @maique Hey guys. Sorry for the delay on this, this week didn’t go quite how I’d hoped. I just pushed an update to the Drafts action. This should resolve the issues with updating and I’m hoping that it also fixes the issue with the categories not showing. 🤞🏼

    I’m stilll thinking about some tweaks to the tag setup, but figured I would get this update pushed out first to help y’all out. Let me know how this works out for y’all. 🙂

  • Replying to: @crossingthethreshold

    @crossingthethreshold it doesn’t update automatically, unfortunately. I’ll let you know once I get it pushed up though. 🙂

  • Replying to: @pratik

    @pratik I was already thinking of some changes around the blog selection. It was mainly around handling multiple blogs, but I’ll see what I can do for your scenario. That makes sense, if you never want to change where you post to.

  • Replying to: @crossingthethreshold

    @crossingthethreshold @pratik I just realized that I have some changes locally that I haven’t released yet. 🤦🏼‍♂️ I’ve rewritten the majority of the code b/c it was a bit cumbersome to maintain and make changes to. So I may have already fixed the issue and didn’t realize it. Hopefully that will fix the categories issue when I push a fix for the editing error.

  • Replying to: @pratik

    @pratik no worries. Please keep me accountable. 😅 Sorry that I’ve been quiet about that. I’ve been looking into it, but haven’t been able to reproduce yet. I added about 20 categories and all of them are showing up. I am curious if it is related to the changes with tags. 🤔