Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a webhook fails #3

Closed
sdgandhi opened this issue May 22, 2017 · 2 comments
Closed

Creating a webhook fails #3

sdgandhi opened this issue May 22, 2017 · 2 comments

Comments

@sdgandhi
Copy link

The error returned from Trello is

JSON decode failed on https://api.trello.com/1/webhooks:
invalid value for idModel: invalid character 'i' looking for beginning of value

Other API calls for this board ID work correctly.

@sdgandhi sdgandhi changed the title Creating a webhook is failing Creating a webhook fails May 22, 2017
@adlio
Copy link
Owner

adlio commented May 24, 2017

Can you provide some sample code? I do have some working code that creates webhooks on a variety of boards. The error message looks like it might be API permission related (the Go JSON parser is trying to parse a response that's not JSON).

@sdgandhi
Copy link
Author

sdgandhi commented Jul 9, 2017

This was an issue with my configuration!

@sdgandhi sdgandhi closed this as completed Jul 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants