it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

Error in module ASCII Art Text Generator Current: "settings resulted in error."

Open jkonicek-projects opened this issue 6 months ago • 7 comments
trafficstars

Describe the bug

Module "ASCII Art Text Generator Current" no longer works:

"Current settings resulted in error."

I use IT tools in Docker on 2 computers. Uninstalling the Docker containers and images and an update via pull did not solve the problem.

What happened?

I get the same error message each time I select any font.

System information

Used Version: IT-Tools v2024.10.22-7ca5933 © 2025 Corentin Thomasset

Where did you encounter the bug?

Public app (it-tools.tech)

jkonicek-projects avatar May 01 '25 11:05 jkonicek-projects

yes same issue for me

skarpinis avatar May 03 '25 10:05 skarpinis

looks like a typo, the request goes to https://unpkg.com/[email protected]/fonts//Digital.flf which returns 404, swap the // between "fonts" and Font name for a / and the request goes through fine

Mozza7 avatar May 03 '25 22:05 Mozza7

looks like a typo, the request goes to https://unpkg.com/[email protected]/fonts//Digital.flf which returns 404, swap the // between "fonts" and Font name for a / and the request goes through fine

and how to do it?

skarpinis avatar May 04 '25 09:05 skarpinis

looks like a typo, the request goes to https://unpkg.com/[email protected]/fonts//Digital.flf which returns 404, swap the // between "fonts" and Font name for a / and the request goes through fine

and how to do it?

if i'm not mistaken, it should be as easy swapping figlet.defaults({ fontPath: '//unpkg.com/[email protected]/fonts/' }); for figlet.defaults({ fontPath: '//unpkg.com/[email protected]/fonts' }); within /src/tools/ascii-text-drawer/ascii-text-drawer.vue & rebuilding

Mozza7 avatar May 04 '25 15:05 Mozza7

Hi @skarpinis , @Mozza7 , @jkonicek-projects , @marcelocg , see here : https://github.com/CorentinTh/it-tools/issues/1566

sharevb avatar May 04 '25 17:05 sharevb

I'd close this as a duplicate of #1546

denilsonsa avatar May 21 '25 09:05 denilsonsa

Hi @denilsonsa , @skarpinis , @Mozza7 @jkonicek-projects @marcelocg , I now serve fonts locally in my fork (for "safety reasons"). This works again in my fork (ctrl+f5 may be needed): https://sharevb-it-tools.vercel.app/ascii-text-drawer

And if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

sharevb avatar Jun 11 '25 14:06 sharevb