SleeplessFox

Results 2 issues of SleeplessFox

Hi, Unfortunately when I click on "Control" within Paper Ui the Page is not loading. I always see a white page. Maybe is there a fix for that? Thx a...

Hi, trying to connect with var authConfig = require('./config/auth'); const tmdb = require('moviedb')(authConfig.tmdb.clientID, 'de'); tmdb.searchMovie({query: 'Alien'}, function(err, result) { if(err) throw (err); console.log(result); }); I get a "Error: getaddrinfo ENOTFOUND...