This is the error I’m getting when deploying via github actions:
Run superfly/flyctl-actions/setup-flyctl@v1.4
with:
version: latest
Invalid URL
Waiting 10 seconds before trying again
Invalid URL
Waiting 20 seconds before trying again
Error: Invalid URL
Here’s my config for that step:
- name: 🎈 Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@v1.4
This was working before. Not sure what changed. I did try running it again and there was no change.
1 Like
Same. Looks like an outage
billy
September 12, 2023, 9:18pm
3
Hi, we’re currently having an issue with the GraphQL API that’s affecting flyctl. We’ll update our status page with details:
Related:
opened 02:41PM - 15 Jun 22 UTC
closed 10:22PM - 05 Sep 23 UTC
Seems like it was a one-off as the next build passed, but I had a failure (https… ://github.com/PREreview/prereview.org/runs/6901353686) with the logs:
```
2022-06-15T14:03:24.6477304Z ##[group]Run superfly/flyctl-actions/setup-flyctl@master
2022-06-15T14:03:24.6477743Z with:
2022-06-15T14:03:24.6478014Z version: latest
2022-06-15T14:03:24.6478308Z ##[endgroup]
2022-06-15T14:03:33.2538818Z Invalid URL
2022-06-15T14:03:33.2540421Z Waiting 17 seconds before trying again
2022-06-15T14:03:50.2697408Z Invalid URL
2022-06-15T14:03:50.2697950Z Waiting 19 seconds before trying again
2022-06-15T14:04:09.2923557Z ##[error]Invalid URL
```
I'm guessing it was unable to find the version number for some reason, but I've not been able to work out what caused 'Invalid URL'; could more logging be added to help debug issues?
It’ll still be useful to have an error that says what the problem is (‘flyctl API not working’ or whatever it is), as it’s not clear that it’s temporary.
2 Likes
system
Closed
September 20, 2023, 6:51pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.