Carcharodon
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2017
05:47 AM
SG Channel Store, cannot get product catalog
I am running the latest firmware version (7.6.0 - build 4125-04) on a Roku 3 device. I am trying to integrate Roku Billing in my channel. I am using the SG ChannelStore. Things seem to work okay with fake server. To test with an actual digital product ( Roku Billing is enabled and I have created a digital product), I have assigned the digital product to be usable in my private channel.
When I invoke the "getCatalog" command, the response is successful (i.e status is successful (1)). However, there are no ContentNode's for the available products in the response i.e. the child count for the head node is 0 (no products found available ??).
I am not sure why there is no product present in the getCatalog response. The digital product is "Yes" for "Cleared for Sale" and "Status" is "Approved". Also it is enabled to be usable from my private channel.
I will appreciate if anybody can share any insights into why the catalog would be empty and not return any available digital products.
P.S. I did all this today. I do not know if there is some time required before a newly created digital product is visible in the channels via the channel store calls.
When I invoke the "getCatalog" command, the response is successful (i.e status is successful (1)). However, there are no ContentNode's for the available products in the response i.e. the child count for the head node is 0 (no products found available ??).
I am not sure why there is no product present in the getCatalog response. The digital product is "Yes" for "Cleared for Sale" and "Status" is "Approved". Also it is enabled to be usable from my private channel.
I will appreciate if anybody can share any insights into why the catalog would be empty and not return any available digital products.
P.S. I did all this today. I do not know if there is some time required before a newly created digital product is visible in the channels via the channel store calls.
4 REPLIES 4
piyushg098
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018
11:53 PM
Re: SG Channel Store, cannot get product catalog
Did you find the solution?
shaliniprajesh
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2018
01:22 AM
Re: SG Channel Store, cannot get product catalog
I was getting the same error.getCatalog returned 0 product count though I had 5.It worked for me when I included the ChannelStore node in XML.
<ChannelStore
id="store"
fakeServer="true"
command="getCatalog" />
<ChannelStore
id="store"
fakeServer="true"
command="getCatalog" />
abhishek
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018
01:01 AM
Re: SG Channel Store, cannot get product catalog
"shaliniprajesh" wrote:
I was getting the same error.getCatalog returned 0 product count though I had 5.It worked for me when I included the ChannelStore node in XML.
<ChannelStore
id="store"
fakeServer="true"
command="getCatalog" />
Even this is also not working for me.
Valeriia
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018
07:35 AM
Re: SG Channel Store, cannot get product catalog
I have the same problem today(