Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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