-
Notifications
You must be signed in to change notification settings - Fork 9
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
Infinite Loop when not authorized or forbidden #18
Comments
Hey thanks for pointing this out. Where did you see the loop? I was able to get it to error with a Whoops! My bad, this is not the repo I thought it was. 🤦♂️ I also have an Eventbrite source plugin. |
oh hahah! Yes i took a look at yours! I definitely agree that the two projects should be merged at some point. I"ve been playing with event brites api myself and have found it a bit clunky. Especially with scoped access tokens. It appears they don't have that? For example, i'm apart of an eventbrite team but only the owner of the account's access token works to pull org data. |
Interesting, I know about the org work but I haven't used it much. I will take this back to the team internally and see if there are any efforts to improve that experience. Let me know if there is any way I can help. |
Absolutely, is there a preferred channel to communicate with you and the team instead of this issue? |
You can DM me on twitter |
If i use an access token that results in 401 or 403 errors, the plugin will loop infinitely.
Looks like the
fetch.js
loop has no provision for breaking out of the loop during a catchThe text was updated successfully, but these errors were encountered: