a-digital / eventbrite

Craft 3 plugin to interface with Eventbrite data through its API.
Other
2 stars 2 forks source link

Calling unknown method: craft\web\twig\variables\CraftVariable::eventbrite() #4

Closed wedot closed 4 years ago

wedot commented 4 years ago

I have installed the plugin for eventbrite, but now I have the problem that I get the following message when I try to play the data in the frontend

Calling unknown method: craft\web\twig\variables\CraftVariable::eventbrite()

I also get an error message when I try to call the Dashboard Ad-On.

Bildschirmfoto 2020-01-25 um 17 16 23

Any ideas why is that?

mark-adigital commented 4 years ago

Hi @wedot - have you configured the plugin with your auth token and organisation ID?

wedot commented 4 years ago

Yes i think so. I have tryed all Tokens. This tokens are in Craft.

The ID from the URL The Client secret

Bildschirmfoto 2020-01-29 um 09 29 34 Bildschirmfoto 2020-01-29 um 09 34 29
mark-adigital commented 4 years ago

It sounds like you may not have used the correct values, you can find your organisation ID as described here and the correct token to use is the Private token. Can you try these and see if that works please?

wedot commented 4 years ago

Okay, i don't know why but there is a other ID i have needed. I have to use the User ID and now it works...

mark-adigital commented 4 years ago

Thanks for persevering - I did look further into this and refactor some of the service logic to better handle if no events are found for an organiser.