ike
01/23/2023, 3:05 PMmeltano config
. To configure a specific environment, please use the option --environment=<environment name>
.
Need help fixing this problem? Visit http://melta.no/ for troubleshooting steps, or to
join our friendly Slack community.
Plugin configuration is invalid
{"type": "RECORD", "stream": "LLSMS-CLIENTFLOOR", "record": {"CLIENTID": 3, "CLIENTLOCATIONID": 10087262, "FLOORID": 30544, "FLOORCODE": "04", "FLOORNAME": "04", "STACKSEQUENCE": 1, "COUNTWORKSPACES": 1.0, "ZONEID": null, "ZONENAME": null, "ISSERVICEELIGIBLE": 1}, "time_extracted": "2023-01-23T150139.817628+00:00"}
Exception ignored in: <function BaseSubprocessTransport.del at 0x00000194FF9A9670>
Traceback (most recent call last):
File "C:\Python\Python39\lib\asyncio\base_subprocess.py", line 126, in del
self.close()
File "C:\Python\Python39\lib\asyncio\base_subprocess.py", line 104, in close
proto.pipe.close()
File "C:\Python\Python39\lib\asyncio\proactor_events.py", line 108, in close
self._loop.call_soon(self._call_connection_lost, None)
File "C:\Python\Python39\lib\asyncio\base_events.py", line 746, in call_soon
self._check_closed()
File "C:\Python\Python39\lib\asyncio\base_events.py", line 510, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x00000194FF9C2E50>
Traceback (most recent call last):
File "C:\Python\Python39\lib\asyncio\proactor_events.py", line 115, in del
_warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
File "C:\Python\Python39\lib\asyncio\proactor_events.py", line 79, in repr
info.append(f'fd={self._sock.fileno()}')
File "C:\Python\Python39\lib\asyncio\windows_utils.py", line 102, in fileno
raise ValueError("I/O operation on closed pipe")
ValueError: I/O operation on closed pipeReuben (Matatika)
01/23/2023, 3:23 PMPlugin configuration is invalid
{"type": "RECORD", "stream": "LLSMS-CLIENTFLOOR", "record": {"CLIENTID": 3, "CLIENTLOCATIONID": 10087262, "FLOORID": 30544, "FLOORCODE": "04", "FLOORNAME": "04", "STACKSEQUENCE": 1, "COUNTWORKSPACES": 1.0, "ZONEID": null, "ZONENAME": null, "ISSERVICEELIGIBLE": 1}, "time_extracted": "2023-01-23T150139.817628+00:00"}Considering you did in fact get a
RECORD
message returned, this is probably a bug. Can you open a new issue?Reuben (Matatika)
01/23/2023, 3:26 PMike
01/23/2023, 3:48 PMike
01/23/2023, 3:55 PMike
01/23/2023, 4:05 PMReuben (Matatika)
01/23/2023, 4:19 PMreuben@reuben-Inspiron-14-5425:/tmp/project$ meltano config tap-mssql test
2023-01-23T16:11:26.230144Z [info ] The default environment 'dev' will be ignored for `meltano config`. To configure a specific environment, please use the option `--environment=<environment name>`.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
[Errno 2] No such file or directory: '/tmp/project/.meltano/run/tap-mssql/tap.2277c0e4-9ab5-4e7c-95dd-eab201be82fd.config.json'
I was focusing on the RuntimeError: Event loop is closed
and ValueError: I/O operation on closed pipe
parts, since the command output indicates that you did indeed receive a RECORD
message and so should have completed successfully.
Do you find that you still see that stack trace when running meltano config <plugin> test
with other plugins? For example, if I run
meltano add extractor tap-auth0
TAP_AUTH0_DOMAIN=test TAP_AUTH0_CLIENT_ID=test TAP_AUTH0_CLIENT_SECRET=test meltano config tap-auth0 test
I get the following (no stack track - just an error message):
2023-01-23T16:18:24.505816Z [info ] The default environment 'dev' will be ignored for `meltano config`. To configure a specific environment, please use the option `--environment=<environment name>`.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Plugin configuration is invalid
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='test', port=443): Max retries exceeded with url: /oauth/token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3da9c5bb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
Curious as to what you get...ike
01/23/2023, 4:34 PMike
01/23/2023, 4:35 PMReuben (Matatika)
01/23/2023, 4:37 PMmeltano config tap-auth0 test
without the environment variables?shubham
07/21/2023, 9:45 AMmaren_elise_ronneseth
10/28/2023, 2:52 PMReuben (Matatika)
10/28/2023, 3:13 PMmaren_elise_ronneseth
10/29/2023, 4:04 PM