Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P poezio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 180
    • Issues 180
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poeziopoezio
  • poezio
  • Issues
  • #2584
Closed
Open
Issue created Sep 17, 2014 by Eijebong@EijebongContributor

Traceback when poezio can't open the fifo file.

2014-09-17 16:17:08,685 ERROR:core:Could not open the fifo for writing (./poezio.fifo/./poezio.fifo)
Traceback (most recent call last):
File "/home/eijebong/poezio/src/core/core.py", line 714, in exec_command
'w')
File "/home/eijebong/poezio/src/fifo.py", line 43, in init
os.mkfifo(path)
FileNotFoundError: [Errno 2] No such file or directory
2014-09-17 16:17:08,775 ERROR:fifo:Unable to close descriptors for the fifo
Traceback (most recent call last):
File "/home/eijebong/poezio/src/fifo.py", line 66, in del
self.fd.close()
AttributeError: 'Fifo' object has no attribute 'fd'

  • Changesets:
    • Revision d95ec953 by mathieui on 2014-09-17T15:17:47Z:
Fix the doc for remote_fifo_path (fixes #2584)
Assignee
Assign to
Time tracking