Action crashes chat from time to time

Hi @admin_mike @nathaniel .

I have some struggle with my You don't have permission to access that Pickaxe! pickaxe.

  1. It needs to call n8n webhook and receive response with sent LinkedIn profile latest posts - to then use it as a source data for all future questions from user

  2. Well, it ust sometimes crashes and return error. Obviously even before calling the webhook.

  3. Also the pickaxe prompts are somewhat overcomplicated, but this is due to I struggle a lot to explain AI what data it get (and what it doesn’t), because it either trying to scrape LinkedIn profile directly, or anyway thinks it’s profile data, but not profile posts data even so it’s very clear from the webhook response data.

This is the example response data, but chatbot keeps saying it doesn’t have number of engagements or links:

[
{
“data”: [
{
“Hailey Brooke Weiss’s post 16m ago”: “Remember this is what 500 people looks like next time you’re unhappy with getting 500 views on a post :muscle:”,
“Link to this post”: “Hailey Brooke Weiss on LinkedIn: Remember this is what 500 people looks like next time you’re unhappy with…”,
“Post reactions”: “1”,
“Post comments”: “0”,
“Reposts”: “0”
},
{
“Nate Stoltenow’s post 2mo ago”: “If you had just 24 hours to save your job, how would you spend it?\n\nYou wouldn’t spend it:\n\n↳ Updating your CRM\n↳ Waiting for inbound leads\n↳ Perfecting your pitch deck\n↳ Hoping your SDR sets more meetings\n↳ Holding your breath for Marketing’s next case study\n\nStop sweating the small stuff; focus on what truly matters.\n\nP.S. let me know below if you think I’m wrong.”,
“Link to this post”: “Nate Stoltenow on LinkedIn: If you had just 24 hours to save your job, how would you spend it? You… | 11 comments”,
“Post reactions”: “23”,
“Post comments”: “11”,
“Reposts”: “2”
}
]
}
]

Thank you very much for your help!

Is your Pickaxe set to Private? That’s the reason it would post as “You don’t have permission to access that Pickaxe”.

What are you trying to do and what is happening now? What do you mean when you say it crashes?

Thanks for your reply, @nathaniel ! No it’s not the issue, it wasn’t set to private before. Set it to unlisted now. Anyway, can you access it from backend?

  1. I had a problem to replicate this specific crash error. Apparently, it happens after I change anything in prompt. Literally anything, like whatever number (of posts from 100 to 50, that is expected to be received from n8n webhook response). This way it seems it’s not about the prompt overcomlications even.

  2. Another also very critical issue is that, it just doesn’t see or do not understand the provided n8n webhook respond data. Instead of providing posts content, their links or number of likes, it run action every again again (regardless it only needs to run it once initially), but still either do not provide a reply or even invent some non existing links. You can try it by simply providing any Lnkdn profile in the very first (or sometimes repeat it which is not intentional behavior though) message, and try to know content, links and/or total engagements amount from posts data that was received with n8n webhook response.

Kindly advice how to fix it please!

Thank you!!!

@nathaniel @admin_mike ?

@dev_vlad any progress on this? I mean should I expect anything soon or approx when? Thank you!

Thank you for letting me know about the issue. Firstly, I’ll try to reproduce this behavior and then understand the cause of the problem.

I hope we can fix this next week.

1 Like

Awesome. Thank you so much, @dev_vlad !