mbebe / blomqvist

blomqvist
GNU General Public License v3.0
154 stars 55 forks source link

Fmovies not working #1030

Closed Shoninzo closed 8 months ago

Shoninzo commented 9 months ago

It's not working because of a domain name change

pitsi commented 9 months ago

May I ask which domain name change do you mean? Fmovies was updated for the site's domain name change back in late September with v1.24.

Shoninzo commented 9 months ago

May I ask which domain name change do you mean? Fmovies was updated for the site's domain name change back in late September with v1.24.

I apologize, I got it wrong, but it's still not working

pitsi commented 9 months ago

You are right, it does not work. Tbh, vidplay and mycloud do not work, filemoon works. This is a long standing issue though, so can you please install log viewer (from the main kodi repo) and once the addon pops up an error, check the log viewer for something similar to this

2024-01-15 07:37:24.670 T:139818306602752   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'int' object has no attribute 'get'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.fmoviesto/main.py", line 1562, in <module>
                                                router(sys.argv[2][1:])
                                              File "/storage/.kodi/addons/plugin.video.fmoviesto/main.py", line 1414, in router
                                                PlayLink(exlink)
                                              File "/storage/.kodi/addons/plugin.video.fmoviesto/main.py", line 715, in PlayLink
                                                stream_url = decodeVidstream(link2)
                                              File "/storage/.kodi/addons/plugin.video.fmoviesto/main.py", line 837, in decodeVidstream
                                                srcs = (json.loads(ff)).get('result',None).get('sources',None)
                                            AttributeError: 'int' object has no attribute 'get'
                                            -->End of Python script error report<--
2024-01-15 07:37:24.881 T:139819779360896   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.fmoviesto/?moviescount=0&url=2456667%7Chttps%3A%2F%2Ffmoviesz.to%2Fmovie%2Foppenheimer-j2r74&movie=True&image=https%3A%2F%2Fstatic.bunnycdn.ru%2Fi%2Fcache%2Fimages%2F0%2F04%2F04f7d5c5954f7c9c2e1313e0b34e4306.jpg&title=Oppenheimer+-+%5BI%5D%5BCOLOR+khaki%5DVidplay%5B%2FI%5D++%5BB%5D%5B%2FCOLOR%5D%5B%2FB%5D&mode=playlink&page=1]
Shoninzo commented 9 months ago

I can't at the time, I dropped my laptop on the floor last week and broke my screen and I have to wait until I get it fixed; I've been watching Kodi on my android TV ever since then

pitsi commented 9 months ago

That is why I suggested the log viewer addon above. It can grab the log from within kodi, no need to search for it in the device's filesystem.

pitsi commented 9 months ago

Believe it or not, I tried fmovies (vidplay and mycloud) ~2 hours ago that I woke up (5am at gmt+2) and they worked!

pitsi commented 9 months ago

Last night (at ~10pm here at gmt+2) fmovies was completely broken, it could not even list the movies/tvshows in the menus. This morning (at 5.30 to 6.00am) it could list the movies/tvshows, but it had the known issue with vidplay and mycloud.

Sadly, I did not back up the log, the one containing the bigger issue, last night so as to check it today.