Robert Garrigos
Robert Garrigos
I will post a pr with a solution to use a different crawler available in php (https://github.com/scotteh/php-goose)
I've done this with lando (https://devwithlando.io). It works over docker and it's very easy to use it to test locally what ever type of app. If you are interested, I...
While trying it, I'm getting this error: ``` Call to undefined method spekulatius\core::filterXPath() ``` I just installed PHPScrapper (0.6.2) with Composer and the first example of getting a website's title...
Still not working: ` Warning: DOMXPath::query(): Invalid expression in /app/vendor/symfony/dom-crawler/Crawler.php on line 1013 Fatal error: Uncaught InvalidArgumentException: Expecting a DOMNodeList or DOMNode instance, an array, a string, or null, but...
``` require __DIR__ . '/vendor/autoload.php'; $web = new \spekulatius\phpscraper; $web->go('https://www.lieder.net/lieder/get_settings.html?ComposerId=2520'); // print_r($web->title); $myClassElements = $web->filter("//[@class='prose']"); print_r($myClassElements); ```
Any news on this?
thanks, @indigoxela. I did look for it before posting mine.... > As for the body field config: you still might have body field content for field.instance.node.test.body in the database. Actually,...
No, I didn't run cron. ok. Thanks.
I join this request!!
``` E, [2018-07-18T18:51:35.456933 #1158] ERROR -- : [ActiveJob] [ActionMailer::DeliveryJob] [65fda941-1a9f-4d38-955d-e724db2761f0] Error performing ActionMailer::DeliveryJob (Job ID: 65fda941-1a9f-4d38-955d-e724db2761f0) from Async(mailers) in 60915.35ms: Net::ReadTimeout (Net::ReadTimeout): /home/decidim/.rbenv/versions/2.5.1/lib/ruby/2.5.0/net/protocol.rb:181:in `rbuf_fill' /home/decidim/.rbenv/versions/2.5.1/lib/ruby/2.5.0/net/protocol.rb:157:in `readuntil' /home/decidim/.rbenv/versions/2.5.1/lib/ruby/2.5.0/net/protocol.rb:167:in `readline' ``` I...