Closed codyswanner closed 6 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
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?
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: @. @.> >
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!
Pull request #14 addresses this issue
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.)