airbytehq/PyAirbyte

๐Ÿ› Bug: source-instagram fails

Opened this issue ยท 1 comments

Hello, I am not able to use the source-instagram connector in PyAirbyte.

source.check() fails

And gives the following error:
AirbyteConnectorCheckFailedError: AirbyteConnectorCheckFailedError: Connector check failed. Failure Reason: '"InstagramAPIException(\'Error: 100, (#100) Tried accessing nonexisting field (accounts) on node type (Page)\')"' More info: https://docs.airbyte.com/integrations/sources/instagram

@johanznsdn - I'm not familiar with this error. An answer to a similar post though suggests perhaps checking the permissions of the account you are using for the extraction? (Theory would be that accounts requires an additional permission.)

https://stackoverflow.com/questions/76125831/getting-error-100-tried-accessing-nonexisting-field-media-on-node-type-in

Lmk if this helps at all.