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

error preconditions failed on record #1

Open
mehzer opened this issue Oct 29, 2018 · 3 comments
Open

error preconditions failed on record #1

mehzer opened this issue Oct 29, 2018 · 3 comments

Comments

@mehzer
Copy link

mehzer commented Oct 29, 2018

Maybe connected to current asciinema version (I'm using 2+)?

Verbose returns:

spielbash: version unknown
error: spielbash: version unknown
@omry
Copy link

omry commented Aug 25, 2019

Same problem.

Too bad, this looks like a nice tool.

@Malinskiy
Copy link
Owner

Malinskiy commented Aug 30, 2019

Hey @mehzer and @omry

The problem seems to be coming from GLI. I've moved the preconditions check into the actual command. Could you retest on 0.1.3 please?

@Malinskiy Malinskiy reopened this Aug 30, 2019
@omry
Copy link

omry commented Sep 12, 2019

I get this with 0.14:

$ spielbash
Traceback (most recent call last):
  File "/miniconda3/envs/hydra36/bin/spielbash", line 6, in <module>
    from spielbash import main
  File "/miniconda3/envs/hydra36/lib/python3.6/site-packages/spielbash/__init__.py", line 189
    print "Rolling scene \"%s\"..." % scene['name'],
                                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Rolling scene \"%s\"..." % scene['name'], end=" ")?

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

3 participants