Thanks, no, not sure if your error comes before mine or after. I had a few other errors to get through, but now narrowed down to this one happening on the requests.get line.
I’m starting to think the issue is their beta version of python.
I had another issue also, with importing the data from previous nodes based on the name of the node, for example $(“GetUsersFromDatabase”), and after n8n’s AI assistant kept telling me the code would work, it finally admitted that the beta python implementation didn’t support it yet.
Not sure if that’s accurate, but I chose to believe it based on the fact that it wasn’t working, and then I tested it in javascript and it worked fine.
So my current solution is to both break up my nodes so that I use the http node instead of a python request, and I’m using more javascript and less python. So far, that’s gotten me through.