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
If I run sportsdb stats I can see that nothing has been inserted into the table (confirmed by going into the sqlite terminal too and running select queries). Any ideas?
The text was updated successfully, but these errors were encountered:
Welcome to football.db. Sorry for the start-up trouble.
*** error: wrong number of arguments (given 1, expected 0)
That is a known ruby 3.x (keyword argument) compatibility bug - I assume you are running on ruby 3.x - please downgrade to the 2.x series for a workaround. Sorry once I get back I will update the sportdb machinery to the ruby 3.x series. Thank you for your understanding. Cheers. Prost.
geraldb
changed the title
Error: *** error: wrong number of arguments (given 1, expected 0)
Ruby 3.x (Keyword Argument Compatibility) Error: *** error: wrong number of arguments (given 1, expected 0)
Nov 3, 2021
geraldb
transferred this issue from openfootball/quick-starter
Nov 3, 2021
Hi,
I'm trying to create my database from starter-kit, here:
> sportdb new worldcup2018
It seems to output a lot to the terminal which seems like it's doing it's thing, but then it stops here:
If I run sportsdb stats I can see that nothing has been inserted into the table (confirmed by going into the sqlite terminal too and running select queries). Any ideas?
The text was updated successfully, but these errors were encountered: