Skip to content

TypeError raised on Chapter 14/listing14-1.py #4

@hieloz

Description

@hieloz

Socket methods such as .send expect a bytes object as the data to be sent, not a string object. So in line 13 , c.send(b'Thank you for connecting') bytes is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions