-
Notifications
You must be signed in to change notification settings - Fork 4
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
Percent-encoding from URL doesn't decode all characters #7
Comments
@nealhead hi. Thanks for the issue.
I think I will publish something about it on Saturday. |
@nealhead sry some private issues appear at the weekend. I will work on in the next week :/ |
No rush from my end, thank you for your awesome plugin. Personal life should always come first! |
@nealhead sry my fault. |
Looks like I have the same result.. Although I don't see "Url Component" under Decode/Encode Entities only Nothing, UrI, XML, HTML. Should there be another option for Url Component? |
@nealhead yes it should :o do you update it? |
@nealhead ah i think you need to restart n8n. There was some issues about this (months ago don't know if they have fixed it yet) |
@lublak that did it! Thank you! The only thing I notice now is that + signs are still in place for spaces but I can fix that with a replace function. I'm not even sure if that is in spec for URI component. |
Good to know! :) have fun with n8n! |
Describe the bug
I am using the Read from JSON/Write to JSON option with Decode/Encode Entities and it is MOSTLY working and decodes most of the options but doesn't seem to work for reserve characters like %3A and %3F. I tried decoding again with another TextManipulation block to no avail. If there is a way for me to grab logs for this let me know how.
Describe the expected behavior
I would expect all percent-encoded characters to be decoded.
What is your Node.js version?
Unknown
What is your n8n version?
1.4.1
What is your n8n-nodes-text-manipulation version?
1.2.0
What operating system are you seeing the problem on?
Linux
Operating system version (or if other, then please fill in complete name and version)
Unraid 6.11.5
Relevant log output
No response
The text was updated successfully, but these errors were encountered: