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.
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.
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?
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?
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.
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?
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.
-like application written in Java for hooking clipboard text
to the DeepL translator website even without an API key by automating a browser through
You must be registered to see the links
as a workaround.
Requirements:
Java 8 - Download from
You must be registered to see the links
, or if you prefer
You must be registered to see the links
. 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
You must be registered to see the links
.
The .csv file is TAB separated so use the following settings:
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.