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

XBlockAsides generate warnings and extra info when following tutorial #73

Closed
jmatsushita opened this issue Oct 14, 2015 · 2 comments
Closed

Comments

@jmatsushita
Copy link

Hi,

I'm writing my first XBlock and ran into this FutureWarning on the console when running the sdk.

Development server is running at http://x.x.x.x:18000/
Quit the server with CONTROL-C.
/opt/xblock_development/venv/src/xblock/xblock/runtime.py:578: FutureWarning: IdGenerator will be required in the future in order to support XBlockAsides
  warnings.warn("IdGenerator will be required in the future in order to support XBlockAsides", FutureWarning)
[14/Oct/2015 11:35:04] "GET / HTTP/1.1" 200 1796

And then when accessing it, I get a lot of Aside related UI components.

image

Cheers!

Jun

@jmatsushita
Copy link
Author

Workaround for the second problem is to pip uninstall acid-xblock. Thanks @nedbat

@nedbat
Copy link
Contributor

nedbat commented Dec 1, 2015

This should now be fixed.

@nedbat nedbat closed this as completed Dec 1, 2015
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