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

'completed' status causes error #11

Closed
SootyOwl opened this issue May 18, 2014 · 3 comments
Closed

'completed' status causes error #11

SootyOwl opened this issue May 18, 2014 · 3 comments

Comments

@SootyOwl
Copy link

btool will add all games up until the first one listed in the file as 'completed' and then crash. Changing the status of all 'completed' games to 'beaten' fixes this.

@ToxicFrog
Copy link
Owner

Added from where? A text file? If so, can you paste a representative sample?

In either case, can you paste the stack trace?

If you listed the game as "completed" rather than "complete", that's probably the problem - it only recognizes the latter. In that case, I know what the problem is and the actual issue is "bltool should properly validate and reject text input", which is issue #8.

@SootyOwl
Copy link
Author

Ah, that must have been the problem. I was using 'completed'.

I just rechecked the readme and it appears that it is incorrect, as it
indicates that 'completed' is one of the valid statuses.

Thanks.

@ToxicFrog
Copy link
Owner

The code now matches the documentation and accepts "completed" as of 6c73967

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

2 participants