-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Community Node data upload failing - works on 0.216.2, fails on 0.218.0 -> 0.220.0 #5721
Comments
Hey @jakevis, Are you still having this issue on 0.223.0? |
Sorry for the delay - just checked against 0.222.3 (where the latest tag is pointing) and it seems to be corrected 👍 Thank you! |
I'm currently on Version 0.226.2 and I'm seeing this happen again in the Mastodon node. |
Hey @bartv42 It might be worth opening an issue on the node itself so the node developer can confirm if it is a node issue or an n8n issue. |
Perfect, It looks like it was working in 222.3 which is why this issue was closed so it could be something new. It might be worth trying 228.2 when it comes out or going down to 222.3 to see if that helps. |
Ah I didn't think of that. I tried it, but same issue. I didn't note my old
version when I updated my instance earlier this week - is it worth going
back further? Or would I run the risk of breaking something?
…On Fri, May 12, 2023 at 5:04 PM Jon ***@***.***> wrote:
Perfect, It looks like it was working in 222.3 which is why this issue was
closed so it could be something new. It might be worth trying 228.2 when it
comes out or going down to 222.3 to see if that helps.
—
Reply to this email directly, view it on GitHub
<#5721 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUAFVINAFFGYLIKZVIOYH3XFZGQHANCNFSM6AAAAAAV7D224A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It was confirmed working in 222.3 so I would probably only go back that far. |
I just tested again and it's not working for me on 222.3. |
Also tested on Version 0.228.2 and it does not work |
Same behavior here on both 222.3 and 228.2 |
Hi there,
I am one of the maintainers of the n8n mastodon community node over at https://github.com/n8n-community-node/n8n-nodes-mastodon
I have a bug - n8n-community-node/n8n-nodes-mastodon#8 - basically our upload code to mastodon instances works fine on 0.216.2 (and prior versions), but on upgrade to 0.220.0 it started to fail. Testing other versions, 218 and 219 also fails.
const response: IDataObject = await mastodonApiRequest.call(this, 'POST', uploadUrl, {}, {}, { formData: attachmentBody, });
Line 261 of https://github.com/n8n-community-node/n8n-nodes-mastodon/blob/master/nodes/Mastodon/Mastodon_Methods.ts seems to trigger this... but I can not see why. Does anyone know of any possible changes in n8n that might impact this code?
The text was updated successfully, but these errors were encountered: