Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception raised when resetting Janus service count to 0 and apply #144

Open
xi-yang opened this issue Aug 21, 2024 · 0 comments
Open

Exception raised when resetting Janus service count to 0 and apply #144

xi-yang opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xi-yang
Copy link
Contributor

xi-yang commented Aug 21, 2024

2024-08-21 14:06:42,214 [janus_provider.py:103] [INFO] Adding resource=ppg-show-demo2 using janus_provider@janus
2024-08-21 14:06:42,214 [controller.py:257] [ERROR] 
Traceback (most recent call last):
  File "/Users/xiyang/Work/FABRIC/fabfed/fabfed/controller/controller.py", line 254, in add
    provider.add_resource(resource=resource.attributes)
  File "/Users/xiyang/Work/FABRIC/fabfed/fabfed/provider/api/provider.py", line 291, in add_resource
    raise e
  File "/Users/xiyang/Work/FABRIC/fabfed/fabfed/provider/api/provider.py", line 283, in add_resource
    self.do_add_resource(resource=resource)
  File "/Users/xiyang/Work/FABRIC/fabfed/fabfed/provider/janus/janus_provider.py", line 104, in do_add_resource
    self._validate_resource(resource)
  File "/Users/xiyang/Work/FABRIC/fabfed/fabfed/provider/janus/janus_provider.py", line 87, in _validate_resource
    assert resource.get(Constants.RES_IMAGE)
AssertionError
2024-08-21 14:06:42,216 [fabfed.py:85] [ERROR] Exception while adding ... Number Of Exceptions=1:[
msg=
]

@xi-yang xi-yang added the bug Something isn't working label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants