iBotPeaches / PandaLove

Sourcecode for PandLove website.
https://pandalove.club
MIT License
9 stars 11 forks source link

Breaking on phoenix #5

Open 0xdeafcafe opened 7 years ago

0xdeafcafe commented 7 years ago

When I try and add my gamertag to the Destiny section - this happens

screen shot 2017-02-23 at 14 11 10

iBotPeaches commented 7 years ago

Account renamed perhaps? Shitty implementation of the system. I should have used XUID, but when the Destiny portion was written the Xbox API wasn't in the codebase yet nor was it added until H5 support was added. It basically sees a different gamertag, adds it, but then the foreign key on destiny account id already exists thus dies out.

This entire project needs a wipe/rewrite/cleanse/something, but the short term I can just fallback to the account owning the duplicated destiny account id and use that account w/ a renamed gamertag.

0xdeafcafe commented 7 years ago

I've never changed the name on this account, must be something else