App Stores

फ्रीमियम
द्वारा Daniel Amitay | अपडेट किया गया 23 दिन पहले | Tools
लोकप्रियता

2.5 / 10

लेटेंसी

324ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

Stopped working.

Rapid account: Chaya G
chaya.g
2 वर्ष पहले

Without any change in our code, the search suddenly stopped returning results.
Has anything changed?

Rapid account: Danielamitay
danielamitay Commented 2 वर्ष पहले

@exnerfelix Apologies for the inconvenience. I was able to confirm your repro and found the issue, and pushed a fix. You should see your queries resolve correctly/successfully now

Rapid account: Exnerfelix
exnerfelix Commented 2 वर्ष पहले

Same for me, even just running a test on RapidAPI causes only null responses:

This example code caused only null responses:

var options = {
  method: 'GET',
  url: 'https://app-stores.p.rapidapi.com/search',
  params: {store: 'google', term: 'sleep', language: 'en'},
  headers: {
    'x-rapidapi-host': 'app-stores.p.rapidapi.com',
    'x-rapidapi-key': 'API_KEY'
  }
};

It happens when I search for Google Play Store Applications.

Rapid account: Danielamitay
danielamitay Commented 2 वर्ष पहले

Hey chaya.g, could you provide an example query you’re running?

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें