Traceback (most recent call last):
File "./denoise_profile_tests.py", line 49, in test_setNoiseProfile_wrongFileInputType
response = self.ch.setNoiseProfile(3, 'nao_wav_1_ch')
File "/home/manos/rapp_platform/rapp-platform-catkin-ws/src/rapp-api/python/RappCloud/RappPlatformApi.py", line 120, in setNoiseProfile
response = self.svc_caller.call(msg)
File "/home/manos/rapp_platform/rapp-platform-catkin-ws/src/rapp-api/python/RappCloud/Service/RappPlatformService.py", line 153, in call
cloudResponseDic = self.__controller.run_job()
File "/home/manos/rapp_platform/rapp-platform-catkin-ws/src/rapp-api/python/RappCloud/ServiceController/ServiceControllerSync.py", line 69, in run_job
files = self._service.req.make_files()
File "/home/manos/rapp_platform/rapp-platform-catkin-ws/src/rapp-api/python/RappCloud/CloudMsgs/SetNoiseProfile.py", line 43, in make_files
return [File(self.audiofile, postfield='file')]
File "/home/manos/rapp_platform/rapp-platform-catkin-ws/src/rapp-api/python/RappCloud/Objects/File.py", line 43, in __init__
self.__path = path.expanduser(path.realpath(filepath))
File "/usr/lib/python2.7/posixpath.py", line 382, in realpath
path, ok = _joinrealpath('', filename, {})
File "/usr/lib/python2.7/posixpath.py", line 388, in _joinrealpath
if isabs(rest):
File "/usr/lib/python2.7/posixpath.py", line 61, in isabs
return s.startswith('/')
AttributeError: 'int' object has no attribute 'startswith'
The call:
and I get