You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Call to a member function saveXML() on null
/opt/project/vendor/j0k3r/graby/src/Extractor/ContentExtractor.php:163
/opt/project/vendor/j0k3r/graby/src/Graby.php:318
/opt/project/vendor/j0k3r/graby/src/Graby.php:136
/opt/project/tests/Feature/HttpCrawlTest.php:39
I dug in a little, and it seems like the $dom property of the Readability class never gets initialized. I wonder why that is the case?
I'm trying to run Graby like this:
it fails with this error:
I dug in a little, and it seems like the
$dom
property of theReadability
class never gets initialized. I wonder why that is the case?I'm using php 8.2 with the changes from #332.
The text was updated successfully, but these errors were encountered: