GoogleCodeArchives / xbmc-scripts

Automatically exported from code.google.com/p/xbmc-scripts
0 stars 0 forks source link

error when scanning all rootpaths #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
First add some new rootpaths, and select no scanning.
After adding several new paths, select "scan all paths"
an error occures (failed). Press OK, and the scanning will continue

This is mentioned in the XBMC LOG

18:27:40 T:440 M:253444096  NOTICE: MyPicturesDB plugin called :
18:27:40 T:440 M:253444096  NOTICE: 
plugin://plugin.image.mypicsdb/?do='scanall'&viewmode='view'&action='rootfolders
'&name='Alle+mappen+scannen'
18:27:40 T:440 M:253444096  NOTICE: --------------------
18:27:40 T:440 M:253472768  NOTICE: Previous line repeats 1 times.
18:27:40 T:440 M:253472768  NOTICE: 0
18:27:49 T:1428 M:254246912   ERROR: XFILE::CDirectory::GetDirectory - Error 
getting 
plugin://plugin.image.mypicsdb/?do='scanall'&viewmode='view'&action='rootfolders
'&name='Alle+mappen+scannen'
18:27:49 T:1428 M:254246912   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.image.mypicsdb/?do='scanall'&viewm
ode='view'&action='rootfolders'&name='Alle+mappen+scannen') failed
18:27:49 T:2976 M:254205952  NOTICE: -->Python Interpreter Initialized<--
18:27:50 T:2976 M:253779968  NOTICE: using pysqlite2
18:27:50 T:2976 M:254275584  NOTICE: MyPicsDB >> SQL > SELECT 
path,recursive,remove,exclude FROM Rootpaths ORDER BY path
18:27:51 T:2976 M:254603264  NOTICE: option,args
18:27:51 T:2976 M:254603264  NOTICE: {'update': True, 'recursive': False, 
'rootpath': None, 'database': True}
18:27:51 T:2976 M:254603264  NOTICE: []
18:27:51 T:2976 M:254603264  NOTICE: ['__doc__', '__init__', '__module__', 
'_add_help_option', '_add_version_option', '_check_conflict', 
'_create_option_list', '_create_option_mappings', '_get_all_options', 
'_get_args', '_init_parsing_state', '_long_opt', '_match_long_opt', 
'_populate_option_list', '_process_args', '_process_long_opt', 
'_process_short_opts', '_share_option_mappings', '_short_opt', 'add_option', 
'add_option_group', 'add_options', 'allow_interspersed_args', 'check_values', 
'conflict_handler', 'defaults', 'description', 'disable_interspersed_args', 
'enable_interspersed_args', 'error', 'exit', 'expand_prog_name', 
'format_description', 'format_help', 'format_option_help', 'formatter', 
'get_default_values', 'get_description', 'get_option', 'get_option_group', 
'get_prog_name', 'get_usage', 'get_version', 'has_option', 'largs', 
'option_class', 'option_groups', 'option_list', 'parse_args', 'print_help', 
'print_usage', 'print_version', 'process_default_values', 'prog', 'rargs', 
'remove_option', 'set_conflict_handler', 'set_default', 'set_defaults', 
'set_description', 'set_process_default_values', 'set_usage', 
'standard_option_list', 'usage', 'values', 'version']
18:27:51 T:2976 M:254603264  NOTICE: MyPicsDB >> SQL > SELECT 
path,recursive,remove,exclude FROM Rootpaths ORDER BY path
18:27:51 T:1428 M:254623744   ERROR: Control 2006 in window 13000 has been 
asked to focus, but it can't
18:27:51 T:1428 M:255172608   ERROR: CLocalizeStrings::ClearBlock: Trying to 
clear non existent block C:\Documents and Settings\Michel\Application 
Data\XBMC\addons\script.module.dialogaddonscan

Original issue reported on code.google.com by mdeb...@gmail.com on 20 Jan 2011 at 5:30

GoogleCodeExporter commented 9 years ago
Oups yes ! The call to the scanner was not working. Need some work for this.
Thank you

Original comment by alexso...@gmail.com on 20 Jan 2011 at 8:47