ZSyncer 0.4.5 and Zope 2.6b1
Doesn't seem to be working. I get an error page that says: There was a problem with that comparison. Error: * TypeError * request() got an unexpected keyword argument 'verbose' Changing this: def request(self, host, handler, request_body): to this: def request(self, host, handler, request_body, verbose = None): seems to make it work. Are there any risks here that I'm not aware of?
Yep looks like xmlrpclib changed, which means xmlrpclibBasicAuth needs updating. Thanks for the patch I'll try to get around to a new release. Are both Zopes 2.6b1?
Are there any risks here that I'm not aware of?
Other stuff may have changed, but shouldnt be anything to worry about. -- Andy McKay www.agmweb.ca ----- Original Message ----- From: "Charlie Reiman" <creiman@kefta.com> To: <zope@zope.org> Sent: Wednesday, September 25, 2002 10:34 AM Subject: [Zope] ZSyncer 0.4.5 and Zope 2.6b1
Doesn't seem to be working. I get an error page that says:
There was a problem with that comparison.
Error:
* TypeError * request() got an unexpected keyword argument 'verbose'
Changing this: def request(self, host, handler, request_body):
to this: def request(self, host, handler, request_body, verbose = None):
seems to make it work. Are there any risks here that I'm not aware of?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Nope. I'm foolishy syncing from 2.6b1 to 2.5.1. It actually seems fine though. There is a strange cosemetic issue after a sync. There is supposed to be an <ul> full of <li> for each sync'd object. But it looks like the dtml-var "REQUEST['msg']" is now returning HTML quoted text, so instead of a neat list I get actual <li>blah showing up. I'm concerned because if this is a general change in dtml-var I'll have my own problems. It's also possible that the list never displayed correctly and I'm imagining it did. I'd have to set up an old server or sync to production, which I don't want to do right now.
-----Original Message----- From: Andy McKay [mailto:andy@agmweb.ca] Sent: Wednesday, September 25, 2002 10:51 AM To: Charlie Reiman; zope@zope.org Subject: Re: [Zope] ZSyncer 0.4.5 and Zope 2.6b1
Yep looks like xmlrpclib changed, which means xmlrpclibBasicAuth needs updating. Thanks for the patch I'll try to get around to a new release. Are both Zopes 2.6b1?
Are there any risks here that I'm not aware of?
Other stuff may have changed, but shouldnt be anything to worry about. -- Andy McKay www.agmweb.ca
----- Original Message ----- From: "Charlie Reiman" <creiman@kefta.com> To: <zope@zope.org> Sent: Wednesday, September 25, 2002 10:34 AM Subject: [Zope] ZSyncer 0.4.5 and Zope 2.6b1
Doesn't seem to be working. I get an error page that says:
There was a problem with that comparison.
Error:
* TypeError * request() got an unexpected keyword argument 'verbose'
Changing this: def request(self, host, handler, request_body):
to this: def request(self, host, handler, request_body, verbose = None):
seems to make it work. Are there any risks here that I'm not aware of?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Again 2.6.1 changes where they are now quoting html under some circumstances. Im sure mine wont be the only broken product. -- Andy McKay www.agmweb.ca ----- Original Message ----- From: "Charlie Reiman" <creiman@kefta.com> To: "Andy McKay" <andy@agmweb.ca> Cc: <zope@zope.org> Sent: Wednesday, September 25, 2002 10:58 AM Subject: RE: [Zope] ZSyncer 0.4.5 and Zope 2.6b1
Nope. I'm foolishy syncing from 2.6b1 to 2.5.1. It actually seems fine though. There is a strange cosemetic issue after a sync. There is supposed to be an <ul> full of <li> for each sync'd object. But it looks like the dtml-var "REQUEST['msg']" is now returning HTML quoted text, so instead of a neat list I get actual <li>blah showing up.
I'm concerned because if this is a general change in dtml-var I'll have my own problems.
It's also possible that the list never displayed correctly and I'm imagining it did. I'd have to set up an old server or sync to production, which I don't want to do right now.
-----Original Message----- From: Andy McKay [mailto:andy@agmweb.ca] Sent: Wednesday, September 25, 2002 10:51 AM To: Charlie Reiman; zope@zope.org Subject: Re: [Zope] ZSyncer 0.4.5 and Zope 2.6b1
Yep looks like xmlrpclib changed, which means xmlrpclibBasicAuth needs updating. Thanks for the patch I'll try to get around to a new release. Are both Zopes 2.6b1?
Are there any risks here that I'm not aware of?
Other stuff may have changed, but shouldnt be anything to worry about. -- Andy McKay www.agmweb.ca
----- Original Message ----- From: "Charlie Reiman" <creiman@kefta.com> To: <zope@zope.org> Sent: Wednesday, September 25, 2002 10:34 AM Subject: [Zope] ZSyncer 0.4.5 and Zope 2.6b1
Doesn't seem to be working. I get an error page that says:
There was a problem with that comparison.
Error:
* TypeError * request() got an unexpected keyword argument 'verbose'
Changing this: def request(self, host, handler, request_body):
to this: def request(self, host, handler, request_body, verbose = None):
seems to make it work. Are there any risks here that I'm not aware of?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andy McKay -
Charlie Reiman