GithubHelp home page GithubHelp logo

fabric_credmgr_client's People

Contributors

efu39 avatar kthare10 avatar

Watchers

 avatar  avatar

Forkers

kthare10

fabric_credmgr_client's Issues

Failed to clear token cache: 'CredmgrProxy' object has no attribute 'file_name'

Trying fabric-cli tokens clear-cache command resulted in the error message below:

Traceback (most recent call last):
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/bin/fabric-cli", line 33, in <module>
    sys.exit(load_entry_point('fabrictestbed', 'console_scripts', 'fabric-cli')())
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/lib64/python3.9/site-packages/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/lib64/python3.9/site-packages/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/lib64/python3.9/site-packages/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/lib64/python3.9/site-packages/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/lib64/python3.9/site-packages/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/lib64/python3.9/site-packages/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/home/sajith/projects/fabric-testbed/fabric-cli/venv/lib64/python3.9/site-packages/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/sajith/projects/fabric-testbed/fabric-cli/fabrictestbed/cli/cli.py", line 110, in clear_cache
    status, error_str = slice_manager.clear_token_cache(file_name=tokenlocation)
  File "/home/sajith/projects/fabric-testbed/fabric-cli/fabrictestbed/slice_manager/slice_manager.py", line 190, in clear_token_cache
    raise SliceManagerException(f"Failed to clear token cache: {exception}")
fabrictestbed.slice_manager.slice_manager.SliceManagerException: Failed to clear token cache: 'CredmgrProxy' object has no attribute 'file_name'

Api Client throws exception when cleaning connection pools

Api Client throws exception when cleaning connection pools. This is swagger generated code.
For now adding a hack to ignore this exception. Will pick up a fix from swagger once available.

Exception ignored in: <function ApiClient.__del__ at 0x7f03d0c1dee0>
Traceback (most recent call last):
  File "./venv/lib/python3.11/site-packages/fabric_cf/orchestrator/swagger_client/api_client.py", line 78, in __del__
    self.pool.close()
  File "/usr/lib/python3.11/multiprocessing/pool.py", line 652, in close
    self._change_notifier.put(None)
  File "/usr/lib/python3.11/multiprocessing/queues.py", line 377, in put
    self._writer.send_bytes(obj)
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 199, in send_bytes
    self._send_bytes(m[offset:offset + size])
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 410, in _send_bytes
    self._send(header + buf)
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 367, in _send
    n = write(self._handle, buf)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.