Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors running recorder from Bitrise #3

Open
yonaskolb opened this issue Sep 2, 2021 · 0 comments
Open

Errors running recorder from Bitrise #3

yonaskolb opened this issue Sep 2, 2021 · 0 comments

Comments

@yonaskolb
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant