Popcorn-desktop: Cannot log into trakt

Created on 10 Feb 2019  Â·  8Comments  Â·  Source: popcorn-official/popcorn-desktop

deepinscreenshot_crx_hecfofbbdfadifpemejbbdcjmfmboohj_20190210144858

After loging in:

deepinscreenshot_select-area_20190210144914

Operating System Version:
Deepin 15.9.1
Popcorn Time Version:
0.3.10-0
Download date:
10/1/2019

Most helpful comment

The solution is alreaady posted and tried it, the bug is gone, and the authentication process is working without any problem, here is the link to the solution:

same issue here, but i cloned development branch and this bug is not ocurred. As long as not release a new version, you can modify trakttv.js in C:\Users\##USER##\AppData\Local\Popcorn-Time\src\app\lib\providers\ inserting this code
url = url.split('=')[1].substring(0,8);
below line: 497 url = url[url.length - 1];

it works here.

All 8 comments

Did you download it from the website? I think the website has a very old build (2016)
Try using this: https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/

It says "Failed - Network error"

Try wget with tries option, it is working, however, it will take a long time as the connection keeps closing again and again

Can you specify what command to use, please?
I used this one:
sudo bash -c "wget https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/popcorn-time_0.3.10-01d3b0908_amd64.deb -O- | tr -d '\r' > /usr/local/bin/dpkg-get && \ chmod a+x /usr/local/bin/dpkg-get"
I got:

  • 0%[ ] 555.25K 308KB/s in 0.3s

2019-02-12 15:38:01 (308 KB/s) - Read error at byte 568580/86935788 (The TLS connection was non-properly terminated.). Retrying.

--2019-02-12 15:38:08--  (try: 8)  https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/popcorn-time_0.3.10-01d3b0908_amd64.deb
Connecting to ci.popcorntime.sh (ci.popcorntime.sh)|104.20.5.128|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 86935788 (83M), 86367208 (82M) remaining [application/x-debian-package]
Saving to: ‘STDOUT’

It will keep on retrying while downloading a small part every time wait for it to finish downloading (It will take a long time)
wget --tries=9000 https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/popcorn-time_0.3.10-01d3b0908_amd64.deb

@Rizwan-Qamar Thank you very much :) It took more than 3 hours but, finally worked! However, I used this command "increased number of tries":
wget --tries=900000 https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/popcorn-time_0.3.10-01d3b0908_amd64.deb

The solution is alreaady posted and tried it, the bug is gone, and the authentication process is working without any problem, here is the link to the solution:

same issue here, but i cloned development branch and this bug is not ocurred. As long as not release a new version, you can modify trakttv.js in C:\Users\##USER##\AppData\Local\Popcorn-Time\src\app\lib\providers\ inserting this code
url = url.split('=')[1].substring(0,8);
below line: 497 url = url[url.length - 1];

it works here.

I close this issue, because it's already fixed in dev builds.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bewakertje picture bewakertje  Â·  3Comments

rohinarora picture rohinarora  Â·  4Comments

kumavis picture kumavis  Â·  5Comments

sorin-costea picture sorin-costea  Â·  3Comments

tiotrom picture tiotrom  Â·  4Comments