Hi everyone! I get a warning everytime I run melta...
# troubleshooting
n
Hi everyone! I get a warning everytime I run meltano elt, my discovery.yml doesnt match the version meltano requires. So I tried to upgrade via "meltano upgrad" But this is what I get the falling back message to the cached manifest. But my cached version is also version19. So how do I get it to work? Can I somehow go back to version 18? "meltano --version" displays the most recent 1.81. Thanks and Best
d
The discovery version was bumped from 18 to 19 in v1.79.0, so “this version of Meltano requires version 18” suggests that you are running an older version. When you run
meltano --version
and see 1.81, are you running
meltano
in the exact same way as when you see this error message?
n
Hi, yes I get this waning when I run
meltano upgrade
. When I run
meltano --version
I get 1.81.
d
Are you still getting it when you run
meltano upgrade
now? Or just before
meltano upgrade
upgraded you from <v1.79.0 to v1.81.0?
n
Yes, I just get it everytime I run
meltano upgrade
. I updated this morning, when the Ui suggested it. Sadly I tried to upgrade via the UI first. Maybe something didn't work properly with that?
d
How did you initially install Meltano? Using
pip install
in a dedicated virtual environment?
n
yes and its just meltano installed on the VM.
Do I loose my configs of pipelines when I
pip uninstall meltano
and
pip install meltano
?
d
No, that’s all in
meltano.yml
n
So should I try that?
d
Yeah, let’s see if it helps!
n
Still getting the same message, when running
meltano upgrade
.
d
Do you also see it when you run
meltano discover
?
n
no, but it appears in logs of the pipelines, thats how I noticed it first
d
That’s so strange. I’m having trouble coming up with an explanation for you seeing that error under v1.79.0+, since https://gitlab.com/meltano/meltano/-/blob/master/src/meltano/core/plugin_discovery_service.py#L39 really says 19, not 18. In an older version, it makes sense that you’d start seeing that warning once 19 became the latest version, and your version was still expecting 18. Either way, it was a warning, nothing to worry about. But this not being solved by upgrading is very odd
I think you can ignore this for the moment. I’ll ask one of our engineers in #CKHP6G5V4 to look into this briefly and see if they can reproduce this and/or come up with a hypothesis
Thanks for your report!
n
okay, I was hoping its the reason the log download via the UI doesn't work properly 🙂 . Somehow it doesn't download the most recent one.
Okay Thank you very much, for the fast help anyways.
d
The log downloading issue sounds unrelated! Can you please file an issue for that on https://gitlab.com/meltano/meltano/-/issues?
n
Sure, I will.