๐ Bug: source-instagram fails
Opened this issue ยท 1 comments
johanznsdn commented
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
@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.)
Lmk if this helps at all.