butterproject / butter-desktop-angular

Angular version of butter-desktop
Other
98 stars 43 forks source link

More Info button (Detail page) doesn't work #46

Closed ghost closed 8 years ago

ghost commented 8 years ago

Environment

Mac OS X 10.8 (but it's not related to the OS)

Steps to Reproduce

  1. Select a movie
  2. Click the More Info button

It should open the Imdb site associated to the movie, but it doesn't. I'm getting this error:

TypeError: Error processing argument -1.
at TypeError (native)
at EventEmitter.<anonymous> (/Users/p/code/github/butter-desktop-angular/build/scripts/app-window.js:83:15)
at emitTwo (events.js:87:13)
at EventEmitter.emit (events.js:172:7)
at EventEmitter.<anonymous> (/Users/p/code/github/butter-desktop-angular/node_modules/electron-prebuilt/dist/Electron.app/Contents/Resources/atom.asar/browser/api/lib/web-contents.js:87:23)
at emitTwo (events.js:87:13)
at EventEmitter.emit (events.js:172:7)

Working on it!