Active
Project:
Amazon Store
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2010 at 08:38 UTC
Updated:
24 May 2011 at 05:49 UTC
I had Books as the default store page but now it displays nothing since the upgrade to the latest.
Comments
Comment #1
rfaySince you're talking about a "default store page" I'm going to assume you're talking about Amazon Store module. (changing to Amazon Store).
Please confirm what "upgrading to latest" means - what version to what version?
Please visit the settings page at admin/settings/amazon_store and check all the settings. I recommend changing from books to something else, saving, then changing back to books and saving. These settings are saved in the mysql "variable" table. Take a look there to see what's happening.
The latest Amazon Store has been out for some time now without any reports of problems.
Comment #2
giorgio79 commentedThanks Randy. Yes this is the version that you put.
The option in question is "Search index used to populate items on page with no keywords'"
I tried changing to Beauty and that worked fine.
I also succeeded in searching Beauty without keyword:
mydrupalsite.com/amazon_store?Keywords=&SearchIndex=Beauty
For Books I am not getting any results without keywords anymore like this:
mydrupalsite.com/amazon_store?Keywords=&SearchIndex=Books
Apparel did not work either, and there I also received an error message like this:
Any tips are appreciated. This seems like an Amazon issue though not that of the module.
Comment #3
rfayThanks for the excellent description.
I can confirm this problem on my own install.
The way this works is that when a search index is given without keywords, a data structure in locales/amazon_store.locale..inc is used to map the search index to a BrowseNode (see http://browsenodes.com). Then the "browsenode" is sent on to Amazon as the request.
What seems to be going on is that the BrowseNode for the category "Books", has been changed (or something has been screwed up in the code).
http://d6git.l/amazon_store?SearchIndex=Books&BrowseNode=1000 seems to return nothing. From http://www.browsenodes.com/node-283155.html it looks to me like they may have changed the "Books" browsenode to 283155, but that doesn't seem to work either.
The apparel issue is completely separate: #752772: Apparel searches on the Amazon API always time out.
I would appreciate it if you could experiment with http://BrowseNodes.com and the mapping entries in locales/amazon_store.locale.us.inc to see if you can figure out an entry that will work and provide a patch (http://drupal.org/project/patch). If you wouldn't mind checking the other possibilities, that would head off trouble if they've been fooling with things.
Comment #4
1959mvp commentedI can confirm I am having the same problem with the latest release.
Any progress on a solution?
Does it make sense to revert to the previous version until this is resolved?
Comment #5
rfay@1959mvp, it just got reported day before yesterday :-) If you're up to it, #3 has the steps to figure it out. I won't be working on this until the next time I reserve some time for this module.
Comment #6
rfayLooks like #794490: Browsenodes panel and categories panel are blank is probably the same thing.
Comment #7
Nolza commentedYes, same thing. I've played around with some of the things outlined in #3 but no difference in results. Not sure where the problem lies because sites technology utilizing the same technique to procure their data don't seem to be having the same issue (perhaps they cache/store the data physically).
Comment #8
rfayMarked #1044528: Default search for "Books" returns no results as a duplicate.
Comment #9
mcurry commentedSubscribe. Was this ever resolved?
Comment #10
giorgio79 commentedNo