Giter VIP home page Giter VIP logo

Comments (34)

cracker0dks avatar cracker0dks commented on August 12, 2024 1
  1. Ok, no problem, I changed it to sh :)
  2. Its called here: https://github.com/cracker0dks/CaptchaSolver/blob/master/JDownloader%202.0/tools/offlineCaptchaSolver/keep2share.cc.sh
    and here: https://github.com/cracker0dks/CaptchaSolver/blob/master/JDownloader%202.0/tools/offlineCaptchaSolver/filejoker.sh
    On both captcha types we are able to solve (before we try to solve them)

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

I use it frequently on Linux.
It is still working for k2s, I just tested it successfully a few minutes ago.

I agree that sometimes you still have to solve a captcha manually.
For example, it happened to me with filejoker just now.
But this is not often. Usually it works.

Does any of the methods works for you?
What does your logfile say?

from captchasolver.

WolfRamiO74 avatar WolfRamiO74 commented on August 12, 2024

I use it frequently on Linux. It is still working for k2s, I just tested it successfully a few minutes ago.

I agree that sometimes you still have to solve a captcha manually. For example, it happened to me with filejoker just now. But this is not often. Usually it works.

Does any of the methods works for you? What does your logfile say?

Yeah they work...

I Will check the logs, can you provide me some info?

What Is your linux distro, where from you install nodejs and whats steps did you do to get the this running ok?

Thanks!

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

I installed the whole thing by following these steps.

My distro is Linux Mint. It offers only nodejs 12.22, so I installed a more recent version directly from nodejs.org.
In my case version 19.9 (most recent during time of my setting it up).

For starters, you can go into directory ~/jd2/tools/offlineCaptchaSolver, run ./checkdeps.sh and see if you get "all good".

Then put an image from k2s-captcha in there as input.gif and run ./keep2share.cc.sh. Should say "all good" again.
And log.txt should be something like

{
"host": "keep2share.cc",
"text": "fwzR0F",
"confidence": 99
}

Btw, in the subfolder darknet64, the file temp.jpg shows the image in b/w, and the file predictions.jpg shows the separation of the letters.

from captchasolver.

WolfRamiO74 avatar WolfRamiO74 commented on August 12, 2024

thanks!!!

why this data isnt on the readme?

i run both SH scripts that you mention and both say "all good".
But when i try to download any file from K2s is stuck on "starting" and "captcha". :/

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

I can't help you if you don't give out more information...

When you got a k2s-file in JD2 and it is its turn to download, what recent files are there in the folder JDownloader/tools/offlineCaptchaSolver/?
Is a new input.gif (with current date/time) placed there?
Is its captcha recognized, i.e. the correct solution written in the log.txt in the same folder?

And do you have several k2s-files in JD2?
For me, sometimes one is skipped and only the next ones are processed.

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

I may be wrong but I'm experiencing the same issue and concluded to a missing dependency.

ocr.js call to darknet binary

const darknetExec = (process.platform === 'win32' ? 'darknet_no_gpu.exe' : './darknet');
        image.write('./darknet64/temp.jpg', function () {
                let result = execSync('cd darknet64 && ' + darknetExec + ' detector test data/obj.data yolov4-tiny-custom.cfg yolov4-tiny-custom_last.weights -dont_show temp.jpg');

but this binary is missing in the given path

from captchasolver.

cracker0dks avatar cracker0dks commented on August 12, 2024

Yeah sorry. The precompiled version was "lost" when I updated darknet to a newer version. So we need to precompile it again with the current version of yolo darknet. If that makes sense anyway (because of the different architectures)?

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

This makes sense but I think it should be specified in the README that it can't be used on Linux either without recompiling it or compiling it for amd64 for the most usecases and specifing in the README the informations from this issue (testing with ./checkdeps.sh and ./keep2share.cc.sh and darknet should be compiled for a specific architecture)

from captchasolver.

cracker0dks avatar cracker0dks commented on August 12, 2024

Should work again. Precompiled for linux so should be running on ARM64 again. Yes I will also add the architecture to the readme. Thanks :)

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

Should work again. Precompiled for linux so should be running on ARM64 again. Yes I will also add the architecture to the readme. Thanks :)

ARM64 ? Did you mean AMD64?

from captchasolver.

cracker0dks avatar cracker0dks commented on August 12, 2024

yeah, sorry typo. Should be AMD64

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

This makes sense: I was not experiencing this issue, because I was using a self-compiled darknet binary.

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

Still unable to make it work on Linux.

Here's are some issues, but I'm still stuck :

  1. There is a dependency with bash - It seems that it's installed on all systems but, it's not
  2. darknet binary has no execution right in the repository, so it needs to be added
  3. node_modules are not installed in the repository (that's a good thing) but the README does not explain that we have to install them. checkdeps.sh fixes dependencies installation

After fixing those issues, even if the tool is working offline, it seems never triggered. I'm using the MyJdownloader web interface, so this may be related.

THREAD: 148
148|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.settings.GeneralSettings.filenameandpathcharacterregexreplacemap.json
148|Log.L.log 9/1/23, 4:28:36 PM - INFO [ org.appwork.storage.JsonKeyValueStorage() ] -> Prefer (merged) JSon Storage from File: /opt/JDownloader/app/cfg/plugins/HOSTER/keep2share.cc.json
148|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.captcha.v2.solver.jac.JACSolverConfig.whitelistentries.json
148|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.captcha.v2.solver.jac.JACSolverConfig.blacklistentries.json
148|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings.whitelistentries.json
148|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.captcha.v2.solver.solver9kw.Captcha9kwSettings.blacklistentries.json
148|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.api.captcha.CaptchaMyJDownloaderRemoteSolverSettings.whitelistentries.json
148|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.api.captcha.CaptchaMyJDownloaderRemoteSolverSettings.blacklistentries.json

THREAD: 153
153|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.api.captcha.CaptchaMyJDownloaderRemoteSolverSettings.waitformap.json

THREAD: 152
152|Log.L.log 9/1/23, 4:28:36 PM - FINER [ org.appwork.loggingv3.LogV3(finer) ] -> Read Config(File): /opt/JDownloader/app/cfg/org.jdownloader.captcha.v2.solver.jac.JACSolverConfig.waitformap.json

no new input.gif file

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

You do have the (unaltered) file jd/captcha/methods/keep2share_linux/jacinfo.xml, don't you?
Also the script file tools/offlineCaptchaSolver/keep2share.cc.sh, too?

Do both files have read-rights for the user executing the actual JDownloader jar/executable?
With the script file having also executable rights for that user?

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

Yes for all your questions. This works offline if I execute the script on my own

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

Can you close MyJdownloader website (or the tab) in your browser and try again?

I use MyJdownloader as well.
Just now, I imported a k2s.cc link and started the download.
With the MyJD still open in the browser, I got the queries for solving the captcha directly in there, i.e. in the browser.

As soon as I closed the MyJD browser tab, the automatic process kicked in, received and solved the captcha and started downloading.

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

Still not processing. Received the captcha on my phone. Even suspending the phone app, the captcha is not processing. No log seems to indicate something is triggered

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

Here my log from that very part. I'm not sure if it is helpful though.

Details

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

No useful information here. I was hopping I could help by fixing the issue I found but already decided to not implement it. Hope this will be useful

from captchasolver.

cracker0dks avatar cracker0dks commented on August 12, 2024

Still not processing. Received the captcha on my phone. Even suspending the phone app, the captcha is not processing. No log seems to indicate something is triggered

Try to go to JDownloader Settings->Captchas and change the order so "JAntiCaptcha" is on top (or at least before the "My.JDownloader.org, Mobile Apss,..." and the "Dialogwindow in Browser (Chrome...)" entry)

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

Try to go to JDownloader Settings->Captchas and change the order so "JAntiCaptcha" is on top (or at least before the "My.JDownloader.org, Mobile Apss,..." and the "Dialogwindow in Browser (Chrome...)" entry)

My Jdownloader instance is running headlessly. There is no such settings in the MyJdownloader web app.
There is a Auto Captcha Priority Threshold set by default to 95. Defining to 1 or 10000 doesn't seem to change anything though

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

I am running headless JD2 implementation too (on my Synology DS220+).

Have you got these files in a (recent) sub-directory of the JDownloader/logs directory?
k2s.cc_jd.plugins.hoster.Keep2ShareCc.log.0
jd.captcha.JAntiCaptcha.log.0
jd.captcha.configuration.JACScript.log.0
and could you post their contents?

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024

My bad. I had a plugin path configuration error on my side that prevented the trigger. Fixing that path resolved the trigger and the CaptchaSolver.
(thanks @fredo-47, the given logs path indicated my error)

I can also confirm this works on Linux. I don't know if this fixed the issue for @WolfRamiO74

Here's are some issues, but I'm still stuck :

  1. There is a dependency with bash - It seems that it's installed on all systems but, it's not
  2. darknet binary has no execution right in the repository, so it needs to be added
  3. node_modules are not installed in the repository (that's a good thing) but the README does not explain that we have to install them. checkdeps.sh fixes dependencies installation

The following remains true though

from captchasolver.

cracker0dks avatar cracker0dks commented on August 12, 2024
  1. should we use sh? would that be better? Im not a main linux guy :P
  2. Thanks, I made "darknet" runnable for linux 👍
  3. the "checkdeps.sh" is called for every captcha, so on the first run it should install all that. So no need to do that manually.

from captchasolver.

jaymoulin avatar jaymoulin commented on August 12, 2024
  1. should we use sh? would that be better? Im not a main linux guy :P
    I don't know, I just know sh was always installed on all system I used, Not bash
  2. Thanks, I made "darknet" runnable for linux 👍
    Great ;)
  3. the "checkdeps.sh" is called for every captcha, so on the first run it should install all that. So no need to do that manually.
    OK no problem then, I didn't noticed that for this was required on running locally but nothing seemed to launch it

from captchasolver.

WolfRamiO74 avatar WolfRamiO74 commented on August 12, 2024

My bad. I had a plugin path configuration error on my side that prevented the trigger. Fixing that path resolved the trigger and the CaptchaSolver. (thanks @fredo-47, the given logs path indicated my error)

I can also confirm this works on Linux. I don't know if this fixed the issue for @WolfRamiO74

Here's are some issues, but I'm still stuck :

  1. There is a dependency with bash - It seems that it's installed on all systems but, it's not
  2. darknet binary has no execution right in the repository, so it needs to be added
  3. node_modules are not installed in the repository (that's a good thing) but the README does not explain that we have to install them. checkdeps.sh fixes dependencies installation

The following remains true though

i dont know, i can test but need instrunctions or a new realse of the software...

from captchasolver.

cracker0dks avatar cracker0dks commented on August 12, 2024

its already on the master branch. So just download here: https://github.com/cracker0dks/CaptchaSolver/archive/refs/heads/master.zip

Instructions not changed (readme page).
hope its working for you now :)

from captchasolver.

WolfRamiO74 avatar WolfRamiO74 commented on August 12, 2024

Hi there, i update the plug in to the lastest version and run checkdeps and the output is "all good", then i start JD and open the log.txt file that is on /tools/offlineCaptchaSolver .

This is the result:

{ "host": "filejoker.net", "text": "1,2,3,4,5", "confidence": { "0": "3 Corners 2464", "1": "3 Corners 2400", "2": "3 Corners 471", "3": "3 Corners 2059", "4": "3 Corners 2124", "5": "3 Corners 630" } }

I dont know if this is working or not... My downloads are now stuck on "Starting" status.

from captchasolver.

cracker0dks avatar cracker0dks commented on August 12, 2024

The result is looking good! captcha solver seems to be running fine. Can you provide some latest logs from the JDownloader 2.0/logs dir (if you find anything captcha related in there)?

from captchasolver.

WolfRamiO74 avatar WolfRamiO74 commented on August 12, 2024

i dont know what happend but now the log of captchasolver is empty and jdownloader is asking for every k2s captcha -_-

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

Do you run jd2 in a docker environment?
What Linux do you run jd2 on?

Have you got these files in a (recent) sub-directory of the JDownloader/logs directory?

k2s.cc_jd.plugins.hoster.Keep2ShareCc.log.0
jd.captcha.JAntiCaptcha.log.0
jd.captcha.configuration.JACScript.log.0

and could you post their contents?

from captchasolver.

WolfRamiO74 avatar WolfRamiO74 commented on August 12, 2024

Do you run jd2 in a docker environment? What Linux do you run jd2 on?

Have you got these files in a (recent) sub-directory of the JDownloader/logs directory?

k2s.cc_jd.plugins.hoster.Keep2ShareCc.log.0 jd.captcha.JAntiCaptcha.log.0 jd.captcha.configuration.JACScript.log.0

and could you post their contents?

I run it in a Debian 11 PROXMOX container (whole OS is virtualized), then i access to de OS Desktop via VNC.

The k2s.cc_jd.plugins.hoster.Keep2ShareCc.log.0 file is Huge and contain some of my passwords so i cant post it here.

The jd.captcha.JAntiCaptcha.log.0 say:
------------------------Thread: 115:jd.captcha.JAntiCaptcha.log----------------------- --ID:115TS:1694191951515-8/9/23 13:52:31 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/filejoker_linux/letters.mth --ID:115TS:1694191951515-8/9/23 13:52:31 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:115TS:1694191951515-8/9/23 13:52:31 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:115TS:1694191951515-8/9/23 13:52:31 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 370:jd.captcha.JAntiCaptcha.log----------------------- --ID:370TS:1694192991700-8/9/23 14:09:51 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:370TS:1694192991700-8/9/23 14:09:51 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:370TS:1694192991700-8/9/23 14:09:51 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:370TS:1694192991700-8/9/23 14:09:51 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 379:jd.captcha.JAntiCaptcha.log----------------------- --ID:379TS:1694193000863-8/9/23 14:10:00 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:379TS:1694193000863-8/9/23 14:10:00 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:379TS:1694193000863-8/9/23 14:10:00 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:379TS:1694193000863-8/9/23 14:10:00 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 523:jd.captcha.JAntiCaptcha.log----------------------- --ID:523TS:1694193601661-8/9/23 14:20:01 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:523TS:1694193601661-8/9/23 14:20:01 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:523TS:1694193601661-8/9/23 14:20:01 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:523TS:1694193601661-8/9/23 14:20:01 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 721:jd.captcha.JAntiCaptcha.log----------------------- --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 0 --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 889:jd.captcha.JAntiCaptcha.log----------------------- --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 0 --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1032:jd.captcha.JAntiCaptcha.log----------------------- --ID:1032TS:1694195645026-8/9/23 14:54:05 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:1032TS:1694195645026-8/9/23 14:54:05 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1032TS:1694195645026-8/9/23 14:54:05 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1032TS:1694195645026-8/9/23 14:54:05 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1068:jd.captcha.JAntiCaptcha.log----------------------- --ID:1068TS:1694195794833-8/9/23 14:56:34 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:1068TS:1694195794833-8/9/23 14:56:34 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1068TS:1694195794833-8/9/23 14:56:34 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1068TS:1694195794833-8/9/23 14:56:34 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1121:jd.captcha.JAntiCaptcha.log----------------------- --ID:1121TS:1694195966037-8/9/23 14:59:26 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:1121TS:1694195966037-8/9/23 14:59:26 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1121TS:1694195966037-8/9/23 14:59:26 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1121TS:1694195966037-8/9/23 14:59:26 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1295:jd.captcha.JAntiCaptcha.log----------------------- --ID:1295TS:1694196303934-8/9/23 15:05:03 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:1295TS:1694196303934-8/9/23 15:05:03 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1295TS:1694196303934-8/9/23 15:05:03 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 0 --ID:1295TS:1694196303934-8/9/23 15:05:03 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1391:jd.captcha.JAntiCaptcha.log----------------------- --ID:1391TS:1694196592529-8/9/23 15:09:52 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:1391TS:1694196592529-8/9/23 15:09:52 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1391TS:1694196592529-8/9/23 15:09:52 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1391TS:1694196592529-8/9/23 15:09:52 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1503:jd.captcha.JAntiCaptcha.log----------------------- --ID:1503TS:1694196859729-8/9/23 15:14:19 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:1503TS:1694196859729-8/9/23 15:14:19 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1503TS:1694196859729-8/9/23 15:14:19 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1503TS:1694196859729-8/9/23 15:14:19 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1599:jd.captcha.JAntiCaptcha.log----------------------- --ID:1599TS:1694197090171-8/9/23 15:18:10 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:1599TS:1694197090171-8/9/23 15:18:10 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1599TS:1694197090172-8/9/23 15:18:10 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1599TS:1694197090172-8/9/23 15:18:10 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1753:jd.captcha.JAntiCaptcha.log----------------------- --ID:1753TS:1694197699988-8/9/23 15:28:19 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/filejoker_linux/letters.mth --ID:1753TS:1694197699988-8/9/23 15:28:19 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1753TS:1694197699988-8/9/23 15:28:19 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1753TS:1694197699988-8/9/23 15:28:19 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1883:jd.captcha.JAntiCaptcha.log----------------------- --ID:1883TS:1694198135829-8/9/23 15:35:35 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/filejoker_linux/letters.mth --ID:1883TS:1694198135829-8/9/23 15:35:35 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1883TS:1694198135829-8/9/23 15:35:35 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:1883TS:1694198135829-8/9/23 15:35:35 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 1897:jd.captcha.JAntiCaptcha.log----------------------- --ID:1897TS:1694198155515-8/9/23 15:35:55 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/filejoker_linux/letters.mth --ID:1897TS:1694198155515-8/9/23 15:35:55 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:1897TS:1694198155515-8/9/23 15:35:55 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 0 --ID:1897TS:1694198155515-8/9/23 15:35:55 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2019:jd.captcha.JAntiCaptcha.log----------------------- --ID:2019TS:1694198904115-8/9/23 15:48:24 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2019TS:1694198904115-8/9/23 15:48:24 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2019TS:1694198904115-8/9/23 15:48:24 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2019TS:1694198904115-8/9/23 15:48:24 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2585:jd.captcha.JAntiCaptcha.log----------------------- --ID:2585TS:1694204341894-8/9/23 17:19:01 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2585TS:1694204341894-8/9/23 17:19:01 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2585TS:1694204341894-8/9/23 17:19:01 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2585TS:1694204341894-8/9/23 17:19:01 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2636:jd.captcha.JAntiCaptcha.log----------------------- --ID:2636TS:1694204648549-8/9/23 17:24:08 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2636TS:1694204648549-8/9/23 17:24:08 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2636TS:1694204648549-8/9/23 17:24:08 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2636TS:1694204648549-8/9/23 17:24:08 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2663:jd.captcha.JAntiCaptcha.log----------------------- --ID:2663TS:1694204744158-8/9/23 17:25:44 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/filejoker_linux/letters.mth --ID:2663TS:1694204744158-8/9/23 17:25:44 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2663TS:1694204744158-8/9/23 17:25:44 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2663TS:1694204744158-8/9/23 17:25:44 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2696:jd.captcha.JAntiCaptcha.log----------------------- --ID:2696TS:1694204954913-8/9/23 17:29:14 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2696TS:1694204954913-8/9/23 17:29:14 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2696TS:1694204954913-8/9/23 17:29:14 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2696TS:1694204954913-8/9/23 17:29:14 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2737:jd.captcha.JAntiCaptcha.log----------------------- --ID:2737TS:1694205261317-8/9/23 17:34:21 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2737TS:1694205261317-8/9/23 17:34:21 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2737TS:1694205261317-8/9/23 17:34:21 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 0 --ID:2737TS:1694205261317-8/9/23 17:34:21 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2789:jd.captcha.JAntiCaptcha.log----------------------- --ID:2789TS:1694205609242-8/9/23 17:40:09 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2789TS:1694205609242-8/9/23 17:40:09 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2789TS:1694205609242-8/9/23 17:40:09 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2789TS:1694205609242-8/9/23 17:40:09 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2832:jd.captcha.JAntiCaptcha.log----------------------- --ID:2832TS:1694205915627-8/9/23 17:45:15 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2832TS:1694205915627-8/9/23 17:45:15 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2832TS:1694205915627-8/9/23 17:45:15 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2832TS:1694205915627-8/9/23 17:45:15 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2927:jd.captcha.JAntiCaptcha.log----------------------- --ID:2927TS:1694206668667-8/9/23 17:57:48 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2927TS:1694206668667-8/9/23 17:57:48 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2927TS:1694206668667-8/9/23 17:57:48 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2927TS:1694206668667-8/9/23 17:57:48 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 2985:jd.captcha.JAntiCaptcha.log----------------------- --ID:2985TS:1694207016197-8/9/23 18:03:36 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/keep2share_linux/letters.mth --ID:2985TS:1694207016197-8/9/23 18:03:36 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:2985TS:1694207016197-8/9/23 18:03:36 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:2985TS:1694207016197-8/9/23 18:03:36 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0 ------------------------Thread: 4311:jd.captcha.JAntiCaptcha.log----------------------- --ID:4311TS:1694219239820-8/9/23 21:27:19 - [jd.captcha.JAntiCaptcha(loadMTHFile)] -> Get file: /root/jdownloader/jd/captcha/methods/filejoker_linux/letters.mth --ID:4311TS:1694219239820-8/9/23 21:27:19 - [jd.captcha.JAntiCaptcha(createLetterDBFormMTH)] -> Mth Parsing time: 0 --ID:4311TS:1694219239820-8/9/23 21:27:19 - [jd.captcha.JAntiCaptcha(<init>)] -> LoadTime: 1 --ID:4311TS:1694219239820-8/9/23 21:27:19 - [jd.captcha.JAntiCaptcha(<init>)] -> letter DB loaded: Buchstaben: 0

The jd.captcha.configuration.JACScript.log.0 say:

------------------------Thread: 115:jd.captcha.configuration.JACScript.log----------------------- --ID:115TS:1694191951514-8/9/23 13:52:31 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:115TS:1694191951514-8/9/23 13:52:31 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/filejoker_linux/script.jas --ID:115TS:1694191951514-8/9/23 13:52:31 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:115TS:1694191951514-8/9/23 13:52:31 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 370:jd.captcha.configuration.JACScript.log----------------------- --ID:370TS:1694192991699-8/9/23 14:09:51 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:370TS:1694192991699-8/9/23 14:09:51 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:370TS:1694192991699-8/9/23 14:09:51 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:370TS:1694192991699-8/9/23 14:09:51 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 379:jd.captcha.configuration.JACScript.log----------------------- --ID:379TS:1694193000862-8/9/23 14:10:00 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:379TS:1694193000862-8/9/23 14:10:00 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:379TS:1694193000862-8/9/23 14:10:00 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:379TS:1694193000862-8/9/23 14:10:00 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 523:jd.captcha.configuration.JACScript.log----------------------- --ID:523TS:1694193601660-8/9/23 14:20:01 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:523TS:1694193601660-8/9/23 14:20:01 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:523TS:1694193601660-8/9/23 14:20:01 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:523TS:1694193601660-8/9/23 14:20:01 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 721:jd.captcha.configuration.JACScript.log----------------------- --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:721TS:1694194304493-8/9/23 14:31:44 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 889:jd.captcha.configuration.JACScript.log----------------------- --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:889TS:1694194669304-8/9/23 14:37:49 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1032:jd.captcha.configuration.JACScript.log----------------------- --ID:1032TS:1694195645025-8/9/23 14:54:05 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1032TS:1694195645025-8/9/23 14:54:05 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:1032TS:1694195645025-8/9/23 14:54:05 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1032TS:1694195645025-8/9/23 14:54:05 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1068:jd.captcha.configuration.JACScript.log----------------------- --ID:1068TS:1694195794832-8/9/23 14:56:34 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1068TS:1694195794832-8/9/23 14:56:34 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:1068TS:1694195794832-8/9/23 14:56:34 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1068TS:1694195794832-8/9/23 14:56:34 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1121:jd.captcha.configuration.JACScript.log----------------------- --ID:1121TS:1694195966036-8/9/23 14:59:26 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1121TS:1694195966036-8/9/23 14:59:26 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:1121TS:1694195966036-8/9/23 14:59:26 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1121TS:1694195966036-8/9/23 14:59:26 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1295:jd.captcha.configuration.JACScript.log----------------------- --ID:1295TS:1694196303933-8/9/23 15:05:03 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1295TS:1694196303934-8/9/23 15:05:03 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:1295TS:1694196303934-8/9/23 15:05:03 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1295TS:1694196303934-8/9/23 15:05:03 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1391:jd.captcha.configuration.JACScript.log----------------------- --ID:1391TS:1694196592528-8/9/23 15:09:52 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1391TS:1694196592528-8/9/23 15:09:52 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:1391TS:1694196592528-8/9/23 15:09:52 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1391TS:1694196592528-8/9/23 15:09:52 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1503:jd.captcha.configuration.JACScript.log----------------------- --ID:1503TS:1694196859728-8/9/23 15:14:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1503TS:1694196859728-8/9/23 15:14:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:1503TS:1694196859728-8/9/23 15:14:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1503TS:1694196859728-8/9/23 15:14:19 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1599:jd.captcha.configuration.JACScript.log----------------------- --ID:1599TS:1694197090171-8/9/23 15:18:10 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1599TS:1694197090171-8/9/23 15:18:10 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:1599TS:1694197090171-8/9/23 15:18:10 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1599TS:1694197090171-8/9/23 15:18:10 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1753:jd.captcha.configuration.JACScript.log----------------------- --ID:1753TS:1694197699987-8/9/23 15:28:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1753TS:1694197699987-8/9/23 15:28:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/filejoker_linux/script.jas --ID:1753TS:1694197699987-8/9/23 15:28:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1753TS:1694197699987-8/9/23 15:28:19 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1883:jd.captcha.configuration.JACScript.log----------------------- --ID:1883TS:1694198135828-8/9/23 15:35:35 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1883TS:1694198135828-8/9/23 15:35:35 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/filejoker_linux/script.jas --ID:1883TS:1694198135828-8/9/23 15:35:35 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1883TS:1694198135828-8/9/23 15:35:35 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 1897:jd.captcha.configuration.JACScript.log----------------------- --ID:1897TS:1694198155514-8/9/23 15:35:55 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:1897TS:1694198155514-8/9/23 15:35:55 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/filejoker_linux/script.jas --ID:1897TS:1694198155514-8/9/23 15:35:55 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:1897TS:1694198155514-8/9/23 15:35:55 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2019:jd.captcha.configuration.JACScript.log----------------------- --ID:2019TS:1694198904114-8/9/23 15:48:24 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2019TS:1694198904114-8/9/23 15:48:24 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2019TS:1694198904114-8/9/23 15:48:24 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2019TS:1694198904114-8/9/23 15:48:24 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2585:jd.captcha.configuration.JACScript.log----------------------- --ID:2585TS:1694204341893-8/9/23 17:19:01 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2585TS:1694204341893-8/9/23 17:19:01 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2585TS:1694204341893-8/9/23 17:19:01 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2585TS:1694204341893-8/9/23 17:19:01 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2636:jd.captcha.configuration.JACScript.log----------------------- --ID:2636TS:1694204648548-8/9/23 17:24:08 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2636TS:1694204648548-8/9/23 17:24:08 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2636TS:1694204648548-8/9/23 17:24:08 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2636TS:1694204648548-8/9/23 17:24:08 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2663:jd.captcha.configuration.JACScript.log----------------------- --ID:2663TS:1694204744157-8/9/23 17:25:44 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2663TS:1694204744157-8/9/23 17:25:44 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/filejoker_linux/script.jas --ID:2663TS:1694204744157-8/9/23 17:25:44 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2663TS:1694204744157-8/9/23 17:25:44 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2696:jd.captcha.configuration.JACScript.log----------------------- --ID:2696TS:1694204954912-8/9/23 17:29:14 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2696TS:1694204954912-8/9/23 17:29:14 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2696TS:1694204954912-8/9/23 17:29:14 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2696TS:1694204954912-8/9/23 17:29:14 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2737:jd.captcha.configuration.JACScript.log----------------------- --ID:2737TS:1694205261316-8/9/23 17:34:21 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2737TS:1694205261317-8/9/23 17:34:21 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2737TS:1694205261317-8/9/23 17:34:21 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2737TS:1694205261317-8/9/23 17:34:21 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2789:jd.captcha.configuration.JACScript.log----------------------- --ID:2789TS:1694205609241-8/9/23 17:40:09 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2789TS:1694205609241-8/9/23 17:40:09 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2789TS:1694205609241-8/9/23 17:40:09 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2789TS:1694205609241-8/9/23 17:40:09 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2832:jd.captcha.configuration.JACScript.log----------------------- --ID:2832TS:1694205915626-8/9/23 17:45:15 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2832TS:1694205915626-8/9/23 17:45:15 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2832TS:1694205915626-8/9/23 17:45:15 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2832TS:1694205915626-8/9/23 17:45:15 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2927:jd.captcha.configuration.JACScript.log----------------------- --ID:2927TS:1694206668666-8/9/23 17:57:48 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2927TS:1694206668666-8/9/23 17:57:48 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2927TS:1694206668666-8/9/23 17:57:48 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2927TS:1694206668666-8/9/23 17:57:48 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 2985:jd.captcha.configuration.JACScript.log----------------------- --ID:2985TS:1694207016196-8/9/23 18:03:36 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:2985TS:1694207016196-8/9/23 18:03:36 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/keep2share_linux/script.jas --ID:2985TS:1694207016196-8/9/23 18:03:36 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:2985TS:1694207016196-8/9/23 18:03:36 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS ------------------------Thread: 4311:jd.captcha.configuration.JACScript.log----------------------- --ID:4311TS:1694219239819-8/9/23 21:27:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> parsing Script.jas --ID:4311TS:1694219239819-8/9/23 21:27:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> JAC GET: /root/jdownloader/jd/captcha/methods/filejoker_linux/script.jas --ID:4311TS:1694219239819-8/9/23 21:27:19 - [jd.captcha.configuration.JACScript(parseScriptFile)] -> Keine Script.jas vorhanden --ID:4311TS:1694219239819-8/9/23 21:27:19 - [jd.captcha.configuration.JACScript(executeParameterCommands)] -> KEINE JAC COMMANDS

from captchasolver.

fredo-47 avatar fredo-47 commented on August 12, 2024

They look similar to my logs.
Now what about the log file jd.captcha.JACMethod.log.0 ?
In there it should tell that it has found captcha methods for filejoker or k2s.

from captchasolver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.