markop159 / Markop159-repository

Repository for my Addons for KODI
33 stars 13 forks source link

No domains that worked issue is back #7

Closed ubercracker8977 closed 2 years ago

ubercracker8977 commented 4 years ago

This issue has returned again on version 1.7.5

Any ideas?

Napsty commented 4 years ago

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 https://github.com/markop159/KODI-Popcorn-Time/pull/125 and merged to master, but the repository needs to publish the new version, too.

ubercracker8977 commented 4 years ago

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 commented 4 years ago

Thank you ubercracker8977, works fine now 🙌

GitTimeraider commented 4 years ago

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

Kevsosmooth commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

@ubercracker8977 Awesome, thanks for the patch!

daniel3xxx commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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

lubo commented 2 years ago

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

tonycastle commented 2 years ago

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 commented 2 years ago

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