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

Can't search for movies on Popcorn addon - Could not resolve a media list as there was no domains that worked #6

Open
Jukk opened this issue Dec 22, 2019 · 29 comments

Comments

@Jukk
Copy link

Jukk commented Dec 22, 2019

I am using your latest popcorn addon (1.7.3.) and Kodi 18.5.

I can search for TV Shows, but when I try to search for Movies I get the message:"Could not resolve a media list as there was no domains that worked."
I can still get a movies list based on genre, year, etc. just can't search for it by its name.

It used to work flawlessly so far, but as of recent I have this issue.

Also, I get the same message on all three of my android devices, with or without VPN, wireless or mobile internet regardless.

@kriswo
Copy link

kriswo commented Feb 9, 2020

I had the same problem. It's not working because the URLs in the source are wrong / outdated. To fix it, I adjusted the plugin. Just download the latest zip (v 1.7.3), unzip it and edit the following files:

In api-fetch.py, change:
"https://api-fetch.website" to "http://tv-v2.api-fetch.website/"
and
'path': "/tv/movies/%s" %page, to 'path': "/movies/%s" %page,

In movies.py, change:
'path': "/tv/movies/%s" %page, to 'path': "/movies/%s" %page,

In favourites.py, changed
search = '%s/tv/movie/%s' % ('https://api-fetch.website', fav['id'])
to
search = '%s/movie/%s' % ('http://tv-v2.api-fetch.website', fav['id'])

In addon.xml, change version="1.7.3" to version="1.7.4"

Add all of those files back into the zip into their correct folders, renamed the zip to reflect new version #, then upload it to the Kodi machine, remove the old plugin, then and add the new zip as a plugin from file.

@egascocas
Copy link

I had the same problem. It's not working because the URLs in the source are wrong / outdated. To fix it, I adjusted the plugin. Just download the latest zip (v 1.7.3), unzip it and edit the following files:

In api-fetch.py, change:
"https://api-fetch.website" to "http://tv-v2.api-fetch.website/"
and
'path': "/tv/movies/%s" %page, to 'path': "/movies/%s" %page,

In movies.py, change:
'path': "/tv/movies/%s" %page, to 'path': "/movies/%s" %page,

In favourites.py, changed
search = '%s/tv/movie/%s' % ('https://api-fetch.website', fav['id'])
to
search = '%s/movie/%s' % ('http://tv-v2.api-fetch.website', fav['id'])

In addon.xml, change version="1.7.3" to version="1.7.4"

Add all of those files back into the zip into their correct folders, renamed the zip to reflect new version #, then upload it to the Kodi machine, remove the old plugin, then and add the new zip as a plugin from file.

That worked for movies, but I would like to know how to do it for tvshows and anime as well.
Is it possible?

@YOmbosu2
Copy link

kriswo, I've followed your instructions to the letter and it works!!!!

Please tell us how to enable search for TV Shows as well.

I am unable to search for TV Shows.

@Chorelitos
Copy link

I am using your latest popcorn addon (1.7.3.) and Kodi 18.6

I try to search for Movies, tv shows and anime but I get the message:"Could not resolve a media list as there was no domains that worked."

@dsenseb
Copy link

dsenseb commented Mar 28, 2020

kriswo, I've followed your instructions to the letter and it works!!!!

Please tell us how to enable search for TV Shows as well.

I am unable to search for TV Shows.

Here too. Movies work now, but tv shows not.

@Klootjavaan
Copy link

Guys pls help?
I did the same steps but when loading altered zip file in Kodi it wont install :(
I gave permission to install unknown sources and cleared cache.

Which editor you use to alter de files?
And to unzip en zip the files again?

Thanks for the help!

@YOmbosu2
Copy link

Winzip to unzip

Notepad to edit the files :)

@Klootjavaan
Copy link

Winzip to unzip

Notepad to edit the files :)

YOmbosu2 my Hero!!!

That did the trick! 👯‍♂
I used WinRar to zip the files instead of WinZip.

Thanks a lot!!!

@ricardocontieri
Copy link

Has this issue been reopened?

@achillest7
Copy link

Yeah, as of 15 April, the problem is back. The add-on was officially updated to 1.7.4 and 1.7.5 which temporarily fixed it, but now it's happening again. I wonder should we expect a new update?

@TheAlmightyThor
Copy link

I’m also experiencing this problem

@ealtuna
Copy link

ealtuna commented Apr 19, 2020

The API version was taken down. The current url would be https://tv-v2.api-fetch.sh/.

@achillest7
Copy link

The API version was taken down. The current url would be https://tv-v2.api-fetch.sh/.

Hey, thanks very much for the info. I fixed the add-on replacing it with the new URL and it works.

@happydonut111
Copy link

The API version was taken down. The current url would be https://tv-v2.api-fetch.sh/.

Hey, thanks very much for the info. I fixed the add-on replacing it with the new URL and it works.

How did you do this?

@achillest7
Copy link

The API version was taken down. The current url would be https://tv-v2.api-fetch.sh/.

Hey, thanks very much for the info. I fixed the add-on replacing it with the new URL and it works.

How did you do this?

Download the latest version 1.7.5 zip, follow the instructions of kriswo above! But instead of "http://tv-v2.api-fetch.website/" replace it with "https://tv-v2.api-fetch.sh/". Here you can find the versions : https://kodi-addons.club/addon/plugin.video.kodipopcorntime/

@happydonut111
Copy link

The API version was taken down. The current url would be https://tv-v2.api-fetch.sh/.

Hey, thanks very much for the info. I fixed the add-on replacing it with the new URL and it works.

How did you do this?

Download the latest version 1.7.5 zip, follow the instructions of kriswo above! But instead of "http://tv-v2.api-fetch.website/" replace it with "https://tv-v2.api-fetch.sh/". Here you can find the versions : https://kodi-addons.club/addon/plugin.video.kodipopcorntime/

I have PT on Kodi on my TV. I don’t think I can edit any of that. Why hasn’t an update just been pushed through like last time?

@Funkbreaks
Copy link

Funkbreaks commented May 3, 2020

Hi,

Here you can download the pluging on 1.7.5 version with the url pointing to: "https://tv-v2.api-fetch.sh/". Its working just for movies on Kodi 17.3 on a raspi.

https://www.dropbox.com/s/r4em105f2w659as/plugin.video.kodipopcorntime-1.7.5.zip

The changes from @daniel3xxx are merged to master here: markop159/KODI-Popcorn-Time@ee073a7 but it seems not a 1.7.5.1 version released.

@happydonut111
Copy link

Hi,

Here you can download the pluging on 1.7.5 version with the url pointing to: "https://tv-v2.api-fetch.sh/". Its working just for movies on Kodi 17.3 on a raspi.

https://www.dropbox.com/s/r4em105f2w659as/plugin.video.kodipopcorntime-1.7.5.zip

The changes from @daniel3xxx are merged to master here: markop159/KODI-Popcorn-Time@ee073a7 but it seems not a 1.7.5.1 version released.

I have Kodi on my Android TV. No idea how to change a file to that.

@unhappycamper2020
Copy link

@Funkbreaks Excellent, thank you. Downloaded that, popped it on a usb stick, deleted my old Popcorn and installed this one instead and it works perfect.
No more “no domains that worked” error!

Even signed up to here just to say thanks.

Thank you

@destine1
Copy link

FYI...the path to api-fetch.py is \plugin.video.kodipopcorntime-1.7.5.zip\plugin.video.kodipopcorntime\resources\lib\kodipopcorntime\providers. Extract the api-fetch.py, use Notepad and change "https://api-fetch.website" to "https://tv-v2.api-fetch.sh/", save, add it back to the .zip file in the above path. Enjoy (movies only)!

@Funkbreaks
Copy link

Hi,
Here you can download the pluging on 1.7.5 version with the url pointing to: "https://tv-v2.api-fetch.sh/". Its working just for movies on Kodi 17.3 on a raspi.
https://www.dropbox.com/s/r4em105f2w659as/plugin.video.kodipopcorntime-1.7.5.zip
The changes from @daniel3xxx are merged to master here: markop159/KODI-Popcorn-Time@ee073a7 but it seems not a 1.7.5.1 version released.

I have Kodi on my Android TV. No idea how to change a file to that.

Not sure how to do it, maybe you can point to the .zip file url and try to install it. I suppose you might have to add some kind of repo for apps, maybe that's the place to add the zip url¿? Sorry not to be more helpfull.

@BullShark
Copy link

Thanks. This fixed it for me. The file was under ~/.kodi/addons/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/providers/api-fetch.py for me in Manjaro.

@illorca1982
Copy link

Hi,
Here you can download the pluging on 1.7.5 version with the url pointing to: "https://tv-v2.api-fetch.sh/". Its working just for movies on Kodi 17.3 on a raspi.
https://www.dropbox.com/s/r4em105f2w659as/plugin.video.kodipopcorntime-1.7.5.zip
The changes from @daniel3xxx are merged to master here: markop159/KODI-Popcorn-Time@ee073a7 but it seems not a 1.7.5.1 version released.

I have Kodi on my Android TV. No idea how to change a file to that.

Thanks my friend

@illorca1982
Copy link

There is no way to make the Tv series work?

@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

@ghost
Copy link

ghost commented Oct 19, 2020

For the boobs

Step 1 go ahead and download this https://www.raspberrypi.org/downloads/ for your OS

Step 2 insert a SD cart minimum 8GB and select libre ELEC as OS then select your version off the raspberry PI

Step 3 now boot up the raspberry PI u should see the KODI home screen now Perfect!

step4 once that is all done go back to your PC and download this
https://drive.google.com/file/d/1Hc45o_6...sp=sharing
now find a USB stick somewhere in your house take the .rar file and upload it onto the USB stick

step 5 insert the USB stick into ur raspberry PI
now scroll through KODI and u should see ADD-ONS go ahead and click that then at the top right it says Install from zip file

step 6 there are about 5-6 folders click the one with ur USB name

step7 the final step now simply just click on plugin.video.kodipopcorntime-1.7.5 fxed by ANG.rar
great your done give it 1-2 min to install back out off everything and click ADD-ONS and there is popcorn time for u

@unhappycamper2020
Copy link

I like boobs, but I don’t own an SD cart :(

@destine1
Copy link

destine1 commented Oct 19, 2020 via email

@ghost
Copy link

ghost commented Oct 20, 2020

A SD is like 8$ on Amazon

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

No branches or pull requests