nathanfrindt

Results 7 comments of nathanfrindt

I have attached screen shots which show the domain not returning a response using postman to see the contents an api. The error I receive when testing my application and...

Yeah of course I can write it in markdown format so you can read/understand the code. I will send you my code and the corresponding markdown file with it once...

I am referencing the api in this line : await getRemoteData('apis.justwatch.com ’). can you give me an example of what you mean when you say “to edit my comment and...

Ok I’ll try using https and if that doesn’t work I’ll try calling your module instead. I was using that domain from what was listed in the index.js you had....

Hi Luis, I modified my code to include your module before making references to the attributes I am calling to pull the provider and title information. However I am still...

Hi Luis instead of using the process of calling the Just watch api I am now calling it from your module. Please see my code below: const JustWatch = require('justwatch-api');...

Here is the error which was returned from my logs: (node:1) UnhandledPromiseRejectionWarning: Error: invalid object id: strconv.ParseUint: parsing "undefined": invalid syntax at IncomingMessage.res.on (/var/task/node_modules/justwatch-api/index.js:73:14) at emitNone (events.js:111:20) at IncomingMessage.emit (events.js:208:7)...