Getting error while reading data from gitlab #276
SurabhiKadam
started this conversation in
General
Replies: 1 comment
-
It's working without using the debugger. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "E:\PyAirbyte\env1\Lib\site-packages\airbyte\sources\base.py", line 580, in _execute
for line in self.executor.execute(args):
File "E:\PyAirbyte\env1\Lib\site-packages\airbyte_executor.py", line 412, in execute
with _stream_from_subprocess([str(connector_path), *args]) as stream:
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\contextlib.py", line 144, in exit
next(self.gen)
File "E:\PyAirbyte\env1\Lib\site-packages\airbyte_executor.py", line 142, in _stream_from_subprocess
raise exc.AirbyteSubprocessFailedError(
airbyte.exceptions.AirbyteSubprocessFailedError: AirbyteSubprocessFailedError: Subprocess failed.
Run Args: ['E:\PyAirbyte\.venv-source-gitlab\Scripts\source-gitlab.exe', 'spec']
Exit Code: 1
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\PyAirbyte\main.py", line 6, in
source.set_config(
File "E:\PyAirbyte\env1\Lib\site-packages\airbyte\sources\base.py", line 157, in set_config
self.validate_config(config)
File "E:\PyAirbyte\env1\Lib\site-packages\airbyte\sources\base.py", line 195, in validate_config
spec = self._get_spec(force_refresh=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\PyAirbyte\env1\Lib\site-packages\airbyte\sources\base.py", line 233, in _get_spec
for msg in self._execute(["spec"]):
File "E:\PyAirbyte\env1\Lib\site-packages\airbyte\sources\base.py", line 593, in _execute
raise exc.AirbyteConnectorReadError(
airbyte.exceptions.AirbyteConnectorReadError: AirbyteConnectorReadError: Error when reading from the connector.
Log output:
^^^^^^^^^
Beta Was this translation helpful? Give feedback.
All reactions