Hacker News new | ask | show | jobs
by diggan 3710 days ago
If you're running the example on the website/in a browser, it's probably CORS stopping you.

Try using a backend language or just curl and it should be fine.

1 comments

Well no, because my browser isn't doing the request. The underlying Node app (the Jam API) does it.

I found it: The API responds with an HTTP 500 error if you use CSS selectors that don't select anything or are simply invalid.

Probably makes sense to add some Exception handling right there.

I had been trying to figure out what would be causing this issue, thanks for pointing it out, I've pushed a fix real quick that will respond whether JSON is invalid or a CSS selector wasn't found on the provided URL.