Skip to content

upload.py failed because of invalid character in youtube description #71

Open
@ldang

Description

@ldang

Had a failure with Saturday Ballroom C for SCaLE 22x with Brian Honof's talk.

./upload.py queued/talks_Saturday_Ballroom_B.json
Parsing queued/talks_Saturday_Ballroom_B.json
Traceback (most recent call last):
  File "/home/ec2-user/scale-av-cutter-master/tools/./upload.py", line 162, in <module>
    main()
  File "/home/ec2-user/scale-av-cutter-master/tools/./upload.py", line 99, in main
    talks = collect_talks(room_days, args.workdir)
  File "/home/ec2-user/scale-av-cutter-master/tools/./upload.py", line 62, in collect_talks
    validate_youtube_description(youtube_desc)
  File "/home/ec2-user/scale-av-cutter-master/tools/./upload.py", line 30, in validate_youtube_description
    raise Exception(f"Description '{desc}' contains an invalid character. Modify JSON to include a valid youtube_description field.")
Exception: Description 'Talk by Bryan Honof

https://www.socallinuxexpo.org/scale/22x/presentations/using-nix-build-pretty-small-images

We've all probably encountered the following scenario at least once. We start pulling a container, and have to wait a solid 4–5 minutes... Why? Oh, our colleague decided to put all the development and building tools inside the container, making it >5 GB in size. Let me show you a way to construct images that prevent this from happening, and maybe teach you a thing or 2 about Nix in the process.' contains an invalid character. Modify JSON to include a valid youtube_description field.

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