skishore / makemeahanzi

Free, open-source Chinese character data
https://www.skishore.me/makemeahanzi/
Other
1.87k stars 466 forks source link

Can't run makemeahanzi-tool, told me certificate has expired #99

Open zhishouxin opened 2 years ago

zhishouxin commented 2 years ago

I want to start the makemeahanzi-tool tool for Chinese character stroke decomposition, but it fails to start and an error is reported.

Have you encountered the same problem?

=> Started proxy. => A patch (Meteor 1.4.4.6) for your current release is available! Update this project now with 'meteor update --patch'. => Started MongoDB. => Errors prevented startup:

While downloading allow-deny@1.0.5...: error: certificate has expired

While downloading autoupdate@1.3.11...: error: certificate has expired

While downloading babel-compiler@6.9.1...: error: certificate has expired

While downloading babel-runtime@0.1.11...: error: certificate has expired

While downloading base64@1.0.9...: error: certificate has expired

While downloading binary-heap@1.0.9...: error: certificate has expired

While downloading blaze@2.1.8...: error: certificate has expired

While downloading blaze-html-templates@1.0.4...: error: certificate has expired

While downloading blaze-tools@1.0.9...: error: connect ETIMEDOUT 151.139.105.15:443

While downloading boilerplate-generator@1.0.9...: error: certificate has expired

While downloading caching-compiler@1.1.7...: error: certificate has expired

While downloading caching-html-compiler@1.0.6...: error: certificate has expired

While downloading callback-hook@1.0.9...: error: certificate has expired

While downloading check@1.2.3...: error: certificate has expired

While downloading dburles:mongo-collection-instances@0.3.5...: error: certificate has expired

While downloading ddp@1.2.5...: error: certificate has expired

While downloading ddp-client@1.3.1...: error: certificate has expired

While downloading ddp-common@1.2.6...: error: certificate has expired

While downloading ddp-server@1.3.10...: error: certificate has expired

While downloading deps@1.0.12...: error: certificate has expired

While downloading diff-sequence@1.0.6...: error: certificate has expired

While downloading ecmascript@0.5.8...: error: certificate has expired

While downloading ecmascript-runtime@0.3.14...: error: certificate has expired

While downloading ejson@1.0.12...: error: certificate has expired

While downloading fastclick@1.0.12...: error: certificate has expired

While downloading geojson-utils@1.0.9...: error: certificate has expired

While downloading html-tools@1.0.10...: error: certificate has expired

While downloading htmljs@1.0.10...: error: certificate has expired

While downloading http@1.2.9...: error: certificate has expired

While downloading id-map@1.0.8...: error: certificate has expired

While downloading jquery@1.11.9...: error: certificate has expired

While downloading lai:collection-extensions@0.2.1_1...: error: certificate has expired

While downloading launch-screen@1.0.12...: error: certificate has expired

While downloading less@2.7.5...: error: certificate has expired

While downloading livedata@1.0.18...: error: certificate has expired

While downloading logging@1.1.15...: error: certificate has expired

While downloading meteor@1.2.17...: error: certificate has expired

While downloading meteor-base@1.0.4...: error: certificate has expired

While downloading meteorhacks:async@1.0.0...: error: certificate has expired

While downloading meteorhacks:npm@1.5.0...: error: certificate has expired

While downloading meteorhacks:ssr@2.2.0...: error: connect ETIMEDOUT 151.139.105.15:443

While downloading minifier-js@1.2.14...: error: certificate has expired

While downloading minimongo@1.0.17...: error: certificate has expired

While downloading mobile-experience@1.0.4...: error: certificate has expired

While downloading mobile-status-bar@1.0.12...: error: certificate has expired

While downloading modules@0.7.6...: error: certificate has expired

While downloading modules-runtime@0.7.6...: error: certificate has expired

While downloading mongo@1.1.12...: error: certificate has expired

While downloading mongo-id@1.0.5...: error: certificate has expired

While downloading npm-mongo@1.5.48...: error: certificate has expired

While downloading observe-sequence@1.0.12...: error: certificate has expired

While downloading ordered-dict@1.0.8...: error: certificate has expired

While downloading promise@0.8.4...: error: certificate has expired

While downloading random@1.0.10...: error: certificate has expired

While downloading reactive-dict@1.1.8...: error: certificate has expired

While downloading reactive-var@1.0.10...: error: certificate has expired

While downloading reload@1.1.10...: error: certificate has expired

While downloading retry@1.0.8...: error: certificate has expired

While downloading routepolicy@1.0.11...: error: certificate has expired

While downloading rubaxa:sortable@1.3.0...: error: certificate has expired

While downloading session@1.1.6...: error: certificate has expired

While downloading shell-server@0.2.1...: error: certificate has expired

While downloading spacebars@1.0.12...: error: certificate has expired

While downloading spacebars-compiler@1.0.12...: error: certificate has expired

While downloading standard-minifier-js@1.2.0...: error: certificate has expired

While downloading templating@1.2.14...: error: certificate has expired

While downloading templating-tools@1.0.4...: error: certificate has expired

While downloading tracker@1.1.0...: error: certificate has expired

While downloading ui@1.0.11...: error: certificate has expired

While downloading underscore@1.0.9...: error: certificate has expired

While downloading underscorestring:underscore.string@3.3.4...: error: certificate has expired

While downloading url@1.0.10...: error: certificate has expired

While downloading webapp@1.3.11...: error: certificate has expired

While downloading webapp-hashing@1.0.9...: error: certificate has expired

=> Your application has errors. Waiting for file change.

SimonM0 commented 2 years ago

If you are on Mac, you can try using export NODE_TLS_REJECT_UNAUTHORIZED=0; meteor run to run the project.

skishore commented 2 years ago

If you're on Linux or Mac, check your /etc/hosts for anything related to Meteor.

There was a point where adding a DNS override was the recommended fix for some Meteor issue, but now that entry would be out of date. (I would think twice before adding anything to /etc/hosts now, though.)

On Fri, Dec 24, 2021 at 8:46 AM Mr Mo @.***> wrote:

If you are on Mac, you can try using export NODE_TLS_REJECT_UNAUTHORIZED=0; meteor run to run the project.

— Reply to this email directly, view it on GitHub https://github.com/skishore/makemeahanzi/issues/99#issuecomment-1000845043, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEYJUCNL2EWX657VGSOZNDUSR2R5ANCNFSM5GRX4FIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>