Skip to content
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

Closed
jakevis opened this issue Mar 18, 2023 · 12 comments

Comments

@jakevis
Copy link

jakevis commented Mar 18, 2023

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?

@Joffcom
Copy link
Member

Joffcom commented Mar 18, 2023

Hey @jakevis

We had another report of Logger.x not working from community nodes as well in #5662

Will dig into it more next week to see what is going on.

@Joffcom
Copy link
Member

Joffcom commented Apr 7, 2023

Hey @jakevis,

Are you still having this issue on 0.223.0?

@jakevis
Copy link
Author

jakevis commented Apr 17, 2023

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!

@jakevis jakevis closed this as completed Apr 17, 2023
@bartv42
Copy link

bartv42 commented May 12, 2023

I'm currently on Version 0.226.2 and I'm seeing this happen again in the Mastodon node.

@Joffcom
Copy link
Member

Joffcom commented May 12, 2023

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.

@bartv42
Copy link

bartv42 commented May 12, 2023

@Joffcom
Copy link
Member

Joffcom commented May 12, 2023

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.

@bartv42
Copy link

bartv42 commented May 12, 2023 via email

@Joffcom
Copy link
Member

Joffcom commented May 12, 2023

It was confirmed working in 222.3 so I would probably only go back that far.

@bartv42
Copy link

bartv42 commented May 12, 2023

I just tested again and it's not working for me on 222.3.

@rmdes
Copy link

rmdes commented May 16, 2023

Also tested on Version 0.228.2 and it does not work

@FoggyMtnDrifter
Copy link

Same behavior here on both 222.3 and 228.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants