Operating System Version:
Windows 8
Popcorn Time Version:
0.3.10
Download date:
2 weeks ago but i think he update yesterday
App was doing fine
...
Since yesterday noon the app does not conect to opensubtitltes so i don´t have subtitles during the reproducing of films and series. Already try to click and conect to open subtitles a few times but didn´t work
...
i can connect my account to Opensubtitle, but even there is no subtitles since yesterday
when click on subtitle button, only "Disabled & Custom" there!
I can´t conect the app don´t make the conection.... and the same happen´s to me with the sub´s only apear the options disabled ans personalize.... But i thought that was because of not been conected to opensubtitles
I'm having the same problem u.u
I have the same problem. Captions "off or customize" and when the movie starts to be transferred a message informs that no subtitles were found and informs to return later. I hope it's temporary
I have the same problem.
No caption appears. I've even reinstalled and it still does not work.
Please help
I have the same problem, it's so sad...
same problem also since two weeks ago
same for me. who will address this problem?
I don´t know how to do that.... thought the moderators pay atention on issues we insert here!!!
[ERROR] OpenSubtitles.login() 414 Unknown User Agent
I Already try to login at opensubtitles and there´s no problem, work
fine... at popcorn time the app do not establish the conection to
opensubtitles.
2017-03-01 16:27 GMT+00:00 intermalta notifications@github.com:
[ERROR] OpenSubtitles.login() 414 Unknown User Agent
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/popcorn-official/popcorn-desktop/issues/490#issuecomment-283390544,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AY4hImG6zFzwhxVaRP10TSMpFWSGcA1xks5rhZx7gaJpZM4MOktr
.
That's my point. Why isn't any of the moderators or devs picking up on this error or malfunction?!
Because we are still looking with @opensubtitles
Meanwhile you can modify your User-agent in src/app/lib/providers/opensubtitles.js to
Butter v1
Has anyone managed the solution to login and download subtitles automatically?
+1 with the problem here
Confirming that changing the User-agent to Butter v1 works. Subtitles are downloading again.
@JimiC How can I make this change in User-agent ? Is there any tutorial to do this setup?
No tutorial, sorry. Locate where Popcorn is installed on your machine and find the src/app/lib/providers/opensubtitles.js file. Open it in an editor and make the change.
Hmm! Does anyone know the way to get there using an iMac?
For me changing the User Agent is not working: it does not log in.
@JimiC Okay. I have opensubtitles.js open, what code do I change? Was this?
`var formatForButter = function (data) {
data = normalizeLangCodes(data);
for (var lang in data) {
data[lang] = data[lang].url;
}
return Common.sanitize(data);
};
OpenSubtitles.prototype.fetch = function (queryParams) {
queryParams.extensions = ['srt'];
return openSRT.search(queryParams)
.then(formatForButter);`
No scroll the file to your Right side until you find User agent.... change
what´s in front for Butter v1
2017-03-02 21:58 GMT+00:00 jpjocaramos notifications@github.com:
@JimiC https://github.com/JimiC Okay. I have opensubtitles.js open,
what code do I change? Was this?`var formatForButter = function (data) {
data = normalizeLangCodes(data);
for (var lang in data) {
data[lang] = data[lang].url;
}
return Common.sanitize(data);
};OpenSubtitles.prototype.fetch = function (queryParams) {
queryParams.extensions = ['srt'];
return openSRT.search(queryParams)
.then(formatForButter);`—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/popcorn-official/popcorn-desktop/issues/490#issuecomment-283795554,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AY4hIob7LK_bwnDRZojpFYKhoKIaXCTIks5rhzt1gaJpZM4MOktr
.
Team-pct Thanks for your answer.... This was my 1st post so i didn´t have
sure if you guys pay atention to all issues we put here.
No i know you are !!
Can you please tell me if is possible to chose different subtitles??
Because some of them aren´t synchronized with the movie\serie...
Thanks
2017-03-01 19:12 GMT+00:00 team-pct notifications@github.com:
Because we are still looking with @opensubtitles
https://github.com/opensubtitles
Meanwhile you can modify your User-agent in src/app/lib/providers/opensubtitles.js
toButter v1
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/popcorn-official/popcorn-desktop/issues/490#issuecomment-283438773,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AY4hInlzGBGYdmpDfNNTaF4nKrZtJLwJks5rhcMNgaJpZM4MOktr
.
@Berserker357 , @JimiC I changed the code but I can not log in to open substitutes, can anyone solve this?
Code that I changed:
var OpenSubtitles = function () {
openSRT = new OS({
useragent: 'Butter v1',
username: Settings.
password: Settings.
I can´t to but if u change useragent subtitles are working
Try...
2017-03-02 22:26 GMT+00:00 jpjocaramos notifications@github.com:
@Berserker357 https://github.com/Berserker357 , @JimiC
https://github.com/JimiC I changed the code but I can not log in to
open substitutes, can anyone solve this?
- Code that I changed:
var OpenSubtitles = function () {
openSRT = new OS({
useragent: 'Butter v1',
username: Settings.
password: Settings.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/popcorn-official/popcorn-desktop/issues/490#issuecomment-283802754,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AY4hIl4xb7RgZZ0Pb6i1ZS-b4xGRCTfYks5rh0IagaJpZM4MOktr
.
I changed the useragent, it worked during two episodes but now doesn't not working again. I can log in to opensubtitles on settings but the subtitles don't show up again. :(
+1 same problem.
Changing the user agent to Butter v1 works, but still can't connect with OpenSub.
Most helpful comment
Because we are still looking with @opensubtitles
Meanwhile you can modify your User-agent in src/app/lib/providers/opensubtitles.js to