Giter Site home page Giter Site logo

Comments (11)

VahidN avatar VahidN commented on June 9, 2024 1

I will change the encryption part tomorrow. It seems a lot of ppl have problem with this part.

from dntcaptcha.core.

alirezanet avatar alirezanet commented on June 9, 2024 1

I will change the encryption part tomorrow. It seems a lot of ppl have problem with this part.

thanks. but I don't think the encryption part is wrong. a few hours ago I deleted my comments about encryption after I tested everything manually. in my opinion, the only part of this code that could cause this problem is the DrawCaptcha method. but maybe I'm wrong.

this image might help:
111

from dntcaptcha.core.

VahidN avatar VahidN commented on June 9, 2024

Probably installing just libgdiplus is not enough. Try installing its required dependencies too:

    apt-get install libc6-dev libx11-dev
    apt-get install libgdiplus
    cd /usr/lib
    ln -s libgdiplus.so gdiplus.dll
    rm -rf /var/lib/apt/lists/*

from dntcaptcha.core.

alirezanet avatar alirezanet commented on June 9, 2024

Probably installing just libgdiplus is not enough. Try installing its required dependencies too:

    apt-get install libc6-dev libx11-dev
    apt-get install libgdiplus
    cd /usr/lib
    ln -s libgdiplus.so gdiplus.dll
    rm -rf /var/lib/apt/lists/*

unfortunately, nothing is changed after installing dependencies.
Annotation 2020-06-03 161433

Annotation 2020-06-03 161309

could be this issue related to fonts somehow?

from dntcaptcha.core.

SajjadHosseinPour avatar SajjadHosseinPour commented on June 9, 2024

any update on this issue?
captcha did'nt show in 2.3.0 version for me
so i updated to 2.5.0 and after that nothing works.

from dntcaptcha.core.

VahidN avatar VahidN commented on June 9, 2024
  • There's a working sample here. give it a try. Also the readme file shows the latest changes.
  • Plus you should be able to follow the logged errors (if any), in the console or debug window of your IDE.

captcha-95

from dntcaptcha.core.

alirezanet avatar alirezanet commented on June 9, 2024

what about the main issue?

I think there are three possibilities.

  1. some other unknown dependencies are missing
  2. this is a libgdiplus bug
  3. this is a DntCaptcha bug

any thoughts?

from dntcaptcha.core.

VahidN avatar VahidN commented on June 9, 2024

Do you see any errors/exceptions in the console or debug window of your .NET Core app? (the same as the posted image)

from dntcaptcha.core.

alirezanet avatar alirezanet commented on June 9, 2024

Do you see any errors/exceptions in the console or debug window of your .NET Core app? (the same as the posted image)

unfortunately not at all.

Annotation 2020-06-07 112431

2

you can see a working live version on test.iranemp.ir. but in this specific environment, something is missing for sure


update:
I debugged this library there is no exception but I think DrawCaptcha in CaptchaImageProvider not working as expected.

dntcaptchaAPI(image)

from dntcaptcha.core.

alirezanet avatar alirezanet commented on June 9, 2024

any update on this issue?

from dntcaptcha.core.

VahidN avatar VahidN commented on June 9, 2024
  • No. I'm not using WSL/2 and I don't have any intention to even install it or try it.
  • This is an open source project, feel free to move it forward.

from dntcaptcha.core.

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.