Tool jDeppL - A DeepL clipboard hook [v2.3.3]

asdasfa9

Member
Jul 2, 2018
145
378
Code:
jDeppL v2.3.3
java.lang.RuntimeException: java.lang.NumberFormatException: For input string: "sers"
I'm having a problem where this happens on every other run or so of jDeppL, it resets the config file to use firefox by default, and when I change it to chrome and run it again, it works, but upon exiting and relaunch, it does this again.
What is "sers"?
I'm guessing the config file is rebuilding itself due to an invalid config. What were you changing in the toml config?
 

Ivari

Formerly 'Mikkado'
Feb 3, 2018
8
1
AL
What is "sers"?
I'm guessing the config file is rebuilding itself due to an invalid config. What were you changing in the toml config?
All I did was change the first line from "firefox" to "chrome"
 

julayi

Newbie
Apr 22, 2020
37
13
I made some edits to a cache file but when I open the game, the cached translations aren't following my edits. Is there a way to fix this?
 

asdasfa9

Member
Jul 2, 2018
145
378
I made some edits to a cache file but when I open the game, the cached translations aren't following my edits. Is there a way to fix this?
Did you import the edited csv?
Also, if you made changes to the input text or the substitutions, that might also be the cause.
 

julayi

Newbie
Apr 22, 2020
37
13
Did you import the edited csv?
Also, if you made changes to the input text or the substitutions, that might also be the cause.
I tried to import the edited csv but it keeps saying CSV import failed, regardless of whether I made changes or not.
 

asdasfa9

Member
Jul 2, 2018
145
378
I tried to import the edited csv but it keeps saying CSV import failed, regardless of whether I made changes or not.
Make sure you use the same settings like in the image in the OP. Unicode CSV, Field Separator: Tab, Quote: None, UTF-8...
 

julayi

Newbie
Apr 22, 2020
37
13
Make sure you use the same settings like in the image in the OP. Unicode CSV, Field Separator: Tab, Quote: None, UTF-8...
Yeah I followed the image to make changes but it still says import failed and the changes don't appear when I'm running through the dialogue.
 

asdasfa9

Member
Jul 2, 2018
145
378
Is this the same as Sugoi Translator?



A way to make Textractor use DeepL?
Yeah, pretty much. This tool was first created way back when there weren't really any DeepL hooks around.
Textractor's DeepL is now functional, and there's now Sugoi and japReader.
Use whatever you think works best for you.

I'd say this tool is more personalized for what I need and I still have plans on updating this with some things like an offline dictionary and whatnot.
 
Last edited:

julayi

Newbie
Apr 22, 2020
37
13
Hello. For some reason, I'm unable to cache my translations. When I looked at the system32/cmd.exe, it says "cache disk limit already reached." How do I fix this?
 
Last edited:

asdasfa9

Member
Jul 2, 2018
145
378
Hello. For some reason, I'm unable to cache my translations. When I looked at the system32/cmd.exe, it says "cache disk limit already reached." How do I fix this?
Did you somehow set "cacheMaxDiskSizeBytes" in the config.toml? Just leave it at -1.
 

LatinHen

New Member
Dec 1, 2020
3
1
Did you somehow set "cacheMaxDiskSizeBytes" in the config.toml? Just leave it at -1.
I have the same ''Cache disk limit already reached.'' problem.
and the configuration of ''config.toml'' is [-1] by default. I tried deleting the cache folders, but I still have the same problem. I am not a programmer, I hope you can give me a guide on what to do to break the limit or delete and reset the saved data to continue. That cache function is very useful I would not want to lose it because of a silly failure of my PC. Thanks for your great program.
 

asdasfa9

Member
Jul 2, 2018
145
378
I have the same ''Cache disk limit already reached.'' problem.
and the configuration of ''config.toml'' is [-1] by default. I tried deleting the cache folders, but I still have the same problem. I am not a programmer, I hope you can give me a guide on what to do to break the limit or delete and reset the saved data to continue. That cache function is very useful I would not want to lose it because of a silly failure of my PC. Thanks for your great program.
You still have more free space in your drive, don't you?
I'm not sure how that's happening. Try setting the cacheMaxDiskSizeBytes to something high like 1000000000 (1GB) instead, maybe?
 
Last edited:

LatinHen

New Member
Dec 1, 2020
3
1
You still have more free space in your drive, don't you?
I'm not sure how that's happening. Try setting the cacheMaxDiskSizeBytes to something high like 1000000000 (1GB) instead, maybe?
When I changed it to 1000000000 it worked, but I left it at -1 again as a test and it worked, but after a while it went back to not saving anything, I checked the hard disk and realized that it was 2GB away from filling up haha. I emptied the trash and it worked again, it's embarrassing not to realize this but it was a secondary game disk. Empty your trash cans guys. Thanks for the help.
 

LatinHen

New Member
Dec 1, 2020
3
1
May I suggest an option to copy the translated text? It would help me to give more uses to this program outside of just visual novel.

Thank you very much and good health.
 
  • Red Heart
Reactions: A-9570

ttytty12

New Member
Jun 19, 2022
9
3
A -like application written in Java for hooking clipboard text
to the DeepL translator website even without an API key by automating a browser through as a workaround.

Requirements:
  • Java 8 - Download from , or if you prefer . Standalone version with a bundled JRE is available.
  • An installed and supported web browser like Mozilla Firefox, Microsoft Edge, Google Chrome or Opera (Tested with Firefox 84.0, Edge 87.0.664.66 , and Chrome 87.0.4280.88).
    - Edit the config.toml file to configure which browser you have installed, set "webDriver" to either: "firefox", "edge", "chrome", "opera" or "ie" (I haven't tested opera, and ie seems to be having problems with its driver).
Caveats:
  • Since it uses the DeepL website for translation, it will have the same limits as the site. The DeepL website has an undisclosed request limit, which I've managed to hit once after using it all day long. If you're on a dynamic IP, all you have to do is reboot your router and restart the application and you should be able to send requests again.
Cache:
To create a new cache, create a new folder with the name of the cache inside the cache folder.​
For reading and manipulating a cache exported to .csv, you can use .​
The .csv file is TAB separated so use the following settings:​
- Unicode Csv -> Field Separator: <Tab> -> Quote: <None> -> Font: UTF-8​

You still need if you want to hook game text to the clipboard.
See the readme.txt file for the application's configurations.

Original post.

View attachment 858777 View attachment 858778 View attachment 858779 View attachment 858780

Download:
v2.3.3: , (101 MB)
v2.3.3 Standalone: , (210 MB)
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Can u have video from start to end ,
I have downloaded all the required software
but I don't know how to combine and use
 
  • Like
Reactions: turkdude99

Pornusnik

Newbie
Oct 19, 2017
29
32
Can anyone help with a problem? The program does not work with chrome. It gives out an error:

Critical error. WebDriver failed to initialize.
Please check the config.toml file to see if you're using the correct webdriver,
make sure that you have a compatible web browser installed and that there
is a compatible driver located in the webdrivers folder.

However, if you use the program through the browser firefox, everything is OK.

Chrome version 107.0.5304.107