You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Thanks for this awesome gem. We are using Koala gem for fetching Instagram posts.
When requesting a higher limit of IG posts(limit: 500 above), we are getting Koala::Facebook::ServerError, however, we are not getting any errors when the limit is lower(limit: 300 below).
However, when requesting in Graph API explorer with a limit of 1000, we see no errors. The Graph API Explorer is returning all 1000 IG posts.
We have been fetching the IG posts with a limit of 1000 last couple of years with Koala gem, but we are receiving this error last 3 days.
Could someone please look into the issue? Please let me know if you need additional information. Any help or suggestions would be much appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
inmar-mohan
changed the title
Koala::Facebook::ServerError on requesting for high limit of IG posts
Koala::Facebook::ServerError on requesting for higher limit of IG posts
Jul 7, 2021
This error is not related to the gem, this is on the facebook side of the API.
Please do report on the facebook bugtracker with a saved session from the graph api explorer to get help from the facebook team https://developers.facebook.com/support/bugs/ (this gem isn't affiliated with facebook)
Thanks for the quick reply, @ylecuyer. Sure, I will report on the Facebook bug tracker.
For additional information, we are not getting this error when requesting from graph API explorer even for 10,000 posts.
We are getting this error only from fetching the posts from Koala gem. Just thinking what if Facebook says that this issue is not related to them since the Graph API explorer is working fine even for 10,000 posts and the issue is coming after querying only with the Koala gem. Anyways, I will report the bug to Facebook and update you if I have any solutions from them. Thanks again.
Hi there,
Thanks for this awesome gem. We are using Koala gem for fetching Instagram posts.
When requesting a higher limit of IG posts(
limit: 500
above), we are gettingKoala::Facebook::ServerError
, however, we are not getting any errors when the limit is lower(limit: 300
below).However, when requesting in Graph API explorer with a limit of 1000, we see no errors. The Graph API Explorer is returning all 1000 IG posts.
We have been fetching the IG posts with a limit of 1000 last couple of years with Koala gem, but we are receiving this error last 3 days.
Could someone please look into the issue? Please let me know if you need additional information. Any help or suggestions would be much appreciated.
Thanks
The text was updated successfully, but these errors were encountered: