screenshotbot / screenshotbot-oss

A Screenshot Testing service to tie with your existing Android, iOS and Web screenshot tests
https://screenshotbot.io
Mozilla Public License 2.0
238 stars 13 forks source link

https://screenshotbot.io/recorder is down (404) #28

Closed wezley98 closed 1 year ago

wezley98 commented 1 year ago

The curl command for https://screenshotbot.io/recorder is currently not working as the endpoint is returning a 404.

tdrhq commented 1 year ago

@wezley98 The url is https://screenshotbot.io/recorder.sh (note the .sh at the end).

Could you tell me where you got the URL you used? This is the second time in the last few days somebody referenced the wrong URL, so I'm wondering if I've mentioned it incorrectly in some doc.

tdrhq commented 1 year ago

I added a informative 404 page just for /recorder, just telling the user what the actual page is (since it might be different based on Linux/Darwin or Windows, I didn't want to outright redirect): https://github.com/screenshotbot/screenshotbot-oss/commit/5e7c83639e68f4a56192f751bedc18c0ddc3faab

wezley98 commented 1 year ago

@tdrhq Thank you. Do the docs need updating as well (https://screenshotbot.io/documentation/platforms/android-apps)?

from curl https://screenshotbot.io/recorder | sh to curl https://screenshotbot.io/recorder.sh | sh

on MacOS curl https://screenshotbot.io/recorder | sh returns the 404.

tdrhq commented 1 year ago

Indeed it does. I'll fix it right way! Thanks for pointing it out!

tdrhq commented 1 year ago

Fixed. This was a typo in the docs, and this typo has been been here for ages now, sorry about that!