Debug unexpected responses

I have a simple gunicorn app that grabs xml data from a url. It works fine on my local vm, but I’m getting strange responses from the render.com instance: an HTML page that I cannot get to render in my browser, but which is too large to see in the Javascript console.

How can I get access to debugging info from the render.com node? Do I have to drop it in some remote filesystem, or similar? Can I log into the box and look around to see what it can see?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.