Comments on: ScraperWiki Classic retirement guide https://blog.scraperwiki.com/2014/03/scraperwiki-classic-retirement-guide/ Extract tables from PDFs and scrape the web Thu, 14 Jul 2016 16:12:42 +0000 hourly 1 https://wordpress.org/?v=4.6 By: Ruben Woudsma https://blog.scraperwiki.com/2014/03/scraperwiki-classic-retirement-guide/#comment-1056 Thu, 13 Mar 2014 11:02:01 +0000 https://blog.scraperwiki.com/?p=758221134#comment-1056 Thank you for your response. I have updated the data and together with some help via their issue tracker I have solved the issue. Now only I need to get their API to work, since this looks a bit different on how to connect via jQuery Ajax what I was using for your API.

]]>
By: Zarino Zappia https://blog.scraperwiki.com/2014/03/scraperwiki-classic-retirement-guide/#comment-1055 Tue, 11 Mar 2014 11:39:12 +0000 https://blog.scraperwiki.com/?p=758221134#comment-1055 It looks like your scraper is currently failing with an exception of:

AttributeError: 'str' object has no attribute 'CaptainID'

It’s being caused by this line, which would be valid if you were writing PHP, but you’re not, you’re writing Python 😉

print 'CaptainID ' . CaptainID

Try replacing the period with a comma. If you come across any other issues, they’re likely to be with Morph.io rather than ScraperWiki, since your code has been successfully exported and is running on their servers. Try contacting them via their issue tracker, or their twitter account.

]]>
By: Ruben Woudsma https://blog.scraperwiki.com/2014/03/scraperwiki-classic-retirement-guide/#comment-1054 Tue, 11 Mar 2014 11:32:00 +0000 https://blog.scraperwiki.com/?p=758221134#comment-1054 Great that there is a work around for the classic scraper functionality. Unfortunately it is not working as I expected. The migrated scraper is giving many errors although it was working on the classic scraperwiki. See: https://morph.io/rubenwoudsma/profscraper1314

Please advise how troubleshooting can be done.

]]>
By: A shout out for ScraperWiki | Andrew Wheeler https://blog.scraperwiki.com/2014/03/scraperwiki-classic-retirement-guide/#comment-1053 Sun, 09 Mar 2014 17:15:51 +0000 https://blog.scraperwiki.com/?p=758221134#comment-1053 […] previously used what is now called ScraperWiki Classic. But since the service is migrating to a new platform my prior scripts will not continue […]

]]>