Hello all, I'm new to meltano, I installed meltano...
# troubleshooting
s
Hello all, I'm new to meltano, I installed meltano on both windows and WSL, when I run any command either in windows or WSL (example:
Copy code
meltano add extractor tap-spreadsheets-anywhere
it's giving below error Could not connect to Meltano Hub. Could not reach Meltano Hub.. Check https://hub.meltano.com/ for available plugins. am i missing something?
r
Probably your (company?) network is blocking the request. You can verify by running
Copy code
curl -vL <https://hub.meltano.com/meltano/api/v1/plugins/orchestrators/index>
1