Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 576
    • Issues 576
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 154
    • Merge requests 154
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bliss
  • blissbliss
  • Issues
  • #2827
Closed
Open
Created Jun 16, 2021 by Valentin Valls@valentin.vallsOwner

Flint: Exception log during FLint termination with ctrl-c

Probably a piece of code which have to be updated cause of the changes of the BLISS RPC structure.

Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 906, in gevent._gevent_cgreenlet.Greenlet.run
  File "/users/valls/workspace/bliss.git/bliss/flint/helper/rpc_server.py", line 60, in _task
    gevent.wait([stop, task], count=1)
  File "/nobackup/lvalls1/valls/Software/miniconda3/envs/blissenv/lib/python3.7/contextlib.py", line 119, in __exit__
    next(self.gen)
  File "/users/valls/workspace/bliss.git/bliss/flint/helper/rpc_server.py", line 40, in safe_rpc_server
    server._rpc_connection.close()
  File "/users/valls/workspace/bliss.git/bliss/comm/rpc.py", line 248, in __getattr__
    return getattr(self._object, name)
AttributeError: 'FlintApi' object has no attribute '_rpc_connection'
Assignee
Assign to
Time tracking