pagination object issue

133 views
Skip to first unread message

KrazeeKoder

unread,
Aug 18, 2016, 3:16:39 PM8/18/16
to Eventbrite API
Anybody else making request for events api and getting back a bunch of event objects (even several pages if you set page=2 you see more events) but the pagination object looks like this?

 "pagination": {
        "object_count": 0, 
        "page_number": 1, 
        "page_size": 50, 
        "page_count": 0
    }, 

which is clearly incorrect since the object_count is > 0 and so is page_count > 0? Not sure what's happening here.
EVENTBRIGHT_BUG.png

KrazeeKoder

unread,
Aug 18, 2016, 3:19:35 PM8/18/16
to Eventbrite API
oh and it's not working for multiple different calls but here is one example:

 https://www.eventbriteapi.com/v3/events/search/?location.within=20km&location.latitude=43.647289&location.longitude=-79.396950&start_date.range_end=2016-08-19T00%3A00%3A01Z&expand=venue&token=API_TOKEN


Just have to put in a token to test...change the date if you are looking at this in the future also.

drewwca...@gmail.com

unread,
Aug 19, 2016, 11:29:57 AM8/19/16
to Eventbrite API
yes. thoughts?

freema...@gmail.com

unread,
Aug 19, 2016, 3:01:41 PM8/19/16
to Eventbrite API
I'm having this exact issue as well. Haven't changed anything in my calls since when it was working as expected before. Hopefully something will be fixed soon.

drewwca...@gmail.com

unread,
Aug 19, 2016, 4:08:36 PM8/19/16
to Eventbrite API
+1

kri...@eventsfy.com

unread,
Aug 20, 2016, 10:21:54 AM8/20/16
to Eventbrite API
Same here. While the documentation says don't depend on page_count, this has always worked for us. Stopped working yesterday. We query for Category 103. I have tried restricting the range of dates to just a few days and still no success. This is super important to us

From EB Documentation--
Also note that on some endpoints, you won’t get back object_count and page_count, and you’re expected to just keep incrementing the page number until you get the BAD_PAGE error or you have enough data. These endpoints typically have a very large number of results (for example, the endpoint that lists every event on Eventbrite), and calculating the exact count would take too long.

wall...@gmail.com

unread,
Aug 21, 2016, 2:01:26 PM8/21/16
to Eventbrite API
This is more than a pagination issue.
Passing in venue.country causes no results be returned, which was working prior to a few days ago.
https://www.eventbriteapi.com/v3/events/search/?venue.country=US&token=API_TOKEN

Eventbrite API

unread,
Aug 22, 2016, 1:28:38 PM8/22/16
to Eventbrite API
Hi All,

Sorry for the inconvenience on this. The pagination issue is a known problem and we are currently working on a fix. Thanks for your patience.

haseeb...@gmail.com

unread,
Aug 24, 2016, 10:47:43 AM8/24/16
to Eventbrite API
How can i get a notification about the fix?

Omar

unread,
Aug 29, 2016, 1:31:25 PM8/29/16
to Eventbrite API
Facing the exact same issue. It was working few days back. Also adding venue/country to the search filter returns empty data set. Any ideas when this will be fixed?

Thanks!

kri...@eventsfy.com

unread,
Aug 29, 2016, 2:32:21 PM8/29/16
to Eventbrite API
Kind of frustrating that it takes such a long time to fix this issue with no updates

Ken Ducey, Jr.

unread,
Aug 29, 2016, 11:57:28 PM8/29/16
to Eventbrite API
It will not return a BAD_PAGE error either
Message has been deleted

muhamma...@gmail.com

unread,
Sep 2, 2016, 2:26:15 AM9/2/16
to Eventbrite API
The issues seems to be fixed now. Can anyone else confirm?

KenDJr

unread,
Sep 6, 2016, 10:34:50 AM9/6/16
to Eventbrite API
The page_count appears to be working - but will never give you an error as stated below. Can you tell us if the following is still true?

Reply all
Reply to author
Forward
0 new messages