cellofellow / gopiano

Pandora library in Golang (similar to Pianobar).
BSD 2-Clause "Simplified" License
8 stars 7 forks source link

Account creation #6

Open scotow opened 5 years ago

scotow commented 5 years ago

Does somebody had success creating a Pandora account using theUserCreateUser 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(
    "jabajat@digital-work.net", "296a3791-8a8a-4885-aecc-38da76f08bb8",
    "male",
    "US", 10001,
    1980, false,
)

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

Any idea?

scotow commented 5 years ago

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