Giter VIP home page Giter VIP logo

Comments (5)

mikeriss avatar mikeriss commented on July 24, 2024 1

is this repo still active?

from n8n-nodes-nostrobots.

mikeriss avatar mikeriss commented on July 24, 2024 1

n8n: Version 1.7.1
n8n-nodes-nostrobots: v0.2.1

Its just a simple workflow to test writing to nostr.
the export:
{
"name": "My workflow",
"nodes": [
{
"parameters": {},
"id": "9ba681e2-6cf0-4418-a55d-fd29a706689c",
"name": "When clicking "Execute Workflow"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
40,
340
]
},
{
"parameters": {
"resource": "event",
"content": "hi"
},
"id": "c31ea78d-47a6-4df9-8b1e-ec61f49cc8e8",
"name": "Nostr Write",
"type": "n8n-nodes-nostrobots.nostrobots",
"typeVersion": 1,
"position": [
320,
340
],
"credentials": {
"nostrobotsApi": {
"id": "FBoobR6Aefq5mrkZ",
"name": "Nostrobots account 2"
}
}
}
],
"pinData": {},
"connections": {
"When clicking "Execute Workflow"": {
"main": [
[
{
"node": "Nostr Write",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v0",
"errorWorkflow": "3"
},
"versionId": "d5452514-85f1-48b6-8386-ffd720035095",
"id": "16",
"meta": {
"instanceId": "89b743c96f6e3710b9eb9c884be42818fd31ed517ce9e297b5ae6729cb1f1e24"
},
"tags": []
}

from n8n-nodes-nostrobots.

ocknamo avatar ocknamo commented on July 24, 2024

@mikeriss

Sorry for the late reply.
I could not reproduce the problem in my environment below.

n8n: v0.234.1
n8n-nodes-nostrobots: v0.2.1

It would be helpful if you could tell me what version you ran.

Also, if you could give me a json export of the workflow you ran, it would help me verify the issue.
You can get export menu the right of header in the workflow page.

Thank you for your report.

from n8n-nodes-nostrobots.

ocknamo avatar ocknamo commented on July 24, 2024

@mikeriss
I reproduced your workflow with matching software versions and it ran successfully with no errors.

It seems that we does not have enough information to solve the problem.

If you have more time, I would like you to try using ErrorTrigger to get stacktrace of the error.

Please refer to the following document to set up the error workflow for the target workflow.

https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.errortrigger/#related-resources

However, the error workflow can only be used for automatic execution, so you need to change to use Schedule Trigger instead of manual triggers.

from n8n-nodes-nostrobots.

ocknamo avatar ocknamo commented on July 24, 2024

@mikeriss
I have found that this problem occurs when certain relays are used.
I believe this problem has been resolved as a result of correcting error handling and timeouts.

Please check with the latest version!

#16

from n8n-nodes-nostrobots.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.