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

Intermittent connection issues to runfission.com & error: "Invalid key file provided." #639

Closed
tennox opened this issue May 7, 2024 · 3 comments
Labels
🐛 bug Something isn't working

Comments

@tennox
Copy link
Contributor

tennox commented May 7, 2024

Summary

Our CI pipelines started randomly failing (after a few retries they work) - since it's from gitlab infrastructure I don't assume local internet issues could be the cause.

Problem

The error message:

🌱 Setting up environment
🪐 Downloading managed IPFS for Linux
🎛️  Configuring managed IPFS
🔑 Setting up keys
🕐🕑🕒🕓🕔🕕🕖🕗🕘🕙🕚🕛🕐🕑🕐🕑🕒🕓🕔🕕🕖🕗🕘🕙🕚🕛🕐🕑🕒🕓🕔🕕🕖🕗🕘🕙🚫 Invalid key file provided.

Detail

Trying locally with --verbose yields me this:

2024-05-07 14:22:06.563860: [debug] ⚙ 🆔 Loaded Server DID: did:key:z6MkgYGF3thn8k1Fv4p4dWXKtsXCnLH7q9yw4QgNPULDmDKB
2024-05-07 14:22:06.563935: [debug] 🧬🔬 Parsing signing key
2024-05-07 14:22:06.563961: [info] 🧬👍 Loaded signing key
🕘2024-05-07 14:22:11.811842: [warn] 🙋 ConnectionError (HttpExceptionRequest Request {
  host                 = "runfission.com"
  port                 = 443
  secure               = True
  requestHeaders       = [("Accept","text/plain;charset=utf-8"),("Authorization","<REDACTED>")]
  path                 = "/v2/api/user/whoami"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
}
 (ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [AI_ADDRCONFIG], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = <assumed to be undefined>, addrCanonName = <assumed to be undefined>}, host name: Just "runfission.com", service name: Just "443"): does not exist (No address associated with hostname)))
2024-05-07 14:22:11.812060: [debug] Identity (ConnectionError (HttpExceptionRequest Request {
  host                 = "runfission.com"
  port                 = 443
  secure               = True
  requestHeaders       = [("Accept","text/plain;charset=utf-8"),("Authorization","<REDACTED>")]
  path                 = "/v2/api/user/whoami"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
}
 (ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [AI_ADDRCONFIG], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = <assumed to be undefined>, addrCanonName = <assumed to be undefined>}, host name: Just "runfission.com", service name: Just "443"): does not exist (No address associated with hostname))))
🚫 Invalid key file provided.

To Reproduce
Steps to reproduce the behavior:

  1. fission setup -k path/to/machine_id --verbose
    or
  2. docker run --env FISSION_MACHINE_KEY=(pass -o fission/ztax-misc) tennox/fission-cli
@tennox tennox added the 🐛 bug Something isn't working label May 7, 2024
@aycanirican
Copy link

I was looking at this and then found out that https://fission.codes/blog/farewell-from-fission/

@tennox
Copy link
Contributor Author

tennox commented May 11, 2024

@aycanirican yeah, sad times...
I thought to still create the issue and see what happens 😅

It's only an intermittent issue after all (DNS config issue with runfission.com - working sometimes, sometimes not 😢 )

@walkah
Copy link
Member

walkah commented May 14, 2024

It's true, sadly Fission is no more. That said, we're gonna keep the hosted service around for a bit (announcement forthcoming)... this was a bad DNS change on our end. I've fixed it now. Thanks for reporting!

@walkah walkah closed this as completed May 14, 2024
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

3 participants