Giter VIP home page Giter VIP logo

ssl-vision-client's People

Contributors

dependabot[bot] avatar g3force avatar joydeep-b avatar lixfel avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ssl-vision-client's Issues

New Node Version Fails at yarn serve

When launching the front end using yarn serve with a node version >= 17, it will fail to start with the following error message.

joe@DESKTOP-2H0D5SC:~/go/src/github.com/RoboCup-SSL/ssl-vision-client$ yarn serve --openssl-legacy-provider
yarn run v1.22.19
$ vue-cli-service serve --openssl-legacy-provider
 INFO  Starting development server...
10% building 2/5 modules 3 active ..._modules/babel-loader/lib/index.js!/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/eslint-loader/index.js??ref--13-0!/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/src/main.jsError: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:417:16)
    at handleParseError (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:471:10)
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:503:5
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:358:12
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:373:3
    at iterateNormalLoaders (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
    at iterateNormalLoaders (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:221:10)
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:236:3
    at runSyncOrAsync (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:130:11)
    at iterateNormalLoaders (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:232:2)
    at Array.<anonymous> (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:205:4)
    at Storage.finished (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16)
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9
node:internal/crypto/hash:71
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:417:16)
    at handleParseError (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:471:10)
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:503:5
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/webpack/lib/NormalModule.js:358:12
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:373:3
    at iterateNormalLoaders (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
    at Array.<anonymous> (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/loader-runner/lib/LoaderRunner.js:205:4)
    at Storage.finished (/home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16)
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9
    at /home/joe/go/src/github.com/RoboCup-SSL/ssl-vision-client/node_modules/graceful-fs/graceful-fs.js:115:16
    at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.13.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

To fix this, you must prepend the command with NODE_OPTIONS=--openssl-legacy-provider (Eg: NODE_OPTIONS=--openssl-legacy-provider yarn serve).

See SO answer for more details. The underlying issue is due to a hash function no longer allowed by default in OpenSSL. I don't have enough experience in this stack to help fix it, but this should at least provide a workaround for others who hit this issue in the mean time.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • Update golang Docker tag to v1.22
  • Update module google.golang.org/protobuf to v1.33.0
  • Update cimg/base Docker tag to v2024

Detected dependencies

circleci
.circleci/config.yml
  • cimg/go 1.22.2
  • cimg/go 1.22.2
  • cimg/go 1.22.2
  • cimg/base 2023.12
  • cimg/base 2023.12
dockerfile
cmd/ssl-vision-cli/Dockerfile
  • golang 1.21-alpine
  • alpine 3
cmd/ssl-vision-client/Dockerfile
  • node 21-alpine
  • golang 1.21-alpine
  • alpine 3
gomod
go.mod
  • go 1.21
  • github.com/gorilla/websocket v1.5.1
  • google.golang.org/protobuf v1.31.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.