-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watch button doesn't work when building from source code (All Platforms) #114
Comments
Same issue, with latest updates from github. On OSX platform. Watch doesnt do anything. |
Does this problem occurred in the previous versions? |
I have same problem. The watch button insensitive, debug nothing |
Lots of bugs since I merged PR from aurismus. Bugs with watch button: #114
Lots of bugs since I merged PR from aurismus. Bugs with watch button: #114
Lots of bugs since I merged PR by aurismus. Bugs with watch button: #114
@aurimus I really appreciate your hard work for this community, but please review your code before posting. I think it was your god damned PR #83 that broke the watch button, the very key function of popcorn time. Of course I had to revert all your pull requests. I had no choice. @blackPantherOS please check the code with the new commits again and tell me weather everything works again. Thx PS: my nodejs / npm doesn't work - so I am not able to test the code. EDIT: sorry @aurimus - your code doesnt seem to affect watch button. Need to revert the reverts |
Watch button doesn't work :( This is a fresh demonstration video of PTCE: |
Me too, it's not working on Windows 10 |
i have the same problem.. :( |
I have created PR #117 to fix this issue. BUT, PR #107 also would fix the issue. The PR fixes the Watch button, but the switching streaming options isn't working. Seems like you are stuck with the HTML5 browser option no matter what you change the dropdown to. @roncan can you see if that works for you? |
@homeslicesolutions #107 doesn't let you switch streaming on Sierra? or are you talking about #117 not letting you switch? In my tests, I can switch streaming just fine |
#107 was not letting me switch, but I'll test further. Ultimately, we should go with your PR at some point because we should start using the later version of NWJS. |
Confirmed. Working on osx Sierra (osx64). I'm trying other platforms later. I'm closing the topic. Thank you all. |
@AndrejaN Does switching also work? |
I have reopen the issue, because i'm not sure how to update the package.json file on the GitHub and i think that previous revert from YIFYtorrents is not necessary. @tuudik Yes, everything works. You can switch player and Watch button works for all of them. Great work |
I only used #117. I just copied the package.json and build with #117 package. So, just download the current master code and replace package.json with #117. I'm not a major contributor to the code, that why i didn't update directly on the master code. So, i call people that are responsible for checking and rechecking the code to just replace the package.json file from #117 on the current master code in order to fix the Watch button. I tried DLNA works, i tried VLC works, but when i click for PT-CE for the PT-CE payer it says the video could not be loaded, either because the server... or because the format is not supported. I don't know why is this. This is for All major platforms. I get browser for my ARM Raspberry PI device, because no codecs are installed on the RasPi, and that's why PT-CE redirects me to browser. I hope i clarified some things. |
So I tried as following:
Result: When I applied also changes from PR #107 then watch button worked, but anyway it started playing in browser. |
@homeslicesolutions but no solution for switching player? |
Maybe I'm an idiot, but I tried again:
Result: Still it opens in browser. In PT it says that it's streaming to VLC but it's not actaully. |
@tuudik How are you "making changes according to PR" ? did you do a git pull of that PR? Also are you seeing any errors in the console log? Maybe, we can continue this thread outside? Since we're discussing the PR, maybe we should move the conversation to that thread. Now in terms of the "watch" button, it is working for most of us yes? Seems like we can close this issue |
@homeslicesolutions I'm doing same changes as in: https://github.com/PopcornTimeCommunity/desktop/pull/107/files I'm not launching it with npm start. |
@tuudik Ok, and when you press F12 open console, are you seeing any errors as you switch? See "generic.js", and check out the "setDevice" function. Debug there. Anyone else having this issue? |
I have added some commits.
|
set local as default player after installation #114 (comment)
@tuudik @homeslicesolutions update register.js according to my commit, see here: 9224926 |
Yay! Much better. Everything started to work nicely, after I cleaned the cache and settings in PCT. |
@tuudik and I am not even finished yet. I have just added a small plugin system to get a nice overview on what is actually installed (rarbg.to search, kat.cr search, anti virus scanner by bitsnoop, html5 video player by nachotime.to, watchlist by trakt, etc..) Also make sure to check out the improved html5 video player - it now redirects directly to 127.0.0.1:port and is fast as hell. Try right click on html5 video player and get all the features of html5 video. Its very cool. Update your code, check it out and let me know what you think... |
I am not able to build the app.
|
I can confirm fresh build and watch button is working on Linux32 / 64, but:
I have a other suggestion: The default Download Directory is /tmp/PopcornTime this not a lucky path when system use tmpfs. Better path is $HOME/tmp/... |
that is strange, because libffmpegsumo.so still works for me. I tried watch button without libffmpegsumo.so but the app crashed without even giving me error msg. Anyways it works for me if I put libffmpegsumo.so in the popcorn time folder. I will make a new build for all plattforms tomorrow. EDIT: the reason it works for me is because I am still using old nwjs |
yep.. the nwbuilder 0.18.0 no longer includes libffmpegsumo.so therefore playing in PTCE is unsuccessful |
the watch button still doesn't work for me. I press f12 and I found a peerflix error. The issue is caused by peerflix package. |
there's a new update available on reddit: https://www.reddit.com/r/PopcornTimeCE/comments/5ks9vt/0415_beta_new_years_eve_in_front_of_the_door_28/ |
Hi everyone,
under linux (debin) i tried to build linux arm executable file from the source code. I used these commands
"git clone https://github.com/PopcornTime-CE/desktop.git
cd desktop
npm install
gulp build -p linuxarm" (also tried for win32, win64, osx32, osx64 same result)
After this the program started OK, but when i try to play any movie i'm clicking on the button Watch, i can't play anything, i can choose player but i don't get the window that says "Starting Download, Ready and so on". Can someone help me? The Watch Trailer button works, and the movie trailer is played.
Thanks in advance
The text was updated successfully, but these errors were encountered: