'utf8' codec can't decode byte 0xc3 in position 38: invalid continuation byte

Bug #689869 reported by llanterner@gmail.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wiithon
Confirmed
Low
Unassigned
wiithon (Gentoo Linux)
New
Undecided
Unassigned

Bug Description

Was copying the backup of the games in a folder on my PC (ext4) to an external HDD (wbfs) with wiithon.

Por favor. Informe a los desarrolladores de este error. Indique brevemente que es lo que estaba haciendo, y copie todo este mensaje.(Wiithon 1.21 (rev 493))

Traceback (most recent call last):
  File "/usr/share/wiithon/gui.py", line 1978, in on_tb_toolbar_clicked
    self.poolTrabajo.nuevoTrabajoAnadir( listaISO , self.sel_parti.obj.device)
  File "/usr/share/wiithon/trabajo.py", line 592, in nuevoTrabajoAnadir
    return self.nuevoTrabajo( ANADIR , ficheros , DEVICE )
  File "/usr/share/wiithon/trabajo.py", line 573, in nuevoTrabajo
    trabajo = Trabajo(tipo , origen, destino, trabajoDesc)
  File "/usr/share/wiithon/trabajo.py", line 675, in __init__
    self.error = "%s\n\n%s" % (_("Error al finalizar la siguiente tarea:") ,self.__repr__())
  File "/usr/share/wiithon/trabajo.py", line 679, in __repr__
    return _("Anadir %s a la particion %s") % (os.path.basename(self.origen), self.destino)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc3 in position 38: invalid continuation byte

Revision history for this message
Bolche (companheiro-vermelho) wrote :

Apparently, the file you are trying to add (or some directory it is in), has an unusual character (maybe accents or non-latin characters) that wiithon can't read.
Simply renaming it should do the trick.
But also, wiithon should solve this error.
If you show us the path of the file you tried to add, it should help

summary: - Was copying the backup of the games in a folder on my PC (ext4) to an
- external HDD (wbfs) with wiithon. Por favor. Informe a los
- desarrolladores de este error. Indique brevemente que es lo que estaba
- haciendo, y copie todo este mensaje.(Wiithon 1.21 (rev 493)) Traceback
- (most recent call last): File "/usr/share/wiithon/gui.py", line 1978,
- in on_tb_toolbar_clicked self.poolTrabajo.nuevoTrabajoAnadir(
- listaISO , self.sel_parti.obj.device) File
- "/usr/share/wiithon/trabajo.py", line 592, in nuevoTrabajoAnadir
- return self.nuevoTrabajo( ANADIR , ficheros , DEVICE ) File
- "/usr/share/wiithon/trabajo.py", line 573, in nuevoTrabajo trabajo =
- Trabajo(tipo , origen, destino, trabajoDesc) File
- "/usr/share/wiithon/trabajo.py", line 675, in __init__ self.error =
- "%s\n\n%s" % (_("Error al finalizar la siguiente tarea:")
- ,self.__repr__()) File "/usr/share/wiithon/trabajo.py", line 679, in
- __repr__ return _("Anadir %s a la particion %s") %
- (os.path.basename(self.origen), self.destino) UnicodeDecodeError: 'utf8'
- codec can't decode byte 0xc3 in position 38: invalid continuation byte
+ 'utf8' codec can't decode byte 0xc3 in position 38: invalid continuation
+ byte
Changed in wiithon:
status: New → Confirmed
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.