Hi all I was wondering if someone here have had t...
# troubleshooting
c
Hi all I was wondering if someone here have had the same problem as I. I am trying to set up tap-amazon-sp (hotgluexyz variant). I went ahead with configuring it only with the required parameters (
lwa_client_id
,
client_secret
and
refresh_token
) that I properly get from Amazon Seller Central. However, as soon as I run a
meltano config tap-amazon-sp test
I get
Copy code
Plugin configuration is invalid
tap_amazon_seller.utils.InvalidResponse: '<' not supported between instances of 'NoneType' and 'datetime.datetime'
I am familiar with this Python exception, but so far I could not see how can I debug and fix it only from meltano's interface. Has anybody come across this issue in the past?
e
Can you try configuring a
start_date
for the extractor?
c
Hmm, let me try that. It is not listed among the known settings on Meltano Hub, but I will take a shot.
It does not seem possible 😕
Meltano\venv\lib\site-packages\meltano\cli\interactive\config.py:404: RuntimeWarning: Unknown setting 'start_date'
value, metadata = settings.set_with_metadata(
e
That's a warning, but the setting should've still been set
c
Yes, I was just coming back to say sorry 😅 I have just seen the positive output from meltano: `Extractor 'tap-amazon-sp' setting 'start_date' was set in `meltano.yml`: '2024-06-01'` I am running a config test again to see if it works and will updated here as soon as I have an answer. Thanks so far, @Edgar Ramírez (Arch.dev)!
np 1
It did work, Edgar. Thanks again. At first, I was getting a
module 'signal' has no attribute 'SIGALRM'
error, but as I switched to WSL2 the
meltano config tap-amazon-sp test
ran fine (i.e.,
Plugin configuration is valid
). Now I am trying to go for a proper meltano EL run, but am running into other error. I will open a separate thread for that.
👍 1