Terminated redirect not marking account as banned

Ask any support / help / issues / problem or question related to TumblingJazz
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Terminated redirect not marking account as banned

Post by martin@rootjazz »

and how many threads do you run in the processor tab?

Do these 50 accounts, run multiple shared actions at the same time?
jrichards
Posts: 378
Joined: Tue Sep 22, 2015 11:58 pm

Re: Terminated redirect not marking account as banned

Post by jrichards »

The action was set to use 20 threads. I didn't have any other action running at the same time, only this 1 shared action
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Terminated redirect not marking account as banned

Post by martin@rootjazz »

so one shared action with 50 accounts.

The other actions (if there were any) had nothing to do with this account that had issues?
jrichards
Posts: 378
Joined: Tue Sep 22, 2015 11:58 pm

Re: Terminated redirect not marking account as banned

Post by jrichards »

Nope ... the account has been banned before this action started.
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Terminated redirect not marking account as banned

Post by martin@rootjazz »

ok so if this account is only working in one action it is not a memory overwrite issue.

Only explanation is there is another flow to mark the account as banned that isn't triggering an update, but I have looked and cannot see it. I know it is only going to be difficult, but ideally I need the logs of the action where the account gets banned which is not updating the GUI, as there should be something there to indicate just where this is happening and what is happening to either

1) not update the gui
2) the request to update gui is made but swallowed somewhere
snibi
Posts: 400
Joined: Thu Sep 17, 2015 6:48 am

Re: Terminated redirect not marking account as banned

Post by snibi »

i just had smae issue, this one account i've checked by hand opening in browser the url is banned,
i run a verify login and this is doing strange things like "SUCCESS VERIFY",
it didn't set it to [x] "failed login", neither [x] "banned", but doing update cookies.

Code: Select all

No cookies found for reload
GetLoggedInBot: xxx - xxx
LogInBot: xxx - xxx
Pull login page: https://www.tumblr.com/login
* FAILED: pull :https://www.tumblr.com/login -1

Updating cookies
logged in via form: xxx
* SUCCESS: xxx xxx validated successfully
FAILED VERIFY: 

SUCCESS VERIFY: 
http://xxx.tumblr.com/
1 accounts validated out of 1
Started: 26/09/2018 23:15 PM
Finished: 26/09/2018 23:16 PM
ID: a746c928-d9db-40b9-99c2-41ceb89351eb
Action ran for: 0hr:1min:29s
logs_89563
TJ 1930


next i run a verify profile on the same acc, which gives a "FAILED VERIFY",
but also did not set it to [x] "failed login", nor [x] "banned".

Code: Select all

Starting: 26/09/2018 23:21 PM
Attempt validate: 1
Account verify
Account verify: ff645b55-58bc-4b3f-8d9e-e8e314b260d1
Account verify: xxx
Validate account  via profile page xxx xxx
Account profile login: xxx
* FAILED: xxx xxx failed
FAILED VERIFY: 
http://xxx.tumblr.com/
SUCCESS VERIFY: 

0 accounts validated out of 1
Started: 26/09/2018 23:21 PM
Finished: 26/09/2018 23:21 PM
ID: 618b8148-ad84-40df-aae9-6ee2c9ef88f7
Action ran for: 0hr:0min:25s
logs_96174
TJ 1930


besides those issues, another one which could also contribute to the refresh bug is,
when i am importing accounts in "View Accounts" its used to display those new accounts,
but not in that tj version. i need to switch tabs and back to (which also feels slower then in previous versions),
or restart instance in order to view those new imported accounts in the "betterlistview" object.

also could there be, that tumblr is testing and giving sometimes that "use password to login" and tj cant handle?
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Terminated redirect not marking account as banned

Post by martin@rootjazz »

snibi wrote: Wed Sep 26, 2018 9:32 pm i just had smae issue, this one account i've checked by hand opening in browser the url is banned,
i run a verify login and this is doing strange things like "SUCCESS VERIFY",
it didn't set it to [x] "failed login", neither [x] "banned", but doing update cookies.

Code: Select all

No cookies found for reload
GetLoggedInBot: xxx - xxx
LogInBot: xxx - xxx
Pull login page: https://www.tumblr.com/login
* FAILED: pull :https://www.tumblr.com/login -1

Updating cookies
logged in via form: xxx
* SUCCESS: xxx xxx validated successfully
FAILED VERIFY: 

SUCCESS VERIFY: 
http://xxx.tumblr.com/
1 accounts validated out of 1
Started: 26/09/2018 23:15 PM
Finished: 26/09/2018 23:16 PM
ID: a746c928-d9db-40b9-99c2-41ceb89351eb
Action ran for: 0hr:1min:29s
logs_89563
TJ 1930


next i run a verify profile on the same acc, which gives a "FAILED VERIFY",
but also did not set it to [x] "failed login", nor [x] "banned".

Code: Select all

Starting: 26/09/2018 23:21 PM
Attempt validate: 1
Account verify
Account verify: ff645b55-58bc-4b3f-8d9e-e8e314b260d1
Account verify: xxx
Validate account  via profile page xxx xxx
Account profile login: xxx
* FAILED: xxx xxx failed
FAILED VERIFY: 
http://xxx.tumblr.com/
SUCCESS VERIFY: 

0 accounts validated out of 1
Started: 26/09/2018 23:21 PM
Finished: 26/09/2018 23:21 PM
ID: 618b8148-ad84-40df-aae9-6ee2c9ef88f7
Action ran for: 0hr:0min:25s
logs_96174
TJ 1930


besides those issues, another one which could also contribute to the refresh bug is,
when i am importing accounts in "View Accounts" its used to display those new accounts,
but not in that tj version. i need to switch tabs and back to (which also feels slower then in previous versions),
or restart instance in order to view those new imported accounts in the "betterlistview" object.

also could there be, that tumblr is testing and giving sometimes that "use password to login" and tj cant handle?
VERIFY PROFILE is a test of the profile URL that is built based upon the blog_name in the account details form. If this is a 404 then you get account banned (does rely on correct blog_name)

Your logs for VERIFY LOGIN, seems the program is failing, but incorrectly marking as success Will check
snibi
Posts: 400
Joined: Thu Sep 17, 2015 6:48 am

Re: Terminated redirect not marking account as banned

Post by snibi »

Thanks for the update, but it still does not set the failed login and banned here.

here are 4 banned accounts i did another logs at 1 thread to compare each other:

(
i've also checked those options if it is in any help:
debug > http error logs
debug > full debugging
)

VERIFY ACCOUNT via: login
TJ 1931
logs_77116

VERIFY PROFILE via: profile
TJ 1931
logs_99847

to complete the diagnostics here is a log of 2 alive accs at 1 thread:

VERIFY ACCOUNT via: login:
TJ 1931
logs_55026

VERIFY PROFILE via: profile
TJ 1931
logs_94401

edit://
for the first 2
logs_77116
logs_99847
i had tried browser login 1 acc, and it told theres some proxy issue,
so i switched proxies and now it set the right x's with verify account via:login, so seems there is only proxy issue detection fails, will test further.

edit2://
maybe theres some issue with that:
Image

or something with:
i found that sometimes goes to the signup page, and not the "There's nothing here." page when i open the banned blogurl by hand.
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Terminated redirect not marking account as banned

Post by martin@rootjazz »

found a bug during yahoo login when no response received which wasn't existing properly and the update for failed was being overwritten with a successful login

https://rootjazz.com/tumblingjazz/updatetesting.html
Post Reply