Hi everyone, I was trying to run meltano to extrac...
# troubleshooting
v
Hi everyone, I was trying to run meltano to extract pages from confluence. I have the email, api token and base url required. However the error I get is -
Copy code
Plugin configuration is invalid
singer_sdk.exceptions.FatalAPIError: 404 Client Error: Not Found for path: //content
Are there credentials I am missing or is it a Atlassian/Confluence permission issue?
v
I don't know confluence but that smells like a base_url is missing as it's two double slashes. Maybe try
<https://hub.meltano.com/extractors/tap-confluence>
and make sure you have
bases_url
set?
v
Thank you. I was not using the right base url.