I tried to create an equivalent YAML plugin as follows:
name: tahoelticonfig
version: 0.1.0
patches:
openedx-common-settings: |
"XBLOCK_SETTINGS":
"lti_consumer":
"parameter_processors":
- 'tahoe_lti.processors:basic_user_info'
- 'tahoe_lti.processors:personal_user_info'
- 'tahoe_lti.processors:cohort_info'
- 'tahoe_lti.processors:team_info'
But whenever I enable the plugin tutor plugins enable tahoelticonfig
, save the config tutor config save
and then restart tutor local restart
I obtain an “Internal server Error” when trying to connect to the platform (both LMS and CMS). The error disappears whenever I disable the plugin and restart tutor.
I am not sure that the formatting of the YAML file is correct (the examples provided on the Tutor website do not contain “nested” parameters). Otherwise maybe the addon is not correctly installed as you suggested @regis, how could I check whether the installation is OK (I installed by runnin the following command: echo "git+https://github.com/appsembler/tahoe-lti.git" >> "$(tutor config printroot)/env/build/openedx/requirements/private.txt"
)