airbytehq / PyAirbyte

PyAirbyte brings the power of Airbyte to every Python developer.
https://docs.airbyte.com/pyairbyte
Other
176 stars 20 forks source link

🐛 Bug: source-instagram fails #235

Open johanznsdn opened 1 month ago

johanznsdn commented 1 month ago

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

aaronsteers commented 1 month ago

@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.