Skip to content
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

null #30

Open
192933488S opened this issue May 25, 2017 · 5 comments
Open

null #30

192933488S opened this issue May 25, 2017 · 5 comments

Comments

@192933488S
Copy link

192933488S commented May 25, 2017

Hi !
Nice scraper, but could you check this list:

15QUHRVU564QK

Result: null
Using your demo site to enter ID.

Regards

@marquesLuis
Copy link

I was able to fix my case by adding the country in the params

@Shuunen
Copy link

Shuunen commented Jul 31, 2018

Same error with my public wishlist, even with the country param

@zlajatito
Copy link

@amoe
Copy link

amoe commented Dec 10, 2019

The problem for me seemed to be the use of the reveal parameter. Security seems to have been tightened so that public lists require a cookie when 'reveal' is used.

Use #34 and change the URL from

$contents = phpQuery::newDocumentFile("$baseurl/registry/wishlist/$amazon_id?$reveal&$sort&layout=standard&page=$page_num&lek=$lek");

to

$contents = phpQuery::newDocumentFile("$baseurl/registry/wishlist/$amazon_id?$sort&layout=standard&page=$page_num&lek=$lek");

@dblume
Copy link

dblume commented Apr 20, 2023

All queries have been getting "null" responses (HTTP code 200) for the past two or three days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants