Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Assertion error in the auth.py file #10

Open
rcoridan opened this issue Apr 30, 2015 · 1 comment
Open

Assertion error in the auth.py file #10

rcoridan opened this issue Apr 30, 2015 · 1 comment

Comments

@rcoridan
Copy link

The line in the auth.py file: return f(_args, *_kwargs)
results in an error: AssertionError: Unimplemented method 'GET'

Any idea why this may be? I followed the tutorial to the word, and everything was fine until I implemented the various post types.

@jrrembert
Copy link
Contributor

Can you post the full code from your auth.py file?

Only thing that sticks out from what you posted would be changing return f(args, *kwargs) to return f(*args, **kwargs) (note the extra asterisks).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants