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

Error: There is no package named "UIOP" #13

Closed liweijian closed 2 years ago

liweijian commented 2 years ago

The newest code base with docker:

 $ docker-compose up --build
Creating network "screenshotbot-oss_default" with the default driver
Building screenshotbot
[+] Building 230.6s (16/16) FINISHED

...

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Creating screenshotbot-oss_screenshotbot_1 ... done
Attaching to screenshotbot-oss_screenshotbot_1
screenshotbot_1  | > Type :GO to continue, :POP to abort, :R for a list of available restarts.
screenshotbot_1  | > If continued: Retry finding package with name "UIOP".
screenshotbot_1  | > Type :? for other options.
screenshotbot_1  | 1 > > Error: There is no package named "UIOP" .
screenshotbot_1  | > While executing: CCL::%PARSE-TOKEN, in process listener(1).
screenshotbot-oss_screenshotbot_1 exited with code 0
tdrhq commented 2 years ago

Hmm, let me quickly take a look

tdrhq commented 2 years ago

Figured it out, fix coming up in a second

tdrhq commented 2 years ago

Fixed in https://github.com/screenshotbot/screenshotbot-oss/commit/240e544d747dc5b3a0b6dd69d682a919bb7c5c93, let me know if it works for you now

liweijian commented 2 years ago

cool! It works now