Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Errors running recorder from Bitrise #3

@yonaskolb

Description

@yonaskolb

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

This leads to many warnings, and nothing is shown in https://screenshotbot.io/runs

/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions