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

Account creation #6

Open
scotow opened this issue Mar 31, 2019 · 1 comment
Open

Account creation #6

scotow opened this issue Mar 31, 2019 · 1 comment

Comments

@scotow
Copy link
Contributor

scotow commented Mar 31, 2019

Does somebody had success creating a Pandora account using the UserCreateUser function?

I checked the code and didn't find any mistake, just getting Pandora Error: 0 INTERNAL error, so I don't know if the problem comes from the API, the library or the information I used (even if creating the account on the website with the same info does work).

resp, err := client.UserCreateUser(
	"[email protected]", "296a3791-8a8a-4885-aecc-38da76f08bb8",
	"male",
	"US", 10001,
	1980, false,
)

if err != nil {
	fmt.Println(err) // prints Pandora Error: 0 INTERNAL
}

Any idea?

@scotow
Copy link
Contributor Author

scotow commented Mar 31, 2019

I use email from https://temp-mail.org, and UUID v4 as password.

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

1 participant