anasAsh / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Uploading to youtube from a FIFO made by mkfifo fails #569

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Uploading to youtube from a FIFO made by mkfifo fails

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

python2-gdata 2.0.18-1
Arch Linux 3.17.6-1-ARCH
/usr/bin/google0.9.14

Please provide any additional information below.

Uploading to youtube with command "google" from a FIFO made by mkfifo fails:

mkfifo fifo.avi
wget http://www.example.com/my_movie.avi -O fifo.avi &
google youtube post --title "My movie" --category Education fifo.avi

reports 'broken pipe'

Original issue reported on code.google.com by kisbe...@gmail.com on 25 Jan 2015 at 5:02