extract all games to disk

Bug #813686 reported by paulo
72
This bug affects 12 people
Affects Status Importance Assigned to Milestone
wiithon
Fix Released
Undecided
Carlo Mandelli

Bug Description

error

(Wiithon 1.26 (rev 503))

Traceback (most recent call last):
  File "/usr/share/wiithon/extraer.py", line 79, in empieza_conversion
    self.extraer_juego(juego)
  File "/usr/share/wiithon/extraer.py", line 46, in extraer_juego
    if self.padre.core.existeExtraido(juego , self.salida, self.formato_destino):
  File "/usr/share/wiithon/core.py", line 389, in existeExtraido
    fichero = "%s.iso" % juego.title
AttributeError: 'list' object has no attribute 'title'

Revision history for this message
Jairo Serrano (jairo-serrano) wrote :

Hello, in the line 389 change:

fichero = "%s.iso" % juego.title

for

fichero = "%s.iso" % juego.idgame

and launch again...

Revision history for this message
Jairo Serrano (jairo-serrano) wrote :

the file is... /usr/share/wiithon/core.py

Revision history for this message
Roberto Santalla (roobreland) wrote :

Also have paulo's problem, edited /usr/share/wiithon/core.py but:

'list' object has no attribute 'idgame'

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

Traceback (most recent call last):
  File "/usr/share/wiithon/extraer.py", line 79, in empieza_conversion
    self.extraer_juego(juego)
  File "/usr/share/wiithon/extraer.py", line 46, in extraer_juego
    if self.padre.core.existeExtraido(juego , self.salida, self.formato_destino):
  File "/usr/share/wiithon/core.py", line 397, in existeExtraido
    fichero = "%s.wbfs" % (juego.idgame)
AttributeError: 'list' object has no attribute 'idgame'

Use the following URL for reporting bugs:
https://bugs.launchpad.net/wiithon/+filebug

Revision history for this message
Carlo Mandelli (camandel) wrote :

Please, follow these steps to query directly wiithon db:

$ sqlite3 ~/.wiithon/bdd/wiithon_db_ver-6.db
sqlite> select idJuego,idgame,title from juego;

you'll see a list of games with 3 columns. Are there any rows where the second or third column is empty?

Revision history for this message
rpuchadm (rpuchadm-gmail) wrote : Re: [Bug 813686] Re: extract all games to disk

no
all of them has data on all 3 columns
thanks
it should be anything else

2012/1/14 Carlo Mandelli <email address hidden>

> Please, follow these steps to query directly wiithon db:
>
> $ sqlite3 ~/.wiithon/bdd/wiithon_db_ver-6.db
> sqlite> select idJuego,idgame,title from juego;
>
> you'll see a list of games with 3 columns. Are there any rows where the
> second or third column is empty?
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (908624).
> https://bugs.launchpad.net/bugs/813686
>
> Title:
> extract all games to disk
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/wiithon/+bug/813686/+subscriptions
>

--

Salutacions.

Rafel Puchades

Revision history for this message
Salvador Banderas Rovira (ragart) wrote :

Similar problem when trying to extract all games to WDF:

(Wiithon 1.26 (rev 503))

Traceback (most recent call last):
  File "/usr/share/wiithon/extraer.py", line 79, in empieza_conversion
    self.extraer_juego(juego)
  File "/usr/share/wiithon/extraer.py", line 46, in extraer_juego
    if self.padre.core.existeExtraido(juego , self.salida, self.formato_destino):
  File "/usr/share/wiithon/core.py", line 402, in existeExtraido
    fichero = "%s [%s].wdf" % (juego.title, juego.idgame)
AttributeError: 'list' object has no attribute 'title'

Saludos,

Salvador Banderas

Changed in wiithon:
status: New → In Progress
assignee: nobody → Carlo Mandelli (camandel)
Revision history for this message
Carlo Mandelli (camandel) wrote :

Please try with version 1-26 r505.

If you want extract games via CLI there is also an old script:

/usr/share/wiithon/wiithon_extract.sh

Changed in wiithon:
status: In Progress → Fix Committed
Changed in wiithon:
status: Fix Committed → Fix Released
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.