Hello,
I am trying to install this Voice Recognizer XBlock
(https://github.com/perpetualny/voicerecxblock), there was no error in
installation but I am getting following error in CMS logs.
Does anyone has come across this error?
Error message:
______________________________________________________________________________________________
Feb 17 15:08:23 edx [service_variant=cms][xblock.plugin][env:sandbox]
WARNING [edx 31901] [plugin.py:147] - Unable to load XBlock
'voicerecognizer'
Traceback (most recent call last):
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py",
line 144, in load_classes
yield (class_.name, cls._load_class_entry_point(class_))
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py",
line 73, in _load_class_entry_point
class_ = entry_point.load()
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 2296, in load
return self.resolve()
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 2302, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/voicerecognizer/__init__.py",
line 2, in <module>
from django.template.loader import add_to_builtins
ImportError: cannot import name add_to_builtins
___________________________________________________________________________________________________________
-Nitin Ayer
On Saturday, 9 September 2017 05:58:34 UTC+5:30, Nate Aune wrote:
>
> This is not really recording the audio, but it does supposedly to voice
> recognition of the student's speech: perpetualny/voicerecxblock
> <https://github.com/perpetualny/voicerecxblock>
>
> You might also want to check out this thread on the edXchange site:
> https://edxchange.opencraft.com/t/audio-record-module/51
>
> On Monday, September 4, 2017 at 1:50:35 AM UTC-7, Thieme Hennis wrote:
>>
>> hi there, we're currently considering implementing a language course into
>> Open edX. To let students practice speech, we need a feature that allows
>> students to record audio (to be shared with other students). Does this
>> feature or XBlock exist? I haven't found anything yet.
>>
>
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/d5c6498f-98e5-4422-92ae-ac0be52a7d53%40googlegroups.com.