zrashwani / arachnid

Crawl all unique internal links found on a given website, and extract SEO related information - supports javascript based sites
MIT License
253 stars 60 forks source link

problems with some of my websites #10

Closed chiqui3d closed 8 years ago

chiqui3d commented 8 years ago

This is the error that gives me:

Array
(
    [http://www.*********.com] => Array
        (
            [links_text] => Array
                (
                    [0] => BASE_URL
                )

            [absolute_url] => http://www.*********.com
            [frequency] => 1
            [visited] => 
            [external_link] => 
            [original_urls] => Array
                (
                    [0] => http://www.***********.com
                )

            [status_code] => 404
            [error_code] => 0
            [error_message] =>The current node list is empty.
        )

)

Another errors:

Warning: array_replace(): Argument #2 is not an array in /var/www/test/includes/vendor/symfony/browser-kit/CookieJar.php on line 200

Thanks!!

zrashwani commented 8 years ago

Hello @chiqui3d I have fixed the first problem you mentioned in recent release 1.0.4

but I cannot re-produce the second warning you get, can you please provide more details?

chiqui3d commented 8 years ago

Perfect @zrashwani, is working properly. Fixed two errors Many thanks!!