Code Monkey home page Code Monkey logo

imagesgoldenrun's People

Watchers

 avatar  avatar

imagesgoldenrun's Issues

wrong number of arguments

hi

when I run the sample project I get the following dump in terminal:
`
+---------------------------------+---------+-----------------+
| Used plugins |
+---------------------------------+---------+-----------------+
| Plugin | Version | Action |
+---------------------------------+---------+-----------------+
| fastlane-plugin-imagesgoldenrun | 0.1.7 | imagesgoldenrun |
+---------------------------------+---------+-----------------+

[10:04:34]: Welcome to fastlane! Here's what your app is set up to do:
+--------+-----------+------------------------------+
| Available lanes to run |
+--------+-----------+------------------------------+
| Number | Lane Name | Description |
+--------+-----------+------------------------------+
| 1 | test | |
| 0 | cancel | No selection, exit fastlane! |
+--------+-----------+------------------------------+
[10:04:34]: Which number would you like run?
1
[10:04:37]: Running lane test. Next time you can do this by directly typing fastlane test ๐Ÿš€.
[10:04:37]: Driving the lane 'test' ๐Ÿš€
[10:04:37]: -----------------------------
[10:04:37]: --- Step: imagesgoldenrun ---
[10:04:37]: -----------------------------
[10:04:37]: Starting...
[10:04:37]: differencesPath: imagesGoldenRunReport/differences
[10:04:37]: Comparing 5x.png
[10:04:37]: full path: ./goldenRun/5x.png
+---------------+------+
| Lane Context |
+---------------+------+
| PLATFORM_NAME | |
| LANE_NAME | test |
+---------------+------+
[10:04:37]: wrong number of arguments (given 1, expected 0)

+------+-----------------+-------------+
| fastlane summary |
+------+-----------------+-------------+
| Step | Action | Time (in s) |
+------+-----------------+-------------+
| ๐Ÿ’ฅ | imagesgoldenrun | 0 |
+------+-----------------+-------------+

[10:04:37]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane...

โžก๏ธ Passing api-key to sigh via CLI doesn't work
fastlane/fastlane#18222 [open] 6 ๐Ÿ’ฌ
3 weeks ago

โžก๏ธ upload_to_play_store fails with error wrong number of arguments (given 1, expected 0)
fastlane/fastlane#18698 [closed] 9 ๐Ÿ’ฌ
18 May 2021

โžก๏ธ DELIVER (2.150.0.rc3/4) always ask attribute whatsNew
fastlane/fastlane#16700 [open] 85 ๐Ÿ’ฌ
2 weeks ago

and 29 more at: https://github.com/fastlane/fastlane/search?q=wrong%20number%20of%20arguments%20%28given%201%2C%20expected%200%29&type=Issues&utf8=โœ“

๐Ÿ”— You can โŒ˜ + double-click on links to open them directly in your browser.
/usr/local/Cellar/fastlane/2.187.0/libexec/gems/imatcher-0.1.9/lib/imatcher/modes/base.rb:9:in initialize': \e[31m[!] wrong number of arguments (given 1, expected 0)\e[0m (ArgumentError) from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/imatcher-0.1.9/lib/imatcher/matcher.rb:19:in new'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/imatcher-0.1.9/lib/imatcher/matcher.rb:19:in initialize' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/imatcher-0.1.9/lib/imatcher.rb:12:in new'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/imatcher-0.1.9/lib/imatcher.rb:12:in compare' from /Users/d048098/Downloads/imagesGoldenRun-master/lib/fastlane/plugin/imagesgoldenrun/actions/imagesgoldenrun_action.rb:45:in block in run'
from /Users/d048098/Downloads/imagesGoldenRun-master/lib/fastlane/plugin/imagesgoldenrun/actions/imagesgoldenrun_action.rb:33:in each' from /Users/d048098/Downloads/imagesGoldenRun-master/lib/fastlane/plugin/imagesgoldenrun/actions/imagesgoldenrun_action.rb:33:in run'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:263:in block (2 levels) in execute_action' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/actions/actions_helper.rb:69:in execute_action'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:255:in block in execute_action' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:229:in chdir'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:229:in execute_action' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/fast_file.rb:159:in method_missing' from Fastfile:2:in block in parsing_binding'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/lane.rb:33:in call' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:49:in block in execute'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:45:in chdir' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/runner.rb:45:in execute'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/lane_manager.rb:47:in cruise_lane' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/commands_generator.rb:109:in block (2 levels) in run' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in call'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in run' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in run_active_command'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:in run!' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in run!'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/commands_generator.rb:353:in run' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/commands_generator.rb:42:in start'
from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/fastlane/lib/fastlane/cli_tools_distributor.rb:122:in take_off' from /usr/local/Cellar/fastlane/2.187.0/libexec/gems/fastlane-2.187.0/bin/fastlane:23:in <top (required)>'
from /usr/local/Cellar/fastlane/2.187.0/libexec/bin/fastlane:23:in load' from /usr/local/Cellar/fastlane/2.187.0/libexec/bin/fastlane:23:in

'

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.