#Error code 002-0102 i'm banned !!

1 messages · Page 1 of 1 (latest)

rain hatch
#

hello, I don't know why this message appears... please help me

rotund tigerBOT
#
002-0102 (3DS/2DS)

Support code detected, press to expand information

rain hatch
#

Why my device is banned ?

rain hatch
#

help me please

#

Error code 002-0102 i'm banned !!

rain hatch
#

help pls

maiden dirge
#

i sadly dont know

#

however i think you know that it banned the console

#

not the account

rain hatch
#

I didn't do anything to get banned...

small coral
#

is this nintendo or pretendo? if pretendo, can you send me your friend code?

small coral
small coral
#

and nimbus shows that you are connected to pretendo?

rain hatch
#

yes

small coral
#

question, is your nintendo fc the same as pretendo?

rain hatch
#

no

rain hatch
rotund tigerBOT
small coral
#

has pretendo worked before on the same device, or has it always shown that error?

rain hatch
#

It's since I no longer have Super Mario

small coral
rain hatch
#

ok, wait

small coral
rain hatch
#

ok

small coral
#

alright. also please delete the images now, they have sensitive data

rain hatch
#

ok

small coral
#

@plush ravine can you check if there is a device on the database that has the PID 1645450289 linked to it?

rain hatch
#

if your wii u is banned change the serial number

#

No is a new 2DS XL

rain hatch
plush ravine
rain hatch
plush ravine
rain hatch
plush ravine
small coral
#

I'm checking the middleware paths where we return the error and all should succeed. The only thing weird is that the PID doesn't have the friend code attached to it

small coral
rotund tigerBOT
plush ravine
# small coral I'm checking the middleware paths where we return the error and all should succe...

That's my fault. The current admin panel sucks ass so as a way to get around calculating every users FC in the NEX accounts page, I just updated the server to pre-calculate and save it. I then ran a script that SHOULD have updated all the old ones, but clearly it missed some

In the new admin panel I'll just have light calculate it on the fly. The reason I didn't before was because handlebars middleware kinda sucks

plush ravine
#
let device: HydratedDeviceDocument | null = await Device.findOne({
    fcdcert_hash: fcdcertHash,
});

if (device) {
    if (device.access_level < 0) {
        response.status(200).send(nascError('102').toString());
        return;
    }

    if (pid) {
        const linkedPIDs: number[] = device.linked_pids;

        if (!linkedPIDs.includes(pid)) {
            response.status(200).send(nascError('102').toString());
            return;
        }
    }
}

The device is looked up using fcdcert which is your LFCS. If he changed his LFCS after his NEX account was registered, then it would look up a different account and his current one would not be linked to it

#

I've seen a handful of cases where people have done just this. Apparently there's places where people post "public seeds" and multiple people share them (I assume as an unban method)

plush ravine
#

Did you change your seed

rain hatch
#

How?

plush ravine
#

I have no idea I've never done it, I just know it's something people do. I'm just asking if you've ever done it, if you have then you have otherwise no

#

What's the serial number of the console you're currently trying to use

rain hatch
#

NEE101653143

plush ravine
rain hatch
small coral
#

oh wait, maybe only the nintendo PID got transfered, but not the pretendo one

rain hatch
plush ravine
#

I wasn’t aware this kind of thing was possible

#

I guess we could just. Stop checking if the account is linked?

#

I can’t think of much else

rain hatch
rain hatch
plush ravine
rain hatch
small coral
plush ravine
small coral
rain hatch
#

you have pirate games?

rain hatch
rain hatch
rain hatch
weary pebble
#

With different sd cards

#

And backed up both nand files

weary pebble
#

Because the friendcodeseed.??? Is in luma/backups so try the new 2ds xl one BEFORE you transferred the data

weary pebble
weary pebble
#

Uh @rain hatch

rain hatch
#

(I use Google translate)

#

My english is VERY bad

weary pebble
#

Ask a dev

rain hatch
#

must wait

weary pebble
#

@small coral can you check if my hyposthasis about his situation makes sence or works at all?

weary pebble
small coral
pallid minnow