Open GoogleCodeExporter opened 8 years ago
The http://thegamesdb.net/ seems to be causing it, when I want to go to the
site with my browser, I also get a 503 error. So the easy workaround should be
not using the thegamesdb-scraper.
As an advance workaround, you can comment out line 1207 of
\resources\lib\dbupdate.py to suppress the error dialog (it will still be
logged in the xbmc.log).
Detailed:
1. Close XBMC
2. Go to the folder script.games.rom.collection.browser\resources\lib (in
%Appdata%\XBMC\ on Windows)
3. Make a backup (copy) of the file dbupdate.py
4. Open the dbupdate.py file in any texteditor
5. Search for the following line and add a # at the front:
xbmcgui.Dialog().ok(util.localize(32012), util.localize(32011))
It should look like this:
#xbmcgui.Dialog().ok(util.localize(32012), util.localize(32011))
6. Save the file and open XBMC => No more "Could not create artwork file"
errors :)
Original comment by bogimob...@gmail.com
on 5 Oct 2014 at 8:09
Do you need to also recompile or process the source file first somehow? I
noticed there is a dbupdate.py and dbupdate.pyo binary file.
Original comment by couch.po...@gmail.com
on 28 Jul 2015 at 5:05
Original issue reported on code.google.com by
enve...@gmail.com
on 22 Sep 2014 at 10:21