You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this looks like a great project!
We're having issues getting this to run correctly though. We're running from a Bitrise script using the following code:
# Install the screenshotbot recorder script to ~/screenshotbot/recorder
curl https://screenshotbot.io/recorder.sh | sh
# Run the script from the root git directory of the project
~/screenshotbot/recorder --channel Hireup \
--api-key "${SCREENSHOTBOT_API_KEY}" \
--api-secret "${SCREENSHOTBOT_API_SECRET}" \
--directory HireupFeatureTests/__Snapshots__/FeatureSnapshotTests \
--production \
--branch ${BITRISE_GIT_BRANCH} \
--repo-url https://github.com/hireupau/hireup-ios.git
/Users/vagrant/screenshotbot/recorder --channel Hireup --api-key [REDACTED] --api-secret [REDACTED] --directory HireupFeatureTests/__Snapshots__/FeatureSnapshotTests --production --branch snapshot_tests --repo-url https://github.com/hireupau/hireup-ios.git
<INFO> [00:08:36] screenshotbot-sdk sdk.lisp () - Screenshotbot SDK v2.3.2
<INFO> [00:08:36] screenshotbot-sdk sdk.lisp () - Uploading images from: #<SCREENSHOTBOT-SDK::IMAGE-DIRECTORY 7010061A0B>
Warning: cl+ssl::output-wait is not implemented for this lisp, but a non-blocking stream is encountered
Warning: cl+ssl::output-wait is not implemented for this lisp, but a non-blocking stream is encountered
...SNIP: A few hundred of these warnings...
Warning: cl+ssl::output-wait is not implemented for this lisp, but a non-blocking stream is encountered
Warning: cl+ssl::output-wait is not implemented for this lisp, but a non-blocking stream is encountered
<INFO> [00:08:38] screenshotbot-sdk sdk.lisp () - Got file length: 177232
<INFO> [00:08:38] screenshotbot-sdk sdk.lisp () - Got file length: 224171
... SNIP: a few dozen of these ...
<INFO> [00:08:41] screenshotbot-sdk sdk.lisp () - Got file length: 89974
<INFO> [00:08:41] screenshotbot-sdk sdk.lisp () - Got file length: 164519
<INFO> [00:08:41] screenshotbot-sdk sdk.lisp () - Creating run
The text was updated successfully, but these errors were encountered:
Hello, this looks like a great project!
We're having issues getting this to run correctly though. We're running from a Bitrise script using the following code:
This leads to many warnings, and nothing is shown in https://screenshotbot.io/runs
The text was updated successfully, but these errors were encountered: