crobertsbmw / deckofcards

An API to simulate a deck of cards
MIT License
1.34k stars 335 forks source link

Internal Server Error 500 when adding cards to pile. #63

Closed jambis closed 4 years ago

jambis commented 5 years ago

Hello, lately with the new changes I haven't been able to add cards to a pile after drawing them.

I have a partial deck with 21 cards, I draw all 21 cards from the deck and then try to add them to a pile and this is when I get an internal server error 500.

This process was working before the changes. I was wondering if there's something on my end that I should be changing to make this work again?

crobertsbmw commented 5 years ago

Thanks for letting me know. It looks like I broke something yesterday. I think I have it fixed now, go ahead and try it again.

Thanks, Chase

On Tue, Oct 15, 2019 at 5:23 PM James Bishop notifications@github.com wrote:

Hello, lately with the new changes I haven't been able to add cards to a pile after drawing them.

I have a partial deck with 21 cards, I draw all 21 cards from the deck and then try to add them to a pile and this is when I get an internal server error 500.

This process was working before the changes. I was wondering if there's something on my end that I should be changing to make this work again?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crobertsbmw/deckofcards/issues/63?email_source=notifications&email_token=ABMQLHTHDPF4UNG3CXEETFTQOXVAPA5CNFSM4JA7ADYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HR5SQDA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMQLHTAUY74WDBF7OIQ7VDQOXVAPANCNFSM4JA7ADYA .

jambis commented 5 years ago

Awesome Chase, works perfectly now. Thank you