Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-14 Thread Ryan Roth
I'm pretty sure that the problem is something to do with config.py, if the last config.py that I sent doesn't help, then can you try this one from r9684. If this works then we can be certain that the problem is isolated to the changes there. BTW this will break the current recordserver

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-14 Thread Adam Charrett
On Thu, 2007-06-14 at 07:50 +0200, Duncan Webb wrote: I'm pretty sure that the problem is something to do with config.py, if the I managed to pin point the problem today at work (well lunch time), its in the Logger class, line 118 in write() the variable s is being used instead of msg.

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread Ryan Roth
Here is a patch to fix the issue, thanks Adam: Index: src/config.py === --- src/config.py (revision 9690) +++ src/config.py (working copy) @@ -115,7 +115,7 @@ if isinstance(msg, unicode): msg =

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread Duncan Webb
Ryan Roth wrote: Here is a patch to fix the issue, thanks Adam: Index: src/config.py === --- src/config.py (revision 9690) +++ src/config.py (working copy) @@ -115,7 +115,7 @@ if isinstance(msg,

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread Ryan Roth
Tests out fine, thanks! Duncan Webb wrote: Ryan Roth wrote: Here is a patch to fix the issue, thanks Adam: Index: src/config.py === --- src/config.py (revision 9690) +++ src/config.py (working copy) @@

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py (with patch)

2007-06-14 Thread John Molohan
Ryan Roth wrote: Tests out fine, thanks! Duncan Webb wrote: Ryan Roth wrote: Here is a patch to fix the issue, thanks Adam: Index: src/config.py === --- src/config.py (revision 9690) +++ src/config.py

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
I updated to current SVN and I get the error now Actually this is not an error, just an info message telling you which local_conf.py you are using. Duncan - This SF.net email is sponsored by DB2 Express Download DB2

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell
Yes but Freevo fails to load. I updated last night and had the same issue until I added LOGGING=DEBUG to me local_conf.py, it then started to work. I believe when I had LOGGING=INFO it did not work either. I did not try any other LOGGING options. On 6/13/07, Duncan Webb [EMAIL PROTECTED] wrote:

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
I tried adding the LOGGING=DEBUG, but no luck. Justin Wetherell wrote: Yes but Freevo fails to load. I updated last night and had the same issue until I added LOGGING=DEBUG to me local_conf.py, it then started to work. I believe when I had LOGGING=INFO it did not work either. I did not try

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell
Try: LOGGING=DEBUG DEBUG=5 On 6/13/07, Ryan Roth [EMAIL PROTECTED] wrote: I tried adding the LOGGING=DEBUG, but no luck. Justin Wetherell wrote: Yes but Freevo fails to load. I updated last night and had the same issue until I added LOGGING=DEBUG to me local_conf.py, it then started to

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell
Hmm... Strange, that got me around the error. On 6/13/07, Ryan Roth [EMAIL PROTECTED] wrote: Did not work either. I'm just going to run one SVN version back until the patch is reversed or fixed. Thanks Justin Wetherell wrote: Try: LOGGING=DEBUG DEBUG=5 On 6/13/07, *Ryan Roth* [EMAIL

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Did not work either. I'm just going to run one SVN version back until the patch is reversed or fixed. Thanks Justin Wetherell wrote: Try: LOGGING=DEBUG DEBUG=5 On 6/13/07, *Ryan Roth* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I tried adding the LOGGING=DEBUG, but no luck.

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Justin Wetherell wrote: Try: LOGGING=DEBUG This won't work as the logging module is being used, you need: LOGGING=logging.DEBUG Having said this I don't yet see why the changes are causing any problem, you can check what I did from the svn list or click the view changes on

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
That fixed it, albeit we should fix the bug Duncan Webb wrote: Justin Wetherell wrote: Try: LOGGING=DEBUG This won't work as the logging module is being used, you need: LOGGING=logging.DEBUG Having said this I don't yet see why the changes are causing any problem, you can

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Ryan Roth wrote: That fixed it, albeit we should fix the bug Duncan Webb wrote: Justin Wetherell wrote: Try: LOGGING=DEBUG This won't work as the logging module is being used, you need: LOGGING=logging.DEBUG Having said this I don't yet see why the changes are causing any

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Tried it and it is still broke with the same message. Duncan Webb wrote: Ryan Roth wrote: That fixed it, albeit we should fix the bug Duncan Webb wrote: Justin Wetherell wrote: Try: LOGGING=DEBUG This won't work as the logging module is being used,

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Ryan Roth wrote: Tried it and it is still broke with the same message. Duncan Webb wrote: Ryan Roth wrote: That fixed it, albeit we should fix the bug Duncan Webb wrote: Justin Wetherell wrote: Try: LOGGING=DEBUG This won't work as the logging

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
If I add LOGGING=logging.DEBUG DEBUG=1 It works, but without it it does not - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits.

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
I take that back. I did a SVN update and adding those lines no longer fixes it. Ryan Roth wrote: If I add LOGGING=logging.DEBUG DEBUG=1 It works, but without it it does not - This SF.net email is sponsored by DB2

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread John Molohan
Ryan Roth wrote: I take that back. I did a SVN update and adding those lines no longer fixes it. Ryan Roth wrote: If I add LOGGING=logging.DEBUG DEBUG=1 It works, but without it it does not Yeah I'm on revision 9690 and I can't get freevo to run with any combination of those

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread John Molohan
John Molohan wrote: Ryan Roth wrote: I take that back. I did a SVN update and adding those lines no longer fixes it. Ryan Roth wrote: If I add LOGGING=logging.DEBUG DEBUG=1 It works, but without it it does not Yeah I'm on revision 9690 and I can't get

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
John Molohan wrote: Ryan Roth wrote: I take that back. I did a SVN update and adding those lines no longer fixes it. Ryan Roth wrote: If I add LOGGING=logging.DEBUG DEBUG=1 It works, but without it it does not Yeah I'm on revision 9690 and I can't get freevo to run with any

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Try removing the log entries from your config Duncan Webb wrote: John Molohan wrote: Ryan Roth wrote: I take that back. I did a SVN update and adding those lines no longer fixes it. Ryan Roth wrote: If I add LOGGING=logging.DEBUG DEBUG=1 It works, but without

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Ryan Roth
Duncan Webb wrote: I'm sure that I don't understand the cause of this, yet. In my local_conf.py there is: # Debugging settings RECORDSERVER_DEBUG = 1 ENCODINGSERVER_DEBUG = 2 RSSSERVER_DEBUG = 1 CHILDAPP_DEBUG = 1 DEBUG = 1 LOGGING = logging.DEBUG RECORDSERVER_LOGGING = logging.DEBUG

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Try removing the log entries from your config I did this first and it was fine. I'm pretty sure that the problem is directly related to the changes that I did to the _debug_ function, there could be several reasons for this and would like, with your help to find out what is causing this

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Duncan Webb
Duncan Webb wrote: I'm sure that I don't understand the cause of this, yet. In my local_conf.py there is: # Debugging settings RECORDSERVER_DEBUG = 1 ENCODINGSERVER_DEBUG = 2 RSSSERVER_DEBUG = 1 CHILDAPP_DEBUG = 1 DEBUG = 1 LOGGING = logging.DEBUG RECORDSERVER_LOGGING = logging.DEBUG

[Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-12 Thread Ryan Roth
I updated to current SVN and I get the error now - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-12 Thread Ryan Roth
I tested different svn versions and it looks like 9685 is broken, but 9684 back work fine. Ryan Roth wrote: I updated to current SVN and I get the error now - This SF.net email is sponsored by DB2 Express Download DB2