Gujal00 / ResolveURL

Fork of UrlResolver for XBMC by @t0mm0, @eldorados, @bstrdsmkr, @tknorris and @jsergio123
GNU General Public License v2.0
121 stars 57 forks source link

mycloud #105

Closed crak3rjack closed 3 months ago

crak3rjack commented 2 years ago

@Gujal00 Im getting this error and thanks! https://pastebin.com/jkRf0WSq

Gujal00 commented 2 years ago

Log snippets aren't helpful. Need full debug log to see what is happening with what versions calling each other

crak3rjack commented 2 years ago

@Gujal00 Hope this helps! http://pastebin.com/Tds9QuqJ

Gujal00 commented 2 years ago

As I said earlier snippets are no good, need full debug log to see the version numbers of conflicting plugins. But there is small clue there that you are on version 5.1.66 of ResolveURL yet using newer plugins from resolveurl.xxx which is the issue. The latest versions are ResolveURL 5.1.67 xxx Plugins 2.1.23

These two work together and are not compatible if versions mismatch. Upgrade to the latest ResolveURL and it will work or rollback smr.xxx to 2.1.22 if you want to stay on old resolveurl

Also the mcloud link you are using for testing is the resolved url already and not the actual embed and will not play through link tester

crak3rjack commented 2 years ago

@Gujal00 I have the repository but it won't update to 5.1.67... where can I get the zip and thanks.

shellc0de27 commented 2 years ago

@Gujal00 Can confirm this resolver is broken at the moment. Looks like maybe they changed yesterday or so, cause was working great a couple days ago. Besides the vizcloud domain needing to be updated they are now maybe obfuscating the media_id when we call https://{host}/info/{media_id}.

Here is my source for these so you can see what im talking about: aHR0cHM6Ly9mbW92aWVzLnRvLw==

Gujal00 commented 2 years ago

@Gujal00 I have the repository but it won't update to 5.1.67... where can I get the zip and thanks.

The repository zip is here

The release zips are always here

https://github.com/Gujal00/smrzips/tree/master/zips/script.module.resolveurl
mbebe commented 2 years ago

@Gujal00 please take a look. I did it in my addon - media_id is obfuscated and base64 encoded with custom letters. vidcloud_deco.txt

Gujal00 commented 2 years ago

@mbebe I spent a while going through the obfuscated javascript yesterday and had the completed the code almost :-)

_0x597deb = 
    (0, _0xe36705['y'])(_0x597deb),
    _0x597deb = this['m']('LCbu3iYC7ln24K7P', _0x597deb), 
    (_0x597deb = (0, _0xe36705['y'])(_0x597deb))['replace'](/\//g, '_')['replace'](/=+$/, '')
var _0x1c9411 = '0wMrYU+ixjJ4QdzgfN2HlyIVAt3sBOZnCT9Lm7uFDovkb/EaKpRWhqXS5168ePcG'

Thanks for your code. Looks like you are missing one final thing in your code

pix_color = pix_color.replace('=', '')
should be
pix_color = pix_color.replace('/', '_').replace('=','')

Will combine yours with mine to get a compact one and will add to ResolveURL

shellc0de27 commented 2 years ago

@mbebe @Gujal00 Thank you both :)

Gujal00 commented 2 years ago

Fixed in https://github.com/Gujal00/ResolveURL/commit/417255d0bda2985b452e72dcbb941e988365d3a4

ctubb111 commented 2 years ago

No one is able to authorize now with the latest version

gloriosotv commented 2 years ago

Amigo atualize o addon do f4mtester e o proxy igual que voce fez no addon plugin.video.live.streamspro.zip

Friend, update the f4mtester addon and the proxy just like you did in the plugin.video.live.streamspro.zip

doko-desuka commented 3 months ago

FMovies (the only website where mcloud.to was present, probably owned by them too along with Vidplay) is probably down for good. For many weeks the website didn't update with new content, and now it's offline for days.

So this resolver is likely not needed anymore.