Titan icon indicating copy to clipboard operation
Titan copied to clipboard

Issue with Adding Accounts on the Account Tab

Open suaducrus opened this issue 6 years ago • 3 comments

Description

Adding accounts on the account tab manually, after the 11th account, accounts no longer gets added properly. (something to do with the index) The console does print out "Added account in index (#+1) Username..." However it does not add it to the accounts.json file properly It will add a new {"accounts": []} in accounts.json, but it does not add the new account username password.

This does get fixed after restarting titan, but then it runs into the same problem on the 12th account again, after the next index is filled with 11 accounts

Reproduction Steps

  1. Add 11 accounts
  2. Add 1 more account manually on the Accounts tab
  3. ...

Errors

No error in console, it prints:
DEBUG AccountManager - Added account in index #1: Username: "xxxx" / Password: "xxxx" / Sentry: False / Enabled: True

System Information

Operating System: Win10 64bit Version 1809 (OS Build 17763.107) Titan version: 1.6.1-2b766d1

suaducrus avatar Jan 12 '19 20:01 suaducrus

the best choice right now make everything in user:pass, create as many as you can and just use titan converter [ the one that automatically makes new index ] if you dont want to do it, you can just manually do it on every single one of them

fakeL1NK3R avatar Jan 13 '19 01:01 fakeL1NK3R

the best choice right now make everything in user:pass, create as many as you can and just use titan converter [ the one that automatically makes new index ] if you dont want to do it, you can just manually do it on every single one of them

What's a titan converter? I've been manually adding accounts to index, but automatic converter would be nice. Couldn't find one by searching.

fyunmpa avatar Jan 16 '19 10:01 fyunmpa

@fyunmpa You have the option to use the Python script which is in this exact respository (Instructions) or use a third-party-program like TitanAccountCreator.

mellowagain avatar Jan 17 '19 12:01 mellowagain