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

cat: cert_pass.txt: No such file or directory #22

Closed
sourcelocation opened this issue Mar 13, 2021 · 3 comments
Closed

cat: cert_pass.txt: No such file or directory #22

sourcelocation opened this issue Mar 13, 2021 · 3 comments

Comments

@sourcelocation
Copy link

sourcelocation commented Mar 13, 2021

Hi, I have this issue with my CI builder when uploading it with the web interface. How can I fix it?
Screenshot 2021-03-13 at 22 40 25
Screenshot 2021-03-13 at 22 40 57

@ViRb3
Copy link
Member

ViRb3 commented Mar 13, 2021

The real error is in line 8: the job fetch request fails because the SECRET_URL is invalid. The cert_pass.txt error is just a consequence because nothing was downloaded. I guess the script should have stopped before that.

Anyway, the SECRET_URL is set automatically by the service, and it's either what you set in server_url in the config, or it's automatically fetched from ngrok if you ran the service with -ngrok-port 4040. What is your case?

@sourcelocation
Copy link
Author

I ran it using the second method you described

@sourcelocation
Copy link
Author

I fixed this problem by re-running ngrok and iOS Signer Service. Now everything is working fine! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants