Windows
Linux
Mac
Server
Last edited by coldfinger; 30th August 2025 at 09:45.
majorleaguemilfs.blogspot - zillions of milfs pics
yeah ! almost same problem as well , using VRipper 6.5.2 . Galleries are not downloading. And just returning errors.
No idea where can i upload log file ?
----------------
Though when i see the log the last image gave this error (removed image link though , just pasting what error message says)
Since it's just same for all previous images for last gallery.
14:20:50.949 [virtual-261] ERROR me.vripper.services.DownloadService - Failed to download https://imx.to/i/****** after 3 tries
me.vripper.exception.DownloadException: me.vripper.exception.HostException: Unexpected response code: 403
at me.vripper.services.DownloadService$ImageDownloadRunnable.download(DownloadService.kt:128)
at me.vripper.services.DownloadService$ImageDownloadRunnable.run(DownloadService.kt:178)
at dev.failsafe.Functions.lambda$toCtxSupplier$9(Functions.java:228)
at dev.failsafe.Functions.lambda$getPromise$1(Functions.java:83)
at dev.failsafe.Functions.lambda$toAsync$8(Functions.java:195)
at dev.failsafe.internal.RetryPolicyExecutor.handleAsync(RetryPolicyExecutor.java:145)
at dev.failsafe.internal.RetryPolicyExecutor.lambda$handleAsync$2(RetryPolicyExecutor.java:170)
at dev.failsafe.internal.util.DelegatingScheduler.lambda$schedule$0(DelegatingScheduler.java:141)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.lang.VirtualThread.run(Unknown Source)
Caused by: me.vripper.exception.HostException: Unexpected response code: 403
at me.vripper.host.Host.head$lambda$9(Host.kt:163)
at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:247)
at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
at me.vripper.host.Host.head(Host.kt:158)
at me.vripper.host.Host.downloadInternal(Host.kt:57)
at me.vripper.services.DownloadService$ImageDownloadRunnable.download(DownloadService.kt:103)
... 9 common frames omitted
got the new 6.5.6
works good on imx
but:
1. does not download file named 000, example:
https://imx.to/i/69tlpb from https://vipergirls.to/threads/15229135-Te...gust-28-2025
2. does not download files with name starting with "_", example:
https://imx.to/i/69tkon from https://vipergirls.to/threads/15229133?p=...ost248322559
3. auto-rename doesn't work
Liked by 1 user: version365
Update to 6.5.6
about the 000 & _ not downloading, it's not about the filename, but the fact that the images were posted on the thread as full size image & not as thumbnail. The new imx downloading method for 6.5.6 is that it converts the thumbnail url into full size url without loading the page. But, I guess the code can't convert it if it's already in full size.![]()
Last edited by version365; 30th August 2025 at 19:32.
It will be so great if we have some scheduler in Vripper's new version![]()
Liked by 1 user: roger33
Hi version,
thanks for the reply, but the problem remains and I really don't know what to do...
On a side note, and since a few months, I cannnot access VG (and IMX) anymore without a vpn on, otherwise it's 504 Gateway Timeout. On some rare instances I can, but it's 1 on 10 connections (I'm in Finland). Actualy, I think it started when ddos guard was introduced (VG & IMX). It only happens here and nowhere else. And I don't think it comes from my hardware since I got a new laptop very recently.
Cheers mate.
majorleaguemilfs.blogspot - zillions of milfs pics
Liked by 1 user: version365
Liked by 1 user: version365
Hi guys,
some days ago my mac crashed while Vripper 6.5.4 was running.
After rebooting Vripper will not start anymore.
I removed it and updated to 6.5.6 but still the same problem: an empty vripper window appears but then it remains starting without the menus showing up.
the log gives this:
/Applications/VRipper.app/Contents/MacOS/VRipper ; exit;
Sep 01, 2025 8:01:29 PM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @189cb4fd'
Sep 01, 2025 8:01:29 PM tornadofx.Stylesheet$Companion detectAndInstallUrlHandler
INFO: Installing CSS url handler, since it was not picked up automatically
20:01:36.423 [JavaFX Application Thread] INFO l.c.StandardChangeLogHistoryService - Reading from DATABASECHANGELOG
Database is up to date, no changesets to execute
20:01:36.502 [JavaFX Application Thread] INFO l.c.StandardChangeLogHistoryService - Reading from DATABASECHANGELOG
UPDATE SUMMARY
Run: 0
Previously run: 5
Filtered out: 0
-------------------------------
Total change sets: 5
20:01:36.512 [JavaFX Application Thread] INFO liquibase.util.ShowSummaryUtil - UPDATE SUMMARY
20:01:36.513 [JavaFX Application Thread] INFO liquibase.util.ShowSummaryUtil - Run: 0
20:01:36.513 [JavaFX Application Thread] INFO liquibase.util.ShowSummaryUtil - Previously run: 5
20:01:36.513 [JavaFX Application Thread] INFO liquibase.util.ShowSummaryUtil - Filtered out: 0
20:01:36.513 [JavaFX Application Thread] INFO liquibase.util.ShowSummaryUtil - -------------------------------
20:01:36.513 [JavaFX Application Thread] INFO liquibase.util.ShowSummaryUtil - Total change sets: 5
20:01:36.514 [JavaFX Application Thread] INFO liquibase.util.ShowSummaryUtil - Update summary generated
20:01:36.515 [JavaFX Application Thread] INFO liquibase.command.CommandScope - Command execution complete
20:01:36.896 [DefaultDispatcher-worker-1] ERROR m.vripper.gui.VripperGuiApplication - Thread Thread[#45,DefaultDispatcher-worker-1,5,main] threw an exception: org.sqlite.SQLiteException: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed)
org.jetbrains.exposed.exceptions.ExposedSQLException: org.sqlite.SQLiteException: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed)
at org.jetbrains.exposed.sql.statements.Statement.executeIn$exposed_core(Statement.kt:99)
at org.jetbrains.exposed.sql.Transaction.exec(Transaction.kt:292)
at org.jetbrains.exposed.sql.Transaction.exec(Transaction.kt:269)
at org.jetbrains.exposed.sql.statements.Statement.execute(Statement.kt:59)
at org.jetbrains.exposed.sql.QueriesKt.update(Queries.kt:487)
at org.jetbrains.exposed.sql.QueriesKt.update$default(Queries.kt:484)
at me.vripper.data.repositories.impl.ImageRepositoryImpl.stopByPostIdAndIsNotCompleted(ImageRepositoryI mpl.kt:76)
at me.vripper.services.DataTransaction.stopImagesByPostIdAndIsNotCompleted$lambda$34(DataTransaction.kt :226)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.inTopLevelTransaction$run(Thr eadLocalTransactionManager.kt:345)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.inTopLevelTransaction$lambda$ 11(ThreadLocalTransactionManager.kt:392)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.keepAndRestoreTransactionRefA fterRun(ThreadLocalTransactionManager.kt:400)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.inTopLevelTransaction(ThreadL ocalTransactionManager.kt:391)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.transaction$lambda$5(ThreadLo calTransactionManager.kt:300)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.keepAndRestoreTransactionRefA fterRun(ThreadLocalTransactionManager.kt:400)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.transaction(ThreadLocalTransa ctionManager.kt:249)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.transaction(ThreadLocalTransa ctionManager.kt:227)
at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.transaction$default(ThreadLoc alTransactionManager.kt:226)
at me.vripper.services.DataTransaction.stopImagesByPostIdAndIsNotCompleted(DataTransaction.kt:226)
at me.vripper.listeners.AppManager.start(AppManager.kt:41)
at me.vripper.gui.components.views.LoadingView$1$1.emit(LoadingView.kt:32)
at me.vripper.gui.components.views.LoadingView$1$1.emit(LoadingView.kt:29)
at kotlinx.coroutines.flow.FlowKt__TransformKt$filterIsInstance$$inlined$filter$2$2.emit(Emitters.kt:50 )
at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:397)
at kotlinx.coroutines.flow.SharedFlowImpl$collect$1.invokeSuspend(SharedFlow.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:589)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:823)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:720)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:707)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: null
Caused by: org.sqlite.SQLiteException: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed)
at org.sqlite.core.DB.newSQLException(DB.java:1179)
at org.sqlite.core.DB.newSQLException(DB.java:1190)
at org.sqlite.core.DB.execute(DB.java:988)
at org.sqlite.core.DB.executeUpdate(DB.java:1054)
at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:129)
at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:458)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:124)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:105)
at org.jetbrains.exposed.sql.statements.jdbc.JdbcPreparedStatementImpl.executeUpdate(JdbcPreparedStatem entImpl.kt:53)
at org.jetbrains.exposed.sql.statements.UpdateStatement.executeInternal(UpdateStatement.kt:29)
at org.jetbrains.exposed.sql.statements.UpdateStatement.executeInternal(UpdateStatement.kt:21)
at org.jetbrains.exposed.sql.statements.Statement.executeIn$exposed_core(Statement.kt:97)
... 31 common frames omitted
I googled the JavaFX error and it seems it can be ignored, but I can't find the solution to the [SQLITE_CORRUPT] The database disk image is malformed error.
Does anybody know how to solve this?
Regards Bo
Last edited by boepsy; 1st September 2025 at 20:17.
tried on alternate backup drive same result
On a new note I have been thinking that maybe I have too many versions installed accross my PC (backup drives etc) so I decided to do a clean up and I found the 3.3.2 version and clicked on it...and it worked! no closing of the app nothing it just downloaded the set with no problem. I'm beginning to think that my problem is more on my PC than the app itself.
Rafael
Hi,
and thanks for your reply.
Since I'm not tech savy - far from it actually - what do you mean by internet restrictions? I'm not aware that I have such restrictions because I've had the same settings for years without any problems, and VG always ran perfectly. (I use FSecure antivirus & Deco mesh for internet distribution within the house) . But if yes, how do I modify those restrictions?
The whole VG/Ripper problem started only a few weeks ago for some unknown reasons and that's why I'm puzzled.
As for the latest version, I assume you refer to the VRipper version I use, which is 6.5.5.
Any help would be really much appreciated.
Cheers mate(s)![]()
Last edited by coldfinger; 1st September 2025 at 07:17.
majorleaguemilfs.blogspot - zillions of milfs pics
majorleaguemilfs.blogspot - zillions of milfs pics