I don’t recall specifically installing DoneXBlock (I thought it was built in?), and there’s no hits on the forums for how to do that, and the instructions on the github page are only for installing in XBlock Workbench which I don’t think will install in the real tutor instance.
So I did the following which seems like it got rid of the 404 for check-empty.png.
tutor config save --append OPENEDX_EXTRA_PIP_REQUIREMENTS=git+https://github.com/openedx/DoneXBlock.git
And then for good measure, because I saw it mentioned elsewhere on the forums, I did
nano $(tutor config printroot)/env/build/openedx/requirements/private.txt
added a single line of:
git+https://github.com/openedx/DoneXBlock.git
save and quit
And then tutor images build openedx and tutor local launch
I don’t know which of those fixed it. I’ll try removing the private.txt to see if it goes back to having issues or not…
So I did the following which seems like it got rid of the 404 for check-empty.png.
tutor config save --append OPENEDX_EXTRA_PIP_REQUIREMENTS=git+https://github.com/openedx/DoneXBlock.git
And then for good measure, because I saw it mentioned elsewhere on the forums, I did
nano $(tutor config printroot)/env/build/openedx/requirements/private.txt
added a single line of:
git+https://github.com/openedx/DoneXBlock.git
save and quit
And then tutor images build openedx and tutor local launch
I don’t know which of those fixed it. I’ll try removing the private.txt to see if it goes back to having issues or not… Update: Yes it still seems to work without the private.txt