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

Missing search results #109

Open
theDanielJLewis opened this issue Mar 14, 2023 · 2 comments
Open

Missing search results #109

theDanielJLewis opened this issue Mar 14, 2023 · 2 comments

Comments

@theDanielJLewis
Copy link

I'm running into a weird issue where Amazon Buddy is not finding things it should.

For example, this web search currently returns 5 results, including a podcast called "The Audacity to Podcast."

But run the search with Amazon Buddy and it hangs:

amazon-buddy products -k "The Audacity to Podcast" --category audible
⠦ Amazon Scraper StartedError: No more products
    at AmazonScraper.grabProduct (/Users/…/.nvm/versions/node/v16.19.1/lib/node_modules/amazon-buddy/lib/Amazon.js:1338:19)
    at /Users/…/.nvm/versions/node/v16.19.1/lib/node_modules/amazon-buddy/lib/Amazon.js:277:30
⠏ Found 27 products

If I remove the category filter, it saves the results to a file, but the results do not contain the specific product I'm expecting (ASIN B08K58D27V in the USA).

Using the module inside Node.js, I get 0 results when filtering with the "audible" category.

This same kind of process works fine for other podcasts, for example:

amazon-buddy products -k "Morbid" --category "audible"

And then the expected result (ASIN B08JJTBBH6 in the USA) is included—#1, actually.

So it seems like the search is somehow glitching, but also not even returning the expected results.

@EliaTolin
Copy link

Hello have you fix it? @theDanielJLewis

@theDanielJLewis
Copy link
Author

@EliaTolin, no. I never found a fix. At this point, it looks like this project has been abandoned since it's been almost three years since an update.

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

2 participants