View Poll Results: What version(s) of VRipper are you using ?

Voters
45. You may not vote on this poll
  • Windows

    38 84.44%
  • Linux

    5 11.11%
  • Mac

    4 8.89%
  • Server

    1 2.22%
Multiple Choice Poll.
Page 109 of 109 << First ... 95999107108109
Results 1,621 to 1,634 of 1634

Thread: VRipper (Cross-platform Gallery Ripper)  

  1. #1621
    Elite Prospect Kornetto's Avatar
    Joined
    29 Nov 2014
    Posts
    1,007
    Likes
    13,417
    Images
    137,652

    Re: VRipper (Cross-platform Gallery Ripper)

    Getting this error on 5.5.0

     Failed to process thread 6377001, post 103510992
                       java.net.SocketException: Connection reset
    at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
    at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.executeHandshake(SSLConnectionSocketFactory.java:345)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:313)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:251)
    at org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:189)
    at org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:450)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:162)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:172)
    at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:142)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:192)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:152)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:116)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:245)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
    at me.vripper.parser.PostLookupAPIParser.parse$lambda$3(PostLookupAPIParser.kt:53)
    at net.jodah.failsafe.Functions.lambda$get$0(Functions.java:48)
    at net.jodah.failsafe.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:66)
    at net.jodah.failsafe.Execution.executeSync(Execution.java:128)
    at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:379)
    at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:68)
    at me.vripper.parser.PostLookupAPIParser.parse(PostLookupAPIParser.kt:51)
    at me.vripper.tasks.AddPostRunnable.run(AddPostRunnable.kt:38)
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.base/java.lang.Thread.run(Unknown Source)




  2. #1622
    Member
    Joined
    26 Jan 2024
    Posts
    1
    Likes
    0
    Images
    0

    Re: Viper Ripper (Windows Gallery Ripper)

    Never had a problem with vripper before.
    I was surprised by an error popup header that read:

    File is corrupted - unable to recover a valid set of chunks [2.2.224/6]
    Then:
    org.h2.jdbc.JdbcSQLNonTransientConnectionException: File corrupted while reading record: "C:/Users/"ME"/vripper/vripper.mv.db". Possible solution: use the recovery tool [90030-224]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:690)
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:489)
    at org.h2.message.DbException.get(DbException.java:212)
    at org.h2.mvstore.db.Store.convertMVStoreException(Store.java:163)
    at org.h2.mvstore.db.Store.<init>(Store.java:142)
    at org.h2.engine.Database.<init>(Database.java:326)
    at org.h2.engine.Engine.openSession(Engine.java:92)
    at org.h2.engine.Engine.openSession(Engine.java:222)
    at org.h2.engine.Engine.createSession(Engine.java:201)
    at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:343)
    at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:125)
    at org.h2.Driver.connect(Driver.java:59)
    at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
    at me.vripper.utilities.DbUtils.update(DbUtils.kt:17)
    at me.vripper.gui.services.DatabaseManager.connect(DatabaseManager.kt:14)
    at me.vripper.gui.components.views.LoadingView$1$1$1.invoke(LoadingView.kt:38)
    at me.vripper.gui.components.views.LoadingView$1$1$1.invoke(LoadingView.kt:27)
    at tornadofx.AsyncKt$sam$java_lang_Runnable$0.run(Async.kt)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456)
    at java.base/java.security.AccessController.doPrivileged(Unknown Source)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
    at java.base/java.lang.Thread.run(Unknown Source)
    Caused by: org.h2.mvstore.MVStoreException: File is corrupted - unable to recover a valid set of chunks [2.2.224/6]
    at org.h2.mvstore.DataUtils.newMVStoreException(DataUtils.java:996)
    at org.h2.mvstore.RandomAccessStore.readStoreHeader(RandomAccessStore.java:320)
    at org.h2.mvstore.FileStore.start(FileStore.java:916)
    at org.h2.mvstore.MVStore.<init>(MVStore.java:289)
    at org.h2.mvstore.MVStore$Builder.open(MVStore.java:2035)
    at org.h2.mvstore.db.Store.<init>(Store.java:133)
    ... 21 more
    Possible solution: use the recovery tool [90030-224]

    I tried repairing 5.2, then uninstalled and installed 5.8 but no luck.
    Could you direct me to the recovery tool [90030-224]?
    Thanks
    Joe

  3. #1623
    Member starrrats's Avatar
    Joined
    4 Jan 2006
    Posts
    180
    Likes
    88
    Images
    28
    Location
    US 

    Re: VRipper (Cross-platform Gallery Ripper)

    I'm trying to configure vripper as the application that handles the download link provided at the top of each post/page. I'm supposed to configure it using xdg-mime in Linux but I'm not sure what the mime type VRipper is associated with. Can anyone help?

  4. #1624
    Super Moderator roger33's Avatar
    Joined
    12 Sep 2018
    Posts
    30,466
    Likes
    273,612
    Images
    2,902,890
    Location
    Basileia ton Rhomaion 

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by starrrats View Post
    I'm trying to configure vripper as the application that handles the download link provided at the top of each post/page. I'm supposed to configure it using xdg-mime in Linux but I'm not sure what the mime type VRipper is associated with. Can anyone help?
    Those download links (vr:t=) are exclusive to Windows + Viper Ripper (the other old ripper). There is a workaround for Windows, but not sure if you can adapt it to Linux.

    https://vipergirls.to/threads/149824...1#post33828355

    You better send a PM and ask the admin V for technical details.

  5. Liked by 2 users: protogen, twat

  6. #1625
    Member starrrats's Avatar
    Joined
    4 Jan 2006
    Posts
    180
    Likes
    88
    Images
    28
    Location
    US 

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by roger33 View Post
    Those download links (vr:t=) are exclusive to Windows + Viper Ripper (the other old ripper). There is a workaround for Windows, but not sure if you can adapt it to Linux.

    https://vipergirls.to/threads/149824...1#post33828355

    You better send a PM and ask the admin V for technical details.
    Thanks for the tip.

  7. Liked by 2 users: protogen, roger33

  8. #1626
    Elite Prospect Kornetto's Avatar
    Joined
    29 Nov 2014
    Posts
    1,007
    Likes
    13,417
    Images
    137,652

    Re: VRipper (Cross-platform Gallery Ripper)

     Failed to process thread 10343018, post 171006504
                       java.net.SocketException: Connection reset
    at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
    at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.executeHandshake(SSLConnectionSocketFactory.java:345)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:313)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:251)
    at org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:189)
    at org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:450)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:162)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:172)
    at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:142)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:192)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:152)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:116)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:245)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
    at me.vripper.parser.PostLookupAPIParser.parse$lambda$3(PostLookupAPIParser.kt:53)
    at net.jodah.failsafe.Functions.lambda$get$0(Functions.java:48)
    at net.jodah.failsafe.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:66)
    at net.jodah.failsafe.Execution.executeSync(Execution.java:128)
    at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:379)
    at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:68)
    at me.vripper.parser.PostLookupAPIParser.parse(PostLookupAPIParser.kt:51)
    at me.vripper.tasks.AddPostRunnable$run$threadItem$1.invokeSuspend(AddPostRunnable.kt:44)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
    at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
    at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
    at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
    at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
    at me.vripper.tasks.AddPostRunnable.run(AddPostRunnable.kt:40)
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.base/java.lang.Thread.run(Unknown Source)
    VRipper not working, help

  9. #1627
    Member
    Joined
    21 Feb 2015
    Posts
    153
    Likes
    132
    Images
    0

    Re: VRipper (Cross-platform Gallery Ripper)

    and , again -> no Link = no help
    Just "VRipper not working, help " is not enough

  10. #1628
    Elite Member
    Joined
    6 Jul 2019
    Posts
    3,895
    Likes
    43,081
    Images
    92,761

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by Kornetto View Post
    VRipper not working, help
    Judging from all those (Unknown Source) markers my first guess would be you tried to grab something hosted on an unsupported imagehost.

    As Poiuz suggested above, a link to the post you were trying to access would be very helpful.

    -Edit-

    Nevermind, I'm guessing this was the post you were trying to access - https://vipergirls.to/threads/10343018?p=171006504

    In which case the issue would be that the material is hosted on Vipr.im, which afaik doesn't allow automated downloads using VRipper/ViperRipper.

  11. Liked by 2 users: bOOmy, roger33

  12. #1629
    Super Moderator roger33's Avatar
    Joined
    12 Sep 2018
    Posts
    30,466
    Likes
    273,612
    Images
    2,902,890
    Location
    Basileia ton Rhomaion 

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by Lurkio View Post

    In which case the issue would be that the material is hosted on Vipr.im, which afaik doesn't allow automated downloads using VRipper/ViperRipper.
    vipr.im allows VRipper if only you set "Concurrent downloads" to "1"







    Quote Originally Posted by Kornetto View Post
    VRipper not working, help

    Change that setting and try again.

  13. Liked by 2 users: bOOmy, Pixel

  14. #1630
    Elite Prospect Kornetto's Avatar
    Joined
    29 Nov 2014
    Posts
    1,007
    Likes
    13,417
    Images
    137,652

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by roger33 View Post
    vipr.im allows VRipper if only you set "Concurrent downloads" to "1"










    Change that setting and try again.
    nope didnt work, same problem, it doesnt even start the thread.

    Failed to process thread 10343018, post 171006504
                       java.net.SocketException: Connection reset
    at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
    at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.executeHandshake(SSLConnectionSocketFactory.java:345)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:313)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:251)
    at org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:189)
    at org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:450)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:162)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:172)
    at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:142)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:192)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:152)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:116)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:245)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
    at me.vripper.parser.PostLookupAPIParser.parse$lambda$3(PostLookupAPIParser.kt:53)
    at net.jodah.failsafe.Functions.lambda$get$0(Functions.java:48)
    at net.jodah.failsafe.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:66)
    at net.jodah.failsafe.Execution.executeSync(Execution.java:128)
    at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:379)
    at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:68)
    at me.vripper.parser.PostLookupAPIParser.parse(PostLookupAPIParser.kt:51)
    at me.vripper.tasks.AddPostRunnable$run$threadItem$1.invokeSuspend(AddPostRunnable.kt:44)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
    at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
    at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
    at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
    at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
    at me.vripper.tasks.AddPostRunnable.run(AddPostRunnable.kt:40)
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.base/java.lang.Thread.run(Unknown Source)
    Last edited by Kornetto; 22nd May 2024 at 02:18.

  15. #1631
    Elite Prospect
    Joined
    27 Nov 2013
    Posts
    132
    Likes
    1,541
    Images
    171

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by Kornetto View Post
    nope didnt work, same problem, it doesnt even start the thread.
    Downloaded without problems.
    VRipper 5.8.0 / Windows 10 22H2.



    I think is a SSL/TLS connection problem.
    Last edited by ppippo; 22nd May 2024 at 18:48.

  16. Liked by 1 user: roger33

  17. #1632
    Elite Prospect Kornetto's Avatar
    Joined
    29 Nov 2014
    Posts
    1,007
    Likes
    13,417
    Images
    137,652

    Re: VRipper (Cross-platform Gallery Ripper)

    Do i have to use local host or remote host ?



  18. #1633
    Super Moderator roger33's Avatar
    Joined
    12 Sep 2018
    Posts
    30,466
    Likes
    273,612
    Images
    2,902,890
    Location
    Basileia ton Rhomaion 

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by Kornetto View Post
    Do i have to use local host or remote host ?

    "Start Local Session"

  19. #1634
    Super Moderator roger33's Avatar
    Joined
    12 Sep 2018
    Posts
    30,466
    Likes
    273,612
    Images
    2,902,890
    Location
    Basileia ton Rhomaion 

    Re: VRipper (Cross-platform Gallery Ripper)

    Quote Originally Posted by Kornetto View Post
    nope didnt work, same problem, it doesnt even start the thread.

    Failed to process thread 10343018, post 171006504
                       java.net.SocketException: Connection reset
    at java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source)
    at java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
    at java.base/java.net.Socket$SocketInputStream.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.executeHandshake(SSLConnectionSocketFactory.java:345)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:313)
    at org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:251)
    at org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:189)
    at org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:450)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:162)
    at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:172)
    at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:142)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:192)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:152)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:116)
    at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
    at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:245)
    at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
    at me.vripper.parser.PostLookupAPIParser.parse$lambda$3(PostLookupAPIParser.kt:53)
    at net.jodah.failsafe.Functions.lambda$get$0(Functions.java:48)
    at net.jodah.failsafe.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:66)
    at net.jodah.failsafe.Execution.executeSync(Execution.java:128)
    at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:379)
    at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:68)
    at me.vripper.parser.PostLookupAPIParser.parse(PostLookupAPIParser.kt:51)
    at me.vripper.tasks.AddPostRunnable$run$threadItem$1.invokeSuspend(AddPostRunnable.kt:44)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
    at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
    at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
    at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
    at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
    at me.vripper.tasks.AddPostRunnable.run(AddPostRunnable.kt:40)
    at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.base/java.lang.Thread.run(Unknown Source)
    Are you using the original vipergirls . to or alternative domains?

    - https://planetviper.club
    - https://viper.to
    - https://viperbb.rocks
    - https://viperkats.eu
    - https://viperohilia.art
    - https://viperproxy.org
    - https://vipervault.link

    If you are on one of these, VRipper won't work.

Posting Permissions