WordRider Home
Welcome! Log In Create A New Profile

Advanced

Openload.co plugin not working

Posted by tranix321 
Re: Openload.co plugin not working
June 06, 2016 05:27PM
Also, if you can reproduce the issue where it fails to decode the JS, we could take a look at it.
Re: Openload.co plugin not working
June 06, 2016 10:35PM
Openload plugin updated to attempt decoding javascript before using the API

if decoding javascript fails the source code will be added to the log file

both good and bad versions of the relevant script are attached
Attachments:
open | download - good.txt (24.1 KB)
open | download - bad.txt (24 KB)
Re: Openload.co plugin not working
June 07, 2016 04:07PM
Hmm, the bad version has some \uFFFD characters in there, which suggests some sort of character encoding issue. Odd.
Re: Openload.co plugin not working
June 07, 2016 04:32PM
So that problem is in DownloadClient#inflate on line 561. UTF-8 is a multi-byte character encoding and the buffer might contain half the bytes of a character, which will cause those \uFFFDs in the decoded string. DownloadClient#streamToString does it the right way, so you can work around this issue by removing the Accept-Encoding header from the request for now (#inflate should probably be fixed; I'm surprised this hasn't come up earlier).

However, now I'm getting a stack overflow during code generation.
Re: Openload.co plugin not working
June 07, 2016 09:09PM
The Accept-Encoding removal work around implemented

occasionally the javascript engine causes a stack overflow during code generation, but works fine in FRD

Edit: I do however run FRD with an increased stack/heap/memory size



Edited 1 time(s). Last edit at 06/07/2016 09:13PM by birchie.
Re: Openload.co plugin not working
June 07, 2016 09:20PM
Yeah, seems to work fine every time now with a larger stack size.
Re: Openload.co plugin not working
June 09, 2016 08:07AM
Its not working for me after the new update.
Says: Failed generating bytecode for..

Samples

[openload.co]
[openload.co]

Log: [pastebin.com]

BTW I do use that larger stack -Xss1m thingy

Edit: There were 2 updates to this right? on Jun 7 and 8.
I think the first one was working.



Edited 1 time(s). Last edit at 06/09/2016 08:17AM by honey_ami.
Re: Openload.co plugin not working
June 09, 2016 02:32PM
You might need to use an even larger stack. Could you try -Xss2m?
Re: Openload.co plugin not working
June 10, 2016 04:06AM
yayy.. -Xss2m works.
thanks a megaton ntos grinning smiley
Re: Openload.co plugin not working
July 01, 2016 04:32AM
Openload Pigeon Problem

Is Openload working for you guys?

I was downloading this link last night [openload.co]
and today when I resumed.. it ran into an error. Log: [pastebin.com]

This link has stopped working in browser too. Just gets a 31 mb mp4 file.
Screenshot of that video:



Kodi (Streaming App) users are also reporting this problem [www.youtube.com]
So are youtube-dl ones [github.com]

The other downloader that cannot be named here seems to work fine.
Dunno how are they doing it, when it doesn't even work in browser??

I have over 50% file downloaded already. Hope some workaround is found.



Edited 1 time(s). Last edit at 07/01/2016 04:34AM by honey_ami.
Sorry, only registered users may post in this forum.

Click here to login