Open GoogleCodeExporter opened 9 years ago
Hmmm - from the Log this looks similar to issue #471, but needs to confirmed...
AttributeError: 'NoneType' object has no attribute 'append'
Original comment by erik.for...@gmail.com
on 13 Mar 2012 at 8:40
thanks for fast reply.
my azbox is connected to internet in WLAN.
from logs seems that it can't connect:
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
am I right?
Original comment by sandro.m...@gmail.com
on 14 Mar 2012 at 8:00
when PV try to parse sync.xml log says:
[0;36m[PVMC] I [1;mSyncConfig::getInstance Creating new instance
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck
/hdd/valerie/sync.xml
parsing /hdd/valerie/sync.xml
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck
/hdd/valerie/sync.xml - Missing -> Check valerie.conf
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck
/tmp/valerie/
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config - OK
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck
/tmp/valerie/cache
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config -
Created
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck
/hdd/valerie/
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config -
Created
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck
sync.xml and valerie.conf - Missing -> Downloading
main thread is non-idle! display spinner!
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config -
Created
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.ConfigCheck
/hdd/valerie/sync.xml
parsing /hdd/valerie/sync.xml
[0;36m[PVMC] I
[1;mPlugins.Extensions.ProjectValerie.DMC_Plugins.DMC_SyncExtras.Config - OK
so i think that the box is connected to internet..
anyone can help me?
Original comment by sandro.m...@gmail.com
on 14 Mar 2012 at 8:04
Hi Sandro,
this entry comes from the feature automatically submitting the crashlog. My
best guess is that this is not configured on your box, but I never used that
one and saw these lines in nearly every crashlog. So "no" - this is not related
to your issue and happens AFTER E2 crashes => the actual problem happens before
that entries...
Cheers, Erik
Original comment by erik.for...@gmail.com
on 14 Mar 2012 at 8:05
thank you so much Erik.
I hope u will find the problem (and the solution :D)
thank you again
Original comment by sandro.m...@gmail.com
on 14 Mar 2012 at 8:34
i have found this:
root@azboxhd:/tmp/valerie/log# cat valerie_20120313_2041.log
20:41:37.0236893 W PVMC_MainMenu::onExec Using DreamScene failed
root@azboxhd:/tmp/valerie/log#
Original comment by sandro.m...@gmail.com
on 14 Mar 2012 at 1:16
Hi Sandro,
the line in your log is only a warning. Unfortunately the debug level is not
set to "high" per default and thus not all information is provided in your log.
Maybe you can provide a full log from your telnet console?
To do so, end enigma2 and restart enigma2 with additional redirection of the
output to a text file, for example
enigma2 > /tmp/valerie.log 2>&1
Once enigma2 completely started up press <ctrl>-<c> to stop the logging and
attach the valerie.log to this issue. Of course you have to restart enigma2
again, but now without the output redirection...
I learned that it differs from box to box how exactly E2 should be stopped and
restarted, so I can not provide more details on these topics, but I guess you
now better than me... :-)
HTH & Cheers, Erik
Original comment by erik.for...@gmail.com
on 14 Mar 2012 at 5:56
Hi Erik,
I have runned enigma2 with ERR redirection in logfile.
I have found a row that says /hdd/valerie/tables.db is missing.
after a "touch /hdd/valerie/tables.db", PV starts without errors :D
Original comment by sandro.m...@gmail.com
on 17 Mar 2012 at 2:01
hi.
thanks for the information. there was an error with a new feature we
implemented some commits ago.
no it should work.
thx and greets
Original comment by DonDavici@gmail.com
on 17 Mar 2012 at 3:45
Hi Don,
what do you think: could this also solve issue #471? There we have also that
'append' attribute problem in the E2 crashlog:
AttributeError: 'NoneType' object has no attribute 'append'
TIA & Cheers, Erik
Original comment by erik.for...@gmail.com
on 17 Mar 2012 at 10:38
Original issue reported on code.google.com by
sandro.m...@gmail.com
on 13 Mar 2012 at 8:28Attachments: