edbrdi / n8n-nodes-discord

Nodes to trigger workflows from Discord or send interactive messages
MIT License
31 stars 23 forks source link

Image not found #2

Closed vanlueckn closed 1 year ago

vanlueckn commented 2 years ago

I have installed the package and the discord image is missing:

MobaXterm_WFgR2NWlRY

brave_9hFsadQ3dJ

Version of the package: v0.1.3c Version of n8n: Version 0.200.1

edbrdi commented 2 years ago

How did you install the package? From the community nodes UI? Is it a fresh install or an update? The path '/home/node/.n8n/nodes/node_modules/n8n-nodes-discord/dist/nodes/Discord' in your logs appears twice, concatenated.

vanlueckn commented 2 years ago

I installed it from the community nodes ui. My instance is a fresh install from today.

edbrdi commented 2 years ago

This behavior is very strange, I can't reproduce it. On the other hand it makes me think of a similar problem when the node is updated. Can you check the name of the Discord nodes in your database (type field of installed_nodes table)?

image

Have you installed any other community node and if yes, do you have the same issue? Can you provide more details on your install (node version, package manager used, Docker/used image...) ?

vanlueckn commented 2 years ago

My installed_nodes table: heidisql_oTFhg2c2S5

I have not installed any other community nodes.

I use the docker image n8nio/n8n (latest version).

Edit:

I installed the twitch community node. It does show the image correctly:

heidisql_2OipzAbG7B

edbrdi commented 2 years ago

Thanks for the details. I will investigate, but you can fix for now the image by removing the doubled part in the type fields to match the fields in my previous screenshot (but you'll probably need to re-create the nodes in your workflow).

I'm leaving the issue open and will update if I find what's causing this.

waaman commented 2 years ago

Hi. After an update directly from n8n i lost image too. I run n8n from docker so after the container restart image is now ok.

I also did a total uninstall and found that the credential is not removed when uninstall is done.

edbrdi commented 2 years ago

Hi, did you have the type field with the name of the package displayed twice (or still have)?