Skip to content
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

No domains that worked issue is back #7

Closed
ubercracker8977 opened this issue Apr 15, 2020 · 15 comments · Fixed by markop159/KODI-Popcorn-Time#137
Closed

No domains that worked issue is back #7

ubercracker8977 opened this issue Apr 15, 2020 · 15 comments · Fixed by markop159/KODI-Popcorn-Time#137

Comments

@ubercracker8977
Copy link

This issue has returned again on version 1.7.5

Any ideas?

@Napsty
Copy link

Napsty commented Apr 16, 2020

It's probably because a new version 1.7.6 needs to be released first. The PopCornTime API Servers needed to be migrated, see https://www.reddit.com/r/PopCornTime/comments/g13vcq/read_this_if_popcorn_time_doesnt_load_any_content/
The necessary changes of the API were already done in markop159/KODI-Popcorn-Time#125 and merged to master, but the repository needs to publish the new version, too.

@ubercracker8977
Copy link
Author

ubercracker8977 commented Apr 16, 2020

I just SSH'ed into the Kodi and fixed the two files here:
https://github.com/markop159/KODI-Popcorn-Time/pull/125/files
Changed .website to .sh - done - very simple fix.

SSH into your Kodi
nano /storage/.kodi/addons/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/favourites.py
change line 144
from: search = '%s/movie/%s' % ('https://tv-v2.api-fetch.website', fav['id'])
To: search = '%s/movie/%s' % ('http://popcorn-ru.tk', fav['id'])

Save the file

nano /storage/.kodi/addons/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/providers/api-fetch.py
Change Line 30
from: "https://tv-v2.api-fetch.website"
to: "http://popcorn-ru.tk"

Save the file

All done... enjoy!

@Klootjavaan
Copy link

Thank you ubercracker8977, works fine now 🙌

@GitTimeraider
Copy link

True, the changes work well. Now lets hope we manage to get an updated version for it to :P

@Kevsosmooth
Copy link

Kevsosmooth commented May 8, 2020

After I edit the python script and try to run the zip file again into kodi with the newly associated file. It gives me an error

image

NEW EDIT:

I fixed this issue by downloading winrar and I was able to edit the files through there.

This way it 10x easier

also using notepad ++ to edit the file.

But seems to be very slow downloading speeds

@datavistics
Copy link

I just SSH'ed into the Kodi and fixed the two files here:

I used termux to ssh, but I was unable to see those files.

@sorin-pop
Copy link

Can't believe it takes so long to properly release such an important fix... well, I guess that's how it is in the world of open source software. Things get sloppy.

@Tonio101
Copy link

@ubercracker8977 Awesome, thanks for the patch!

@daniel3xxx
Copy link

You guys can download 1.7.6 from here:
https://github.com/markop159/Markop159-repository/blob/3e11afd10a974d4038d94258ac9600859fd7c69b/Releases/plugin.video.kodipopcorntime/plugin.video.kodipopcorntime-1.7.6.zip
It was submited on 3rd of May but since then no answer from Markop159

@srlorddark
Copy link

It's probably because a new version 1.7.6 needs to be released first. The PopCornTime API Servers needed to be migrated, see https://www.reddit.com/r/PopCornTime/comments/g13vcq/read_this_if_popcorn_time_doesnt_load_any_content/
The necessary changes of the API were already done in markop159/KODI-Popcorn-Time#125 and merged to master, but the repository needs to publish the new version, too.

It works fine now, thanks!

@ubercracker8977
Copy link
Author

ubercracker8977 commented Apr 23, 2021

This issue is back because https://tv-v2.api-fetch.sh https://tv-v2.api-fetch.website are both no longer working. Using my above instructions posted April 16, 2020 just change the following:
from: https://tv-v2.api-fetch.sh

To: http://popcorn-ru.tk

Cheers!!!

@tonycastle
Copy link

http://popcorn-ru.tk/ seems to be dead, is there an alternative?

@lubo
Copy link

lubo commented Oct 30, 2021

What do you mean? The website works, you can see on their GitHub that it's actively developed.

@tonycastle
Copy link

What do you mean? The website works, you can see on their GitHub that it's actively developed.

I was talking about the domain, It was down for a while yesterday but it is back up again.

@tonycastle
Copy link

So this is finally dead now right? - the http://popcorn-ru.tk/ domain has gone or is there a new domain to connect to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.