Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

model not found #50

Open
awaistechverx opened this issue Sep 22, 2017 · 2 comments
Open

model not found #50

awaistechverx opened this issue Sep 22, 2017 · 2 comments

Comments

@awaistechverx
Copy link

awaistechverx commented Sep 22, 2017

var trello = new Trello(TRELLO_API_KEY, user.Token);
trello.makeRequest('get', '/1/members/' + TRELLO_API_KEY + '/boards',
{
fields: 'name,url,shortLink'
}).then(function (boards) {
res.send(boards);
})
I am sure I am missing something, but somehow i am getting this message from trello.
model not found

@lokeshh
Copy link

lokeshh commented Jan 17, 2018

I'm also getting this error randomly.

@kognise
Copy link

kognise commented Oct 1, 2018

I am getting that same error with this simple code:

var Trello = require("trello");
var trello = new Trello("CENSORED", "CENSORED");

(async () => {
  console.log(await trello.getMember());
})();

(I know it's shoddy; I was just testing the library)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants