PGP node returning no output

Does anyone know how to fix this? I have a pgp node but its not returning data

No output data returned

This is how it looks like

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Onlypfachi,

The PGP node is not one we officially support as it was created by a community member (although I do use it) so for support you should really be getting in though with the node creator on GitHub.

Looking at how you are using the node though I am not sure what you are setting the Type field to but it is normally File or string, As you have a binary item I would remove the expression and select File from the dropdown and work from there.

1 Like

@Jon if i put the type to file im getting an error Problem in node ‘PGP2‘ Error during parsing. This message / key probably does not conform to a valid OpenPGP format. any idea what it could be?

Hey @Onlypfachi,

That error looks better and would suggest the key format or the file is incorrect.

1 Like

I think i found the problem. Thanks for helping

1 Like