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
Describe the bug
Requesting certain cards, e.g. Base Set Charizard, causes an exception to be thrown by the bot
To Reproduce
Run the command !card [base1-4] or !card [base4-4]
Expected behavior
The requested card should be outputted correctly
Log Output:
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method io.pokemontcg.model.Ability.<init>, parameter type
...
at uk.breedrapps.command.SearchCardCommand.searchForTerm(SearchCardCommand.kt:72)
at uk.breedrapps.command.base.BaseCommand.execute(BaseCommand.kt:31)
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Requesting certain cards, e.g. Base Set Charizard, causes an exception to be thrown by the bot
To Reproduce
Run the command
!card [base1-4]
or!card [base4-4]
Expected behavior
The requested card should be outputted correctly
Log Output:
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: