ToxicFrog / bltool

A tool for command line interaction with backloggery.com
Apache License 2.0
78 stars 9 forks source link

'completed' status causes error #11

Closed SootyOwl closed 10 years ago

SootyOwl commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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