Code Monkey home page Code Monkey logo

Comments (5)

dmitrypisanko avatar dmitrypisanko commented on June 1, 2024

Request params looks ok

{ url: 'https://android.clients.google.com/fdfe/details',
qs: { doc: 'com.viber.voip' },
headers:
{ 'Accept-Language': 'en_US',
Authorization: '.......',
'X-DFE-Enabled-Experiments': 'cl:billing.select_add_instrument_by_default',
'X-DFE-Unsupported-Experiments': 'nocache:billing.use_charging_poller,market_emails,buyer_currency,prod_baseline,checkin.set_asset_paid_app_field,shekel_test,content_ratings,buyer_currency_in_app,nocache:encrypted_apk,recent_changes',
'X-DFE-Device-Id': 'AD4D3D9E0CDF0F49',
'X-DFE-Client-Id': 'am-android-google',
'User-Agent': 'Android-Finsky/6.8.44.F-all%20%5B0%5D%203087104 (api=3,versionCode=80684400,sdk=23,device=bullhead,hardware=bullhead,product=bullhead,platformVersionRelease=6.0.1,model=Nexus%205X,buildId=MHC19Q,isWideScreen=0)',
'X-DFE-SmallestScreenWidthDp': '320',
'X-DFE-Filter-Level': '3',
Host: 'android.clients.google.com',
'X-DFE-No-Prefetch': true },
json: false,
gzip: false,
encoding: null }

from node-google-play.

yarafan avatar yarafan commented on June 1, 2024

Unhandled rejection Error means that you Promise was rejected.
Try api.details("com.viber.voip").then(console.log).catch((err) => console.log(err)); to find out real error

from node-google-play.

dmitrypisanko avatar dmitrypisanko commented on June 1, 2024

{ Error
message: 'Error retrieving information from server. [RH-02]',
name: 'RequestError',
statusCode: 400,
headers:
{ 'content-type': 'application/protobuf',
'x-dfe-content-length': '102',
'cache-control': 'no-cache, no-store, max-age=0, must-revalidate',
pragma: 'no-cache',
expires: 'Mon, 01 Jan 1990 00:00:00 GMT',
date: 'Fri, 01 Sep 2017 10:10:11 GMT',
'x-content-type-options': 'nosniff',
'x-frame-options': 'SAMEORIGIN',
'x-xss-protection': '1; mode=block',
server: 'GSE',
'alt-svc': 'quic=":443"; ma=2592000; v="39,38,37,35"',
'accept-ranges': 'none',
vary: 'Accept-Encoding',
connection: 'close' } }

from node-google-play.

yarafan avatar yarafan commented on June 1, 2024

I've got this error when I messed up with credentials info. I'd advise you to check you credentials (try to login to GP from your phone)

from node-google-play.

dmitrypisanko avatar dmitrypisanko commented on June 1, 2024

Hi, credentials was fine. Problem was in androidID. Sorry for disturbing.

from node-google-play.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.