-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This page source works in your playground example but I can't get it to otherwise #57
Comments
You have a Try adding I'll look into the cause of this Notice, nonetheless. |
Looks like for some reason the response from the server starts with: while the library expects it to starts with something like: The notice is about the missing status message "OK" - nothing wrong actually. |
Thanks for the input. How do you get that though? HTTP/2 vs. HTTP/1.1? When I try in your playground it says |
I added |
In any case, |
$doc = hQuery::fromUrl('https://www.realtor.com/');
works, but any actual property URL throws( ! ) Notice: Undefined offset: 2 in /home/vendor/duzun/hquery/src/hQuery.php on line 1152
but properties' urls work in your playground example runner? What am I missing?
The text was updated successfully, but these errors were encountered: