gsimchoni / ebayr

R wrapper to the ebay Finding API
2 stars 0 forks source link

Error: ebay API request failed [500] #2

Closed dcaud closed 5 years ago

dcaud commented 5 years ago

After search_ebay("elvis costume") I'm receiving this error. This comes after I set EbayToken("a_token_generated_by_ebay") by the text string generated after I go to developer.ebay.com -> Production -> User Tokens -> Auth'n'Auth -> Sign into Production.

It is a text string with approx. 800 characters. Is that the correct token?

(I also tried a AppID/ClientID that was appox. 40 characters and that gave the same error message)

dcaud commented 5 years ago

Resolved the issue by removing all variables from my session...I guess something odd was being stored in the environment.

bkcarson commented 3 years ago

I am also getting the following error: Error: ebay API request failed [500]. I received my token via developer.ebay.com -> Production -> User Tokens -> Auth'n'Auth -> Sign into Production and I tried removing all variables from my session and clearing my workspace. Has the ebayr package been deprecated?

gsimchoni commented 3 years ago

Hi @bkcarson, as said in the README, this package no longer works, ebay changed their API long ago. Sorry.