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

ebaysdk.exception.ConnectionError: 'GetSingleItem: Class: RequestError, Severity: Error, Code: 1.33, Token not available in request.Token not available in request. Please specify a valid token as HTTP header.' #373

Open
piriyaraj opened this issue Feb 19, 2023 · 3 comments

Comments

@piriyaraj
Copy link

from ebaysdk.shopping import Connection as Shopping
api = Shopping(appid="JosephMi-working-PRD-f2e3bd9e8-4fabf931",config_file="myfile.yaml")
response = api.execute('GetSingleItem', {'ItemID': '195533846297',"Token":""})

print(response.dict())

ebaysdk.exception.ConnectionError: 'GetSingleItem: Class: RequestError, Severity: Error, Code: 1.33, Token not available in request.Token not available in request. Please specify a valid token as HTTP header.'

@vaibhavbafna5
Copy link

@piriyaraj did you ever figure out what the issue here was?

@randomroomba
Copy link

@piriyaraj i am getting the same error when i try to use FindPopularSearches or GetCategoryInfo with the ShoppingAPI.

@amrakrr
Copy link

amrakrr commented Mar 21, 2023

Also getting the same error, trying to access GetSingleItem

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

4 participants