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

minimal example doesn't work #3

Closed
TvrtkoM opened this issue Dec 6, 2015 · 3 comments
Closed

minimal example doesn't work #3

TvrtkoM opened this issue Dec 6, 2015 · 3 comments

Comments

@TvrtkoM
Copy link
Contributor

TvrtkoM commented Dec 6, 2015

Imports doesn't match the current ripozo module state (see commit below). If this is corrected however I get:

    super(FlaskDispatcher, self).__init__(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'base_url'

while executing dispatcher = FlaskDispatcher(app, base_url='/api') pointing to line 101 in dispacher.py

@TvrtkoM
Copy link
Contributor Author

TvrtkoM commented Dec 6, 2015

see the change in README here: 6c4268e

@TvrtkoM TvrtkoM mentioned this issue Dec 6, 2015
@TvrtkoM
Copy link
Contributor Author

TvrtkoM commented Dec 6, 2015

I've managed to run example with the changes in README in the pull request.

@timmartin19
Copy link
Member

Thank you! I'll try to add doctests sometime soon to ensure this doesn't happen again.

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

2 participants