trellobot icon indicating copy to clipboard operation
trellobot copied to clipboard

A Discord bot for logging Trello events. Note: this is no longer functional and not maintained. Forks may be more up-to-date.

Results 13 trellobot issues
Sort by recently updated
recently updated
newest added

This is a bug fix for Issue #16

Im just getting these errors any help? ![image](https://user-images.githubusercontent.com/56661068/102307431-747a0300-3f32-11eb-8752-36f326a79135.png)

Fix ERR_INVALID_ARG_TYPE error.

Hello, I tried installing the trellobot on my debian 9 machine but I am not able to run it. After setting up the config and starting the bot, this shows...

I got it up-and-running and .ping works but I'm not getting any reports. Time is 10000ms (10 seconds) and I have 'cardCreated' as the only thing. I created a new...

When I try to run `node trellobot.js` I get the following error message `Error: Cannot find module '/Users/Dos/trellobot.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15) at Function.Module._load (internal/modules/cjs/loader.js:508:25) at Function.Module.runMain (internal/modules/cjs/loader.js:754:12) at startup (internal/bootstrap/node.js:283:19)...

Based on [this article](https://help.trello.com/article/759-getting-the-time-a-card-or-board-was-created), it looks like only the first 8 characters of a Trello event ID contain the timestamp, but [trello-events](https://github.com/atuttle/node-trello-events) compares the entire ID when trying to determine...

Build: ``` docker build -t trellobot:0.1 . ``` Run: ``` docker run --name trellobot --init trellobot:0.1 ``` Ref: https://learnk8s.io/blog/smaller-docker-images

im 90% sure the token is correct. i regenerated it a few times and it still dosen't work (node:3337) UnhandledPromiseRejectionWarning: Error: An invalid token was provided. at Promise (/home/pi/Bots/Trello_2/node_modules/discord.js/src/client/rest/RESTMethods.js:32:44) at...

Hey there, everything is working fine as in it is launching and I am able to run .ping fine. But the actual reporting of the trello cards does not work....