Newbie question: connection time out

Hi,

I’m trying to develop a connector for Konnektive CRM api. I’ve followed tutorials around and I believe I’m close to having a very simple data pull. However, got stuck here:

trying to test my connector, I run

 python main.py read --config secrets/config.json --catalog sample_files/configured_catalog.json

but I get the following error:

The query is formulated well, and gives me a response if I paste it to a web browser.

What I noticed is that it says port=80; for an https request shouldn’t it be 443? Is it possible to pass a particular port there?

Or maybe that is irrelevant and you have other ideas of what am I doing wrong?

Apologies if that is something trivial; I’ve just got stuck for several hours trying to understand what’s wrong.

Finally found the reason. One just needs to be mindful about “/” .

In my case, though the url (see the image above) shows /customer/query/?.., changing

return "customer/query"

within path method to

return "customer/query/"

did the trick.

1 Like

Thank you for sharing how you solved it!

1 Like

Hi there from the Community Assistance team.
We’re letting you know about an issue we discovered with the back-end process we use to handle topics and responses on the forum. If you experienced a situation where you posted the last message in a topic that did not receive any further replies, please open a new topic to continue the discussion. In addition, if you’re having a problem and find a closed topic on the subject, go ahead and open a new topic on it and we’ll follow up with you. We apologize for the inconvenience, and appreciate your willingness to work with us to provide a supportive community.