Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MKBUNDLE bundle.c
- Traceback (most recent call last):
- File "/home/me/tvheadend/support/mkbundle", line 164, in <module>
- idx = add_entry(ents)
- File "/home/me/tvheadend/support/mkbundle", line 143, in add_entry
- tmp = add_entry(ents[k], d, k, idx, p)
- File "/home/me/tvheadend/support/mkbundle", line 143, in add_entry
- tmp = add_entry(ents[k], d, k, idx, p)
- File "/home/me/tvheadend/support/mkbundle", line 137, in add_entry
- output_file(d, k, idx+1, p)
- File "/home/me/tvheadend/support/mkbundle", line 84, in output_file
- z = gzip.GzipFile(filename=name, mode='w', compresslevel=l, fileobj=t)
- File "/usr/lib/python2.7/gzip.py", line 131, in __init__
- self._write_gzip_header()
- File "/usr/lib/python2.7/gzip.py", line 160, in _write_gzip_header
- self.fileobj.write('\037\213') # magic header
- TypeError: unicode argument expected, got 'str'
- make: *** [/home/me/tvheadend/build.linux/bundle.c] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement