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

AttributeError using TCP transport #52271

Open
amendlik opened this issue Mar 20, 2019 · 1 comment
Open

AttributeError using TCP transport #52271

amendlik opened this issue Mar 20, 2019 · 1 comment
Labels
Bug broken, incorrect, or confusing behavior severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone

Comments

@amendlik
Copy link
Contributor

Description of Issue/Question

Every invocation of the salt command, or salt-call (without --local) produces the following error:

Exception ignored in: <generator object _stream_return at 0x8141f7258>
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/salt/transport/tcp.py", line 1057, in _stream_return
AttributeError: 'NoneType' object has no attribute 'StreamClosedError'

The symptom appears to be the same as #41407. The commands still complete successfully, so this issue is mostly cosmetic.

Versions Report

Salt Version:
           Salt: 2019.2.0
 
Dependency Versions:
           cffi: 1.11.5
       cherrypy: unknown
       dateutil: Not Installed
      docker-py: Not Installed
          gitdb: Not Installed
      gitpython: Not Installed
          ioflo: Not Installed
         Jinja2: 2.10
        libgit2: 0.27.8
        libnacl: Not Installed
       M2Crypto: Not Installed
           Mako: Not Installed
   msgpack-pure: Not Installed
 msgpack-python: 0.6.1
   mysql-python: Not Installed
      pycparser: 2.18
       pycrypto: 2.6.1
   pycryptodome: Not Installed
         pygit2: 0.27.4
         Python: 3.6.8 (default, Feb  8 2019, 21:14:59)
   python-gnupg: Not Installed
         PyYAML: 3.13
          PyZMQ: 18.0.0
           RAET: Not Installed
          smmap: Not Installed
        timelib: Not Installed
        Tornado: 4.5.3
            ZMQ: 4.3.1
 
System Versions:
           dist:   
         locale: UTF-8
        machine: amd64
        release: 11.2-STABLE
         system: FreeBSD
        version: Not Installed
@dwoz
Copy link
Contributor

dwoz commented Mar 21, 2019

@amendlik Thanks for reporting this. I've confirmed that I see the same thing on the current HEAD of 2019.2

@dwoz dwoz added Bug broken, incorrect, or confusing behavior P2 Priority 2 severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around labels Mar 21, 2019
@dwoz dwoz added this to the Approved milestone Mar 21, 2019
@sagetherage sagetherage removed the P2 Priority 2 label Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around
Projects
None yet
Development

No branches or pull requests

3 participants