Advertisement
Guest User

Untitled

a guest
Nov 11th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. MKBUNDLE bundle.c
  2. Traceback (most recent call last):
  3. File "/home/me/tvheadend/support/mkbundle", line 164, in <module>
  4. idx = add_entry(ents)
  5. File "/home/me/tvheadend/support/mkbundle", line 143, in add_entry
  6. tmp = add_entry(ents[k], d, k, idx, p)
  7. File "/home/me/tvheadend/support/mkbundle", line 143, in add_entry
  8. tmp = add_entry(ents[k], d, k, idx, p)
  9. File "/home/me/tvheadend/support/mkbundle", line 137, in add_entry
  10. output_file(d, k, idx+1, p)
  11. File "/home/me/tvheadend/support/mkbundle", line 84, in output_file
  12. z = gzip.GzipFile(filename=name, mode='w', compresslevel=l, fileobj=t)
  13. File "/usr/lib/python2.7/gzip.py", line 131, in __init__
  14. self._write_gzip_header()
  15. File "/usr/lib/python2.7/gzip.py", line 160, in _write_gzip_header
  16. self.fileobj.write('\037\213') # magic header
  17. TypeError: unicode argument expected, got 'str'
  18. make: *** [/home/me/tvheadend/build.linux/bundle.c] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement