lmacken / liveusb-creator

A cross-platform tool for easily installing Fedora on to USB flash drives and SD cards.
http://fedorahosted.org/liveusb-creator
GNU General Public License v2.0
140 stars 47 forks source link

TypeError: coercing to Unicode: need string or buffer, NoneType found #24

Closed 0vermind closed 9 years ago

0vermind commented 9 years ago

On Ubuntu 15.04 I installed liveusb-creator-3.13.2. When I try to make a persistent usb key not using DD mode (non-destructive cp) I get this error:

Traceback (most recent call last): File "/home/user/liveusb-creator-3.13.2/liveusb/gui.py", line 535, in begin elif not self.live.mbr_matches_syslinux_bin(): File "/home/user/liveusb-creator-3.13.2/liveusb/creator.py", line 938, in mbr_matches_syslinux_bin mbr_bin = open(self._get_mbr_bin(), 'rb') TypeError: coercing to Unicode: need string or buffer, NoneType found

MartinBriza commented 9 years ago

Thanks for reporting! This bug is no longer present with the new UI overhaul but please feel free to keep the reports coming.