You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Cheers!
Jun
The text was updated successfully, but these errors were encountered:
Hi,
I'm writing my first XBlock and ran into this FutureWarning on the console when running the sdk.
And then when accessing it, I get a lot of Aside related UI components.
Cheers!
Jun
The text was updated successfully, but these errors were encountered: