Skip to content
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

Station not handling jobs: Fetch failed UNABLE_TO_GET_ISSUER_CERT_LOCALLY #1094

Open
PatrickNercessian opened this issue Nov 9, 2023 · 2 comments
Labels
bug 🐛 Something isn't working

Comments

@PatrickNercessian
Copy link

PatrickNercessian commented Nov 9, 2023

I just downloaded on Mac M1, and my Total Jobs Completed and Scheduled Rewards are staying at 0.
Downloaded the Module Logs, and I see the following error and stack trace:

Usage: Filecoin Station Helper [options]

Options:
  -j, --json          Output JSON                                      [boolean]
      --experimental  Also run experimental modules                    [boolean]
  -v, --version       Show version number                              [boolean]
  -h, --help          Show help                                        [boolean]



TypeError: fetch failed
    at fetch (/Applications/Filecoin Station.app/Contents/Resources/core/node_modules/undici/index.js:110:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async station (file:///Applications/Filecoin%20Station.app/Contents/Resources/core/commands/station.js:35:20) {
  cause: Error: unable to get local issuer certificate
      at TLSSocket.onConnectSecure (node:_tls_wrap:1543:34)
      at TLSSocket.emit (node:events:513:28)
      at TLSSocket.emit (node:domain:489:12)
      at TLSSocket._finishInit (node:_tls_wrap:962:8)
      at TLSWrap.onhandshakedone (node:_tls_wrap:746:12) {
    code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'
  }
}
@bajtos bajtos added the bug 🐛 Something isn't working label Nov 9, 2023
@bajtos bajtos changed the title Mac M1 - fetch failed UNABLE_TO_GET_ISSUER_CERT_LOCALLY Station not handling jobs: Fetch failed UNABLE_TO_GET_ISSUER_CERT_LOCALLY Nov 9, 2023
@PatrickNercessian
Copy link
Author

This worked completely fine with another laptop on my same network. It's possible this is a networking issue local to my M1 Mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants