Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiaccounts not working? #8

Open
Blackfoxx88 opened this issue Feb 18, 2022 · 5 comments
Open

Multiaccounts not working? #8

Blackfoxx88 opened this issue Feb 18, 2022 · 5 comments

Comments

@Blackfoxx88
Copy link

Hi, Single account is working great, after i changed the images.

However, i wanted to use Multi account.

After enabling Multi account, and doing all the instructions regarding Flags on brave.

The bot reads the profile names. But says ot has 0 profiles.

@guimatheus92
Copy link
Owner

guimatheus92 commented Feb 18, 2022

Hi, Single account is working great, after i changed the images.

However, i wanted to use Multi account.

After enabling Multi account, and doing all the instructions regarding Flags on brave.

The bot reads the profile names. But says ot has 0 profiles.

This is quite strange, because I know people that are using the multiaccount feature (in a game perspective, you could earn less).

By let's try to fix this. Can you please create a new file called multi.py and paste the following code in it and run?

Code:

import pandas as pd
from pywinauto import Desktop

# Get all windows opens
windows = Desktop(backend="uia").windows()
window = [w.window_text() for w in windows]

# Create dataframe
df_windows = pd.DataFrame(window, columns =['WebBrowser'])

# Export to csv
df_windows.to_csv('window.csv', index=False)

After you run this code, it will create a file called window.csv, send this file in here so I can check the result please.

@Blackfoxx88
Copy link
Author

Blackfoxx88 commented Feb 18, 2022

applications
Taskbar
C:\Users\TOBY\AppData\Local\Programs\Python\Python39\python.exe
BOT_SPGmain
C:\Windows\system32\cmd.exe
Space Crypto - Brave – Mardie_SPG
Bombcrypto - Brave – Bomb Crypto 1
Bombcrypto - Brave – Bomb Crypto 2
Space Crypto - Brave – Toby_SPG

geral - Discord
Search · spacecrypto - Brave – Personal
config.yaml - Bot_SpaceCrypto-main - Visual Studio Code
Program Manager

@guimatheus92
Copy link
Owner

applications
Taskbar
C:\Users\TOBY\AppData\Local\Programs\Python\Python39\python.exe
BOT_SPGmain
C:\Windows\system32\cmd.exe
Space Crypto - Brave – Mardie_SPG
Bombcrypto - Brave – Bomb Crypto 1
Bombcrypto - Brave – Bomb Crypto 2
Space Crypto - Brave – Toby_SPG

geral - Discord
Search · spacecrypto - Brave – Personal
config.yaml - Bot_SpaceCrypto-main - Visual Studio Code
Program Manager

I don't know what character is this – from your answer, try to the query updated above and share the result with me again. I noticed that your profile name from Bombcrypto at least has blanks, but I don't if the account from SpaceCrypto it's correct or not, but either way in the guide How to enable multiaccount feature on Bot I'm telling try to keep the name clean without blanks or nulls in the second topic.

So let's try by going to your brave and change all names that has spaces/blanks, and after that go to your config.yaml file and set the names all over again, for example:

  multiaccount_names:
    - 'BCOIN_1'
    - 'BCOIN_2'
    - 'SPG_1'

@Blackfoxx88
Copy link
Author

Still having same issues.

image
image
image

@guimatheus92
Copy link
Owner

Still having same issues.

image image image

You did correct on Brave and config.yaml file, the problem now is trying to get the name from your Brave application.
That's why I asked you to run query above again.
What is your SO language? It must be english or portuguese.

@guimatheus92 guimatheus92 pinned this issue Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants