codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Duplicate Tags cause crashes #10

Closed codyswanner closed 6 months ago

codyswanner commented 7 months ago

User is able to add duplicate tags to an image (which in itself is buggy behavior). When trying to remove one of these duplicate tags, database query fails (expected one result, got more than one) and causes a minor crash.

Troubleshoot if there is a way to cause the database query to succeed even if duplicate records are returned, and then remove the user's ability to add a duplicate tag. (Issue #2 may resolve the user ability to add duplicate tags by implementing Autocomplete component.)

tycariadus commented 7 months ago

I think I have experienced a similar issue. I added a tag and each time I access the account that has the tag, or a report it causes the file to crash. can you guys help me to remove / fix the issue? Do you need the dmp file? Thanks

codyswanner commented 7 months ago

Hello @tycariadus! Based on your comment I'm thinking you may have ended up here by mistake, this repository is for an application that is not yet in production and is not accessible to the public. What application was giving you an issue?

tycariadus commented 7 months ago

MoneyManager EX

From: Cody Swanner @.> Sent: Sunday, April 7, 2024 7:08 AM To: codyswanner/Meme-Cataloger2 @.> Cc: tycariadus @.>; Mention @.> Subject: Re: [codyswanner/Meme-Cataloger2] Duplicate Tags cause crashes (Issue #10)

Hello @tycariadus https://github.com/tycariadus ! Based on your comment I'm thinking you may have ended up here by mistake, this repository is for an application that is not yet in production and is not accessible to the public. What application was giving you an issue?

— Reply to this email directly, view it on GitHub https://github.com/codyswanner/Meme-Cataloger2/issues/10#issuecomment-2041328420 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIW6U2O33CMJJ4QPYYFYX63Y4DPDRAVCNFSM6AAAAABFWKLSX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGMZDQNBSGA . You are receiving this because you were mentioned. https://github.com/notifications/beacon/AIW6U2JTSU4SUYM4ZZJ2MULY4DPDRA5CNFSM6AAAAABFWKLSX2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTZVQZSI.gif Message ID: @. @.> >

codyswanner commented 7 months ago

This is not the repository for MoneyManager EX, it looks like possibly the repository you are looking for is this one: MoneyManager EX

Best of luck with your issue!

codyswanner commented 6 months ago

Pull request #14 addresses this issue