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

Unable to properly select brand account. #438

Open
4 tasks done
farsdewibs0n opened this issue Jan 8, 2025 · 4 comments
Open
4 tasks done

Unable to properly select brand account. #438

farsdewibs0n opened this issue Jan 8, 2025 · 4 comments
Labels

Comments

@farsdewibs0n
Copy link

farsdewibs0n commented Jan 8, 2025

Checklist

  • I am able to reproduce the bug with the latest debug version (Android, Linux, Windows)
  • I've checked that there is no open or closed issue about this bug.
  • This issue contains only one bug.
  • The title of this issue accurately describes the bug.

Steps to reproduce

  1. Log in YouTube Music.
  2. Press Yes instead of manual method.
  3. Insert email and password.
  4. Select brand account.

Expected behavior

The program should log in to the brand account.

Actual behavior

Selecting the brand account logs in to the main account.

Screenshots / recordings

image
image
Name redacted for privacy reasons, however different colour represents different account (red=main, blue=brand account).

Logs

N/A

SpMp version

0.4.2

SpMp platform

Windows

OS version

Windows 10

Additional information

I have attempted resigning in and doing the manual method, none of them works.

@farsdewibs0n
Copy link
Author

..I'm sorry how do you get the log in Windows? Is there a log file stored somewhere? Because no log shown, nor I can find the log file.
And looking at the Event Viewer doesn't show up.

@toasterofbread
Copy link
Owner

This has been an issue for a while, as YouTube changed the way brand accounts work through the API shortly after I implemented this feature. Not sure if I'll ever get around to fix this, but who knows.

To get the logs I assume you could just run the program in a terminal, there's no external output/storage. If that doesn't work I don't know, I don't really use Windows.

@farsdewibs0n
Copy link
Author

farsdewibs0n commented Jan 8, 2025

To get the logs I assume you could just run the program in a terminal, there's no external output/storage. If that doesn't work I don't know, I don't really use Windows.

I suggest writing the log into a file, usually saved inside %localappdata%, %appdata%, or the root of the program folder.
Logging in Windows program usually goes three ways:

  1. Make one log file, but when the program reopens, the old log gets cleared.
  2. Make a new one each time the program runs, differentiated with timestamp (for example. spmp_2025_01_09_13_30.log), tough this is not that common since it can basically fills up space if kept too long
  3. Save logs in Event Viewer, though this is rare on small project.

Right now I have trouble on getting the logs from the Discord feature because Windows doesn't support copying notification content to clipboard.
image

@toasterofbread
Copy link
Owner

Discord status isn't supported on Windows (I should disable the feature, I know). Unfortunately Windows is the lowest priority on a three-platform project (and it's the only one I don't use) so I there's a lot that doesn't get tested/implemented at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants