Luiz Davi

Results 2 issues of Luiz Davi

(node:16500) UnhandledPromiseRejectionWarning: StatusCodeError: 403 - "{\"message\":\"login_required\",\"status\":\"fail\"}" at new StatusCodeError (C:\Users\luidavidas\Desktop\Case - Instagram\node_modules\request-promise-core\lib\errors.js:32:15) at Request.plumbing.callback (C:\Users\luidavidas\Desktop\Case - Instagram\node_modules\request-promise-core\lib\plumbing.js:104:33) at Request.RP$callback [as _callback] (C:\Users\luidavidas\Desktop\Case - Instagram\node_modules\request-promise-core\lib\plumbing.js:46:31) at Request.self.callback (C:\Users\luidavidas\Desktop\Case - Instagram\node_modules\request\request.js:185:22) at...

my code is const showInterstitial = async() => { const keys = { production: 'production key', development: 'development key' } await AdMobInterstitial.setAdUnitID(keys.production) await AdMobInterstitial.requestAdAsync({ servePersonalizedAds: true}).then(async(log) => { await AdMobInterstitial.showAdAsync().catch(err...