WordRider Home
Welcome! Log In Create A New Profile

Advanced

Indian Sites Thread

Posted by honey_ami 
Re: Indian Sites Thread
November 27, 2016 11:31AM
Hungama plugin created.

Album works in IDE but doesn't work in FRD not sure why.
Re: Indian Sites Thread
November 27, 2016 08:57PM
Album works in both IDE and FRD for me
Re: Indian Sites Thread
November 27, 2016 10:33PM
Thanks for the info birchie.

Hmm.. this is weird, there is something wrong in my end. The album works in FRD if I use VPN. And it's not only hungama's album, but also other plugins (uploaded, nitroflare). The plugins work fine in browser (without VPN) and in FRD (with VPN).

For hungama's album:
SEVERE: 
java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
	at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
	at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
	at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
	at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1974)
	at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1736)
	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
	at cz.vity.freerapid.plugins.webclient.DownloadClient.processHttpMethod(DownloadClient.java:377)
	at cz.vity.freerapid.plugins.webclient.DownloadClient.makeRequest(DownloadClient.java:388)
	at cz.vity.freerapid.plugins.webclient.AbstractRunner.makeRedirectedRequest(AbstractRunner.java:163)
	at cz.vity.freerapid.plugins.services.hungama.HungamaFileRunner.processAlbum(Unknown Source)
	at cz.vity.freerapid.plugins.services.hungama.HungamaFileRunner.run(Unknown Source)
	at cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:106)
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)
	at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at javax.swing.SwingWorker.run(SwingWorker.java:334)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


For uploaded:
SEVERE: 
java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
	at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
	at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
	at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
	at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1974)
	at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1736)
	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
	at cz.vity.freerapid.plugins.webclient.DownloadClient.processHttpMethod(DownloadClient.java:377)
	at cz.vity.freerapid.plugins.webclient.DownloadClient.makeRequest(DownloadClient.java:388)
	at cz.vity.freerapid.plugins.webclient.AbstractRunner.makeRedirectedRequest(AbstractRunner.java:163)
	at cz.vity.freerapid.plugins.services.uploadedto.UploadedToRunner.run(Unknown Source)
	at cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:106)
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)
	at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at javax.swing.SwingWorker.run(SwingWorker.java:334)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


For nitroflare:
SEVERE: cz.vity.freerapid.core.tasks.DownloadTask@88e53 failed: java.io.EOFException
java.io.EOFException
	at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268)
	at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258)
	at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
	at java.util.zip.GZIPInputStream.(GZIPInputStream.java:79)
	at java.util.zip.GZIPInputStream.(GZIPInputStream.java:91)
	at cz.vity.freerapid.plugins.webclient.DownloadClient.updateAsString(DownloadClient.java:451)
	at cz.vity.freerapid.plugins.webclient.DownloadClient.makeRequest(DownloadClient.java:429)
	at cz.vity.freerapid.plugins.webclient.AbstractRunner.makeRedirectedRequest(AbstractRunner.java:163)
	at cz.vity.freerapid.plugins.services.nitroflare.NitroFlareFileRunner.setCookie(Unknown Source)
	at cz.vity.freerapid.plugins.services.nitroflare.NitroFlareFileRunner.run(Unknown Source)
	at cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:106)
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)
	at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at javax.swing.SwingWorker.run(SwingWorker.java:334)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Re: Indian Sites Thread
November 28, 2016 03:55AM
The same album sample [www.hungama.com]
threw an exception. [pastebin.com]
Downloading works fine.. No biggie.

Again same sample ran smoothly, when I restarted FRD.

Previously just had 4 links in queue so big database should not be issue.
Perhaps some old library thing we have included here in FRD.
( think I read this is fixed in next version )

Nevertheless tested another Album and Single

[www.hungama.com]
[www.hungama.com]

Works fine.. Thanks team grinning smiley
Re: Indian Sites Thread
November 28, 2016 10:37AM
Thanks for the feedback.

Your issue has something to do with objectdb bug, and I haven't caught that bug ever since I update objectdb library to more recent version.

My issue has something to do with network connection (or the libraries, or whatever), I haven't investigated it further. The workaround for my issue is by using local proxy (privoxy for example). I'm not going to lose any sleep over this (my) issue tongue sticking out smiley, I'll just use the workaround.
Re: Indian Sites Thread
March 20, 2017 05:19AM
Tong you still there?

Hungama has changed their look and download wont start.
Can this be fixed?

Sample ~ album and single

[www.hungama.com]

[www.hungama.com]

Thanks :)
Re: Indian Sites Thread
April 10, 2017 11:41AM
Yeah, they simplified many things (stripping encryption/obfuscation, etc), that makes my life easier smiling smiley

Fixed in plugin v1.1.0. They changed the media format from mp3 to mp4, so you have to extract the audio (AAC) by yourself.
Re: Indian Sites Thread
April 11, 2017 04:30AM
It works.. thanks tong thumbs up smiley
Sorry, only registered users may post in this forum.

Click here to login