Hi there,
this is a small suggestion on how to improve the following error message.
I’ve just set up my asciinema server using podman and nginx as reverse proxy. Everything worked fine except for uploading recordings. I recieved the Error
asciinema: upload failed: API endpoint not found. This asciinema version may no longer be supported. Please upgrade to the latest version.
I checked my versions and updated my client from 2.2.0 to 2.4.0 even though this wasn’t necessary.
I double and triple checked my ASCIINEMA_API_URL variable. But it took me one day to realize, that the variable was missing the little s
in https
.
My suggestion: Edit the error message to something like
asciinema: upload failed: API endpoint not found. This may be due to one of the following reasons: 1. This asciinema version may no longer be supported. Please upgrade to the latest version. 2. If you're self-hosting, ensure the ASCIINEMA_API_URL variable is set correctly including http/https.
What do you think about this?