Operating System Version:
Windows 10
Popcorn Time Version:
0.3.10-0
Download date:
November 2nd, 2016
Open the movie page upon clicking on it from the Favorites tab
Nothing happens

Same issue as #273. (at least on Windows).
The same issue arises when you click on an item in the watch list:
The watchlist is not opening for me on Mac OS X, app v0.3.10.

This is a known issue. I have managed to have it working by 90%. The only thing I still have to figure out is how to resolve the torrents object. Due to lack of free time this may take a while.
@JimiC maybe I can help. Whenever you have time, can you point me to the problem and your 90% solution?
@kunalgolani I haven't pushed the code on my fork yet. The solution is to map in watchlist/details the info that comes from tract.tv to the respective Model (movie, show) that popcorn can handle. I have it all mapped except the torrents object. Once this is achieved the watchlist will be fully functional again.
@kunalgolani I finally found the time to push my attempt to fix the watchlist provider. You can find it @ https://github.com/JimiC/popcorn-desktop/blob/watchlist_fix/src/app/lib/providers/watchlist.js
The TODO comments are those that need to be resolved.
@JimiC hi! how did u fix the watchlist issue? i don't know how to change codes and those stuff, can u guide me? thanks
@gabrielbiel7 Locate watchlist.js on your machine and replace the file with the one from the provided link.
@JimiC can you post a video please? i really don't understand anything. please help me
so @gabrielbiel7, i can not post a video, due to tecnical reasons, but I'll try to help:
if you are on Windows:
watchlist.js (or maybe, just watchlist)watchlist.js for edtition (maybe with notepad)It should work, as far as I understand (if you think something will break, make a backup of your original watchlis.js with another name)
If you are on another system... well, try to get around 1 and 2, and start on 3.
@vhoyer @JimiC thanks so much for the help, i've already changed watchlist.js code, but now there is another error. I am logged into trakt.tv from settings but when a click in the watchlist button, it says that i have to put my credentials. I used this code: https://github.com/JimiC/popcorn-desktop/blob/watchlist_fix/src/app/lib/providers/watchlist.js // photo:

While I was using the original code, that issue never happened. it has just started now that i've changed the code. Can you help me again, please? thanks
why in the original code there are only a few lines, but in the code @JimiC provided, there are more than 200 lines? photo of original code opened in notepad:

can someone answer me, please? i still have this issue.