scraperwiki / code-scraper-in-browser-tool

Just like on ScraperWiki Classic; now a part of QuickCode.
https://quickcode.io
Other
38 stars 8 forks source link

Internal Server Error 500 preventing scrapers running #149

Closed philipnye closed 6 years ago

philipnye commented 6 years ago

I'm getting Internal Server Error 500 Internal Server Error 500 Internal Server Error nginx/1.4.6 (Ubuntu) when I'm trying to edit my scrapers this morning.

I'm getting the error when pasting updated code into the coding window. The error appears, and if I try and run the scraper it doesn't get beyond 'Starting...'. This is happening in my existing scrapers/datasets, and also when I create a new scraper/dataset.

I'm struggling to work out exactly when it's happening and when it's not. I've tried stripping one of my scripts back to next to nothing, and oddly it works when the substantive part of the script is deleted, but doesn't when exactly the same lines are just commented out.

Also, with some of my existing scrapers, my code will run fine if I don't edit it, but if I copy and paste it into the coding window it prompts the Internal Server Error.

My scrapers are in Python 2.7, UTF-8 coding, and I've reproduced the error in both Chrome and Firefox.

philipnye commented 6 years ago

Seems to be runnning fine now this morning, after a few days of not working.