-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Digest method not supported #36
Comments
github-merge-queue bot
pushed a commit
that referenced
this issue
Apr 23, 2024
* Update tests.yml * Update package.json * Update tests.yml * Fixes: #36 * Update TimeStampRequest.ts * Update TimeStampRequest.ts * Added tests * Update tests.yml * Update package-lock.json * Update lint.yml
🎉 This issue has been resolved in version 2.0.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@yspaksoy Merhaba problem windows'ta digest methodlarının farklı işlenmesi yüzünden oluşmuştur. Hata düzeltildi ve testlere farklı node versiyonları ve windows ile çalıştırılması eklenmiştir. Hata 2.0.7 versiyonunda giderilmiştir. Eğer hala hata alırsanız lütfen bu issue'ı tekrar açabilirsiniz. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error occurred: Error: Digest method not supported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at C:\Users\L13\WebstormProjects\BRNET_DDEX\node_modules\zamanejs\dist\zamane.cjs:196:27
at new Promise ()
at Zamane.hashFromString (C:\Users\L13\WebstormProjects\BRNET_DDEX\node_modules\zamanejs\dist\zamane.cjs:195:12)
at ZdFunc (C:\Users\L13\WebstormProjects\BRNET_DDEX\sys\fuctions\zamane.js:12:35)
at Layer.handle [as handle_request] (C:\Users\L13\WebstormProjects\BRNET_DDEX\node_modules\express\lib\router\layer.js:95:5)
at next (C:\Users\L13\WebstormProjects\BRNET_DDEX\node_modules\express\lib\router\route.js:149:13)
at Route.dispatch (C:\Users\L13\WebstormProjects\BRNET_DDEX\node_modules\express\lib\router\route.js:119:3)
at Layer.handle [as handle_request] (C:\Users\L13\WebstormProjects\BRNET_DDEX\node_modules\express\lib\router\layer.js:95:5)
Böyle bir hata alıyorum. Yeni V2.0.6 güncellemesi yapmama rağmen. Yardımcı olursanız çok sevinirim.
The text was updated successfully, but these errors were encountered: