Dieter De Beuckeleer
04/27/2023, 9:20 AM400 Client Error: Bad Request for url messages and I would like to investigate what is going wrong.kapa.ai
04/27/2023, 9:20 AMkapa.ai
04/27/2023, 9:21 AMDieter De Beuckeleer
04/27/2023, 9:22 AMkapa.ai
04/27/2023, 9:22 AMkapa.ai
04/27/2023, 9:23 AMDieter De Beuckeleer
04/27/2023, 9:24 AMkapa.ai
04/27/2023, 9:25 AMkapa.ai
04/27/2023, 9:25 AMDieter De Beuckeleer
04/27/2023, 9:26 AMkapa.ai
04/27/2023, 9:26 AMkapa.ai
04/27/2023, 9:27 AMread operation with the --debug flag. Here's an example command: bash python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json --debug This command will print out debug information, including the outgoing request and its associated response, which can help you investigate the issue with your OAuth authentication setup. For more details, refer to the [reading data tutorial](https://docs.airbyte.com/connector-development/config-based/tutorial/reading-data#part-1).Dieter De Beuckeleer
04/27/2023, 9:29 AMkapa.ai
04/27/2023, 9:29 AMkapa.ai
04/27/2023, 9:29 AMmain.py file is located. This is typically the root directory of your connector's source code. For example, if you're working on a custom connector, the directory would be something like airbyte-integrations/connectors/source-your-connector-name. Here's the command again for reference: bash python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json --debug Make sure to replace source-your-connector-name with the actual name of your connector.Dieter De Beuckeleer
04/27/2023, 9:32 AMkapa.ai
04/27/2023, 9:32 AMkapa.ai
04/27/2023, 9:33 AMairbyte-integrations directory within the Airbyte project root: cd airbyte-integrations 3. Inside the airbyte-integrations directory, you'll find the connectors directory. Navigate to it: cd connectors 4. In the connectors directory, you should see multiple subdirectories with names like source-connector-name or destination-connector-name. Find the one that corresponds to the connector you are developing. For example, if you're working on a custom source connector named my-custom-source, the directory would be source-my-custom-source. Navigate to that directory: cd source-my-custom-source Now you are in the correct directory for the connector you are developing. You can execute the command mentioned earlier in this directory: bash python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json --debug Make sure to replace the config.json and configured_catalog.json file paths with the correct paths for your connector's configuration and catalog files.Marcos Marx (Airbyte)
04/27/2023, 9:52 AMDieter De Beuckeleer
04/27/2023, 9:52 AMMarcos Marx (Airbyte)
04/27/2023, 9:53 AMDieter De Beuckeleer
04/27/2023, 9:55 AMJoe Reuter (Airbyte)
04/27/2023, 9:57 AMDieter De Beuckeleer
04/27/2023, 10:08 AMJoe Reuter (Airbyte)
04/27/2023, 10:12 AMJoe Reuter (Airbyte)
04/27/2023, 10:13 AMJoe Reuter (Airbyte)
04/27/2023, 10:15 AMJoe Reuter (Airbyte)
04/27/2023, 10:15 AMDieter De Beuckeleer
04/27/2023, 10:15 AMJoe Reuter (Airbyte)
04/27/2023, 10:16 AMJoe Reuter (Airbyte)
04/27/2023, 10:16 AMDieter De Beuckeleer
04/27/2023, 10:19 AMJoe Reuter (Airbyte)
04/27/2023, 10:21 AMrefresh_token {{ None }} ?Dieter De Beuckeleer
04/27/2023, 10:23 AMJoe Reuter (Airbyte)
04/27/2023, 10:23 AMJoe Reuter (Airbyte)
04/27/2023, 10:25 AMJoe Reuter (Airbyte)
04/27/2023, 10:25 AMJoe Reuter (Airbyte)
04/27/2023, 10:27 AMgrant_type on the authenticator, roll back to the previous version of Airbyte, or use another authenticaton type. Sorry for the hassle. I will raise this with the team today so we can fix it quicklyDieter De Beuckeleer
04/27/2023, 10:30 AM