PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.86k stars 1.54k forks source link

IMPORTANT: Bot warning with this bot. Red message in app #6198

Open goedzo opened 7 years ago

goedzo commented 7 years ago

IMPORTANT! It seems that almost all of our bot accounts got flagged with the red warning. So stop using the bot. We must investigate the cause.

I suspect that it is caused by the inbox is not cleared. When i open app, i get very old messages being displayed. I suspect this causes the bot warning now. We need to fix this asap!

On my account that i use daily on my phone in combination with the app, no red warning is there.

MerlionRock commented 7 years ago

@Davidakachaos take a look when you are able to. This bot not receiving inbox messages the way it should.

I'll also take a look later.

ghost commented 7 years ago

I am able to replicate this issue. As another update, if its not wiped after a day, it triggers a niantic warning.

MerlionRock commented 7 years ago

Temporary solution for those who are still safe: login phone to clear inbox, disable gym slot

MerlionRock commented 7 years ago

Init.py Line 1532, change request.get_inbox() to request.get_inbox(is_history=True)

I need someone with multiple accounts that hasn't got the warning or didn't bot since we update to version 0.69.1 to test this. One acct with the above change, one without and let us know what happen to them

MerlionRock commented 7 years ago

I don't have time, i'll paste the response here and hopefully someone can figure this out asap

[{'notification_id': u'GYM_REMOVAL_aa47efe6d5004151b77e16f6bb0368e2.16', 
'category': u'gym_removal', 'variables': [{'literal': u'aa47efe6d5004151b77e16f6bb0368e2.16', 'name': u'GYM_ID'}, {'literal': u'Shangri la Phoenix', 'name': u'GYM_NAME'}, {'literal': u'10901816661029224455', 'name': u'POKEMON_ID'}, 
{'lookup_table': u'pokemon', 'name': u'POKEDEX_ENTRY_NUMBER', 'key': u'131'}, 
{'name': u'POKEMON_DISPLAY', 'byte_value': '\x10\x02'}, 
{'literal': u'GYM_BADGE_VANILLA', 'name': u'GYM_BADGE_RANK'}, {'literal': u'http://lh5.ggpht.com/HOLIHu6SKCDB45sW4e-Y0SLPO4owOk4RK27xirKax3O6AK9WcI9ltWJcosDA-CY6Y2sTWXAsB0lxZKBtIICq', 'name': u'GYM_BADGE_IMAGE_URL'}, {'literal': u'false', 'name': u'GYM_BADGE_LEVEL_UP'}, 
{'literal': u'127', 'name': u'GYM_BADGE_EARNED_POINTS'}, {'literal': u'0.454', 'name': u'GYM_BADGE_PROGRESS'}, {'literal': u'12', 'name': u'POKECOIN_AWARDED'},
{'literal': u'0', 'name': u'POKECOIN_AWARDED_TODAY'}, {'literal': u'50', 'name': u'MAX_DAILY_POKECOIN'}, {'literal': u'0', 'name': u'BATTLES_WON'}, {'literal': u'3', 'name': u'BATTLES_LOST'}, {'literal': u'0', 'name': u'DEPLOYED_MILLIS'}], 
'labels': [1, 3], 'create_timestamp_ms': 1500532796709L, 'title_key': u'gym_removal_notification_toast'}, 

label UNREAD = 1; NEW = 2; IMMEDIATE = 3;

Server will always return as UNREAD. Read to figure out how to inform the server that message is read. It might be something new in 0.69.1

ghost commented 7 years ago

As a better solution, might be better to disable gym until its resolved, and pass it along to Dev Repo.

MerlionRock commented 7 years ago

@VoIP likely not gym or inbox issue. Mappers who don't gym are hit too.

Likely to be 0.69.1 api issue.

arbosus commented 7 years ago

Could it be with the buddy pokemon? I will log on and get Magikarp found a candy +26 magikarp candies

MerlionRock commented 7 years ago

@arbosus no, mappers don't do any of those. They are being hit too

camnomis commented 7 years ago

Today sucks!

Was playing around with optimiser as transfer wasn't working on my usual config, something went wrong and lost a ton of good mons (Unown & Moltres included) AND got the warning message, where is that cry smiley!

goedzo commented 7 years ago

Well my phone account also received the warning. So it is not caused by inbox!

ghost commented 7 years ago

I don't know if this is helpful, but my gf who stopped botting 2 weeks ago did not receive a warning. I went on till i read this right now, checked it and I did get the warning.

goedzo commented 7 years ago

@thelemonenergy, so your girlfriend is safe since she did not bot two weeks ago? If that is the case, definately something has changed in 0.69.1 that allows detection. Did she used gym slotting two weeks ago?

ghost commented 7 years ago

She did not use any gym features. (Luckily I configured her bot so i know most of the config) I think the 0.69.1 was released earlier than 2 weeks ago, but the gym slotting was not in the master branch by then.

Where can i see when exactly she botted the last time?

MerlionRock commented 7 years ago

@thelemonenergy our not only updated to 0.69.1 about 2-3 days ago.

MerlionRock commented 7 years ago

Guys, stay clam. This is not the first time (and definitely won't be the last). When. This happen stay clam, keep playing (as in please be good boy and girl, stop bot) until warning disappear. By then, we should have figured out what causes the flag and we will be back botting in no time. :)

We have all the warning in bot to keep you safe. As long as you follow those warning, no cause for worry.

But as usually, please remember i recommended not to use your main account for botting.

ghost commented 7 years ago

Oh, ok sorry, i kind of mixed that up. I will look in the event file of the webinterface and tell you all i can see about the date and version. Will do as soon as I have access to her pc.

ghost commented 7 years ago

Appears its a common issue in the Dev Pogo spot. Most likely there its something with the encryption.

MerlionRock commented 7 years ago

@VoIP yup this is the 2nd time it happened.... The last time it happened, it takes almost a month before they say, ya, if you don't want to see the warning, please do this and that ... Hopefully this time round they will be faster....

ghost commented 7 years ago

@MerlionRock and possibly hope we get a "compensated" for the issues.. but I highly doubt that will happen (even if you are doing mapping).

camnomis commented 7 years ago

Any update on this yet?

Is #re-research on discord the best place to follow for updates, tried to keep up but get lost quite quickly

ghost commented 7 years ago

@camnomis still not stable. #re-research is still looking into it, but there might be a fix in one of the node.js api's.

goedzo commented 7 years ago

We've implemented the fix from node.js - Please test this by using this API, and report your results: https://github.com/goedzo/pgoapi/tree/Test-AntiBan-2

camnomis commented 7 years ago

Using your fix @goedzo and so far so good (spun up a brand new account to test it on)

goedzo commented 7 years ago

Ok cool @camnomis keep us posted!

nbq commented 7 years ago

Im running it too with no errors on the account so far so for me it's a pass

On Sun, Aug 13, 2017 at 11:16 AM goedzo notifications@github.com wrote:

Ok cool @camnomis https://github.com/camnomis keep us posted!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PokemonGoF/PokemonGo-Bot/issues/6198#issuecomment-322048031, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6OX6cxcbONpIGTF-vUwAOu3HtCRN4Jks5sXxNWgaJpZM4Oukzs .

arbosus commented 7 years ago

as soon as i got this warning i created a new account and put it on the bot it took 4 days for the warning to show up.

goedzo commented 7 years ago

Lets make sure it's ok by running it for at least 4 days, to be sure.

nbq commented 7 years ago

yep, testing it for a few days never hurts anyone

camnomis commented 7 years ago

Still no warning

MerlionRock commented 7 years ago

Would advise not to run bot on accounts that matter.

The latest batch is still not safe.

camnomis commented 7 years ago

I am using a throw away account created for testing of @goedzo's fix, I would reiterate @MerlionRock and advise against using on an account you care about

Jcolomar commented 7 years ago

[2017-08-16 14:04:29] [PokemonGoBot] [INFO] Probably permabanned, Game Over ! Play again at https://club.pokemon.com/us/pokemon-trainer-club/sign-up/

camnomis commented 7 years ago

@Jcolomar is that on a new account with the fix?

Did you get a warning or go straight to permaban?

Jcolomar commented 7 years ago

its an old one the new one is shadowbanned

camnomis commented 7 years ago

Is there a flag for shadow ban or do you just assume as no good mons spawning for the bot?

Jcolomar commented 7 years ago

https://www.reddit.com/r/pokemongodev/comments/6cng1n/current_guess_at_shadowbanned_pokemon/

Jcolomar commented 7 years ago

no good, evolve pokemons in 25 min, its weird

MerlionRock commented 7 years ago

Guys, stop botting, incoming ban wave.

Jcolomar commented 7 years ago

My both accounts was banned, rip

MerlionRock commented 7 years ago

Your level 40 too?

Jcolomar commented 7 years ago

38 and 39

MerlionRock commented 7 years ago

Straight ban, or already have warning, follow by ban?

Jcolomar commented 7 years ago

i was warned

camnomis commented 7 years ago

This is the state of my various accounts:

Bot account - Lasted botted 4th Aug, no warning message Main account - Lasted botted "pre fix" 6th August, ran once 13th aug post "fix", warning message till apprearing, used daily on the phone since then New bot - Created 13th Aug and only ran with @goedzo's "fix" no warning message

camnomis commented 7 years ago

Ok, warning message has disappeared from main account, but looks like it has a shadow ban (Unown spawned but didn't show up on my account), also the "Slash of Shame" has appeared on a few on of the premier mons I have used the bot to catch on my main account, I am hoping I don't jynx things but I might have escaped the ban wave!

Newly spun up account is still working fine with nor warnings.

Magicode1 commented 7 years ago

I am very new to this botting scene. Made an account yesterday evening and it ran fine until it's sleep schedule this morning. How would one install the pgoapi fix that @goedzo is working on?

MerlionRock commented 7 years ago

@Magicode, if you just 8nstalled, it's already running g the "fix", however, the fix is not working.

Actually, currently NO BOT is safe. If any bot claim that they are safe, they are just after your $$.

Strongly advise to wait until we post a notice to go ahead. As of now, you might just want to create a new account just to see what the bot can do. You can also join us in discord for discussion.

Magicode1 commented 7 years ago

Alright, sounds good. This bot is running a new account, just to see. I will Keep you updated on what happens, but it hasn't been flagged yet.

MerlionRock commented 7 years ago

Wait 3-7 days. Of you are lucky, it's just warning and Softban, if you are unlucky. It's a straight ban.