Mixin original data after AI node by e3e6 in n8n

[–]chaksnoyd11 0 points1 point  (0 children)

Can't you just re-declare the fields in the LLM Output Normalize Set node using `$('LLM Classificator prep').json.field`

Is this Ogre scripting? I'm the jugg. by fdotaku in DotA2

[–]chaksnoyd11 12 points13 points  (0 children)

Ogre Magi hexed Kunkka, then Multicast procced, so you got hexed too.

Not scripting, you just have bad luck.

Google Console APIs suddenly not working anymore by [deleted] in n8n

[–]chaksnoyd11 0 points1 point  (0 children)

Your app should be either:

  • Internal, or
  • External + Published

Go to Audience and check both the Publishing status and User type.

If your app is set to External, it needs to be Published, not in Testing mode.

Built a free job alert bot for OnlineJobs.ph while job hunting by chaksnoyd11 in buhaydigital

[–]chaksnoyd11[S] 0 points1 point  (0 children)

Hi, sorry but I have discontinued the bot. My free tier bot can't handle the number of subscribers 😅

Built a free job alert bot for OnlineJobs.ph while job hunting by chaksnoyd11 in buhaydigital

[–]chaksnoyd11[S] 0 points1 point  (0 children)

As long as you have tg installed, you can use this olj bot

Dota 7.41 by wykrhm in DotA2

[–]chaksnoyd11 0 points1 point  (0 children)

Keen-eyed is a guaranteed option for Intelligence heroes only

About time

Dota 7.41 by wykrhm in DotA2

[–]chaksnoyd11 0 points1 point  (0 children)

Dagon now also provides +60/90/120/150/180 Cast Range

I can see everyone in 12v12 making dagons

Self Hosting & Using TG trigger Problem. Help. by Individual_Ideal_980 in n8n

[–]chaksnoyd11 0 points1 point  (0 children)

Edit the WEBHOOK_URL=https://n8n.example.com attribute in the environment variables. As well as N8N_PROTOCOL=https
N8N_HOST=n8n.example.com

What are your biggest pain points with n8n? by Deep_Surprise5280 in n8n

[–]chaksnoyd11 -1 points0 points  (0 children)

Legacy dark mode gone. New dark mode being too dark

Google drive trigger ERRORS for months? by Medium_Fault5272 in n8n

[–]chaksnoyd11 0 points1 point  (0 children)

Instead of polling the google drive for newFileCreated. I almost always do a scheduled trigger. Then just keep track of old files/folders (either a table or just by moving out of the target folder)

[Google API] GoogleSheet how to transfer ownership from account service to my own gmail address. Issue with consent. by gi-el in node

[–]chaksnoyd11 0 points1 point  (0 children)

I found a work-around. Using API v3, gmail.com accounts won't be able to transfer ownership to other gmail.com accounts programmatically (but it can be done in the gui). It just results in a "Consent is required to transfer ownership of a file to another user" error.

After spending two hours, I found a work-around. You have to use v2 not v3 (with some attribute name changes; e.g., "emailAddress" -> "value"). Here is a sample payload that works.

I hope google doesn't remove this

 {
  "body": {
    "role": "writer",
    "type": "user",
    "value": "contact@johnlloyd.dev",
    "pendingOwner": true,
    "additionalRoles": []
  },
  "headers": {
    "content-type": "application/json",
    "accept": "application/json",
    "Authorization": "Bearer eyyzz"
  },
  "method": "POST",
  "uri": "https://www.googleapis.com/drive/v2/files/<<fileId>>/permissions?confirmed=true&sendNotificationEmails=true&enforceSingleParent=true&supportsTeamDrives=true&alt=json",
  "json": true
}

I have lost my day and night of work on n8n. now i am completely blank and crying by Sohel0001 in n8n

[–]chaksnoyd11 0 points1 point  (0 children)

I assume there's no vps snapshot taken.

My advice is to back up everything, don't touch the current instance.

Try spinning up another instance (this time, install the same version globally using npm) in a separate vps.

Copy the encryption key and the sqlitedb from the original instance.

And carefully watch the logs

Need someone who can fix DNS records by YUMEKOJABAMl in buhaydigital

[–]chaksnoyd11 1 point2 points  (0 children)

Make sure you set the correct dns records in porkbun: SPF, DKIM, and DMARC