Issue with AccountsVerifyKey (v7)

Report bugs found in Poker Mavens
Post Reply
setspike
Posts: 100
Joined: Fri Apr 03, 2020 6:32 pm

Issue with AccountsVerifyKey (v7)

Post by setspike »

Hi Kent,

Having an issue with AccountsVerifyKey. I've enabled the Player Account URL and I can see the Player and Key in the URL in a new browser window.

However when I run a simple curl command invoking AccountsVerifyKey with the Player and Key parameters from the URL, I am always getting back:

Result=Error
Error=Player not logged in

Any ideas?

- setspike
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Issue with AccountsVerifyKey (v7)

Post by Kent Briggs »

Try outputting your parameters to a log file to make sure you really are sending the Player name. Also try doing it manually using the API Reference Utility v1.21
setspike
Posts: 100
Joined: Fri Apr 03, 2020 6:32 pm

Re: Issue with AccountsVerifyKey (v7)

Post by setspike »

I figured out my error. I had a variable called $pw in my script which of course was already used in the api.php file. 🤦🏻‍♂️

Sorry for the noise.

- setspike
Post Reply