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 have tried the following command : vmcatcher_subscribe -u 76fdee70-8119-5d33-9f40-3c57e1c60df1 --image-list
and it fails with the following error message : Traceback (most recent call last): File "/usr/bin/vmcatcher_subscribe", line 397, in <module> main() File "/usr/bin/vmcatcher_subscribe", line 379, in main database.subscriptions_image_list(subscriptions_selected,outputfiles) File "/usr/lib/python2.7/site-packages/vmcatcher/vmcatcher_subscribe/fatcontroler.py", line 726, in subscriptions_image_list self._outputter.display_image_def(imagedef) AttributeError: 'outputFacade' object has no attribute 'display_image_def'
The problem seems to be a typo in fatcontroler.py, on line 726 : replacing "display_image_def" by "display_imagedef" fixes the issue.
The text was updated successfully, but these errors were encountered:
I have tried the following command :
vmcatcher_subscribe -u 76fdee70-8119-5d33-9f40-3c57e1c60df1 --image-list
and it fails with the following error message :
Traceback (most recent call last): File "/usr/bin/vmcatcher_subscribe", line 397, in <module> main() File "/usr/bin/vmcatcher_subscribe", line 379, in main database.subscriptions_image_list(subscriptions_selected,outputfiles) File "/usr/lib/python2.7/site-packages/vmcatcher/vmcatcher_subscribe/fatcontroler.py", line 726, in subscriptions_image_list self._outputter.display_image_def(imagedef) AttributeError: 'outputFacade' object has no attribute 'display_image_def'
The problem seems to be a typo in fatcontroler.py, on line 726 : replacing "display_image_def" by "display_imagedef" fixes the issue.
The text was updated successfully, but these errors were encountered: