Skip to Content.
Sympa Menu

cc-devel - Re: [cc-devel] SoC progress report

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: "Bruno Dilly" <bruno.dilly AT gmail.com>
  • To: "Jon Phillips" <jon AT rejon.org>, cc-devel AT lists.ibiblio.org
  • Subject: Re: [cc-devel] SoC progress report
  • Date: Mon, 21 Aug 2006 10:27:06 -0300

Hey Jon,

What follows is the error message, the "malformed" tag and traceback.
Changing ' " ' for html code, &#34, inside 'content' atribute, solves
the problem for the parser, but I don't know if it's a valid solution
for the purpose of this tag.

HTMLParseError: malformed start tag, at line 25, column 55

<meta name="keywords" content="[nameerror: message="(ArrayResolver)
Context does not contains key 'site-meta-keywords'" code=0 mode=return
level=notice prefix="" info=""]"/>

Traceback (most recent call last):
File "/home/usuario/cchost/ultimo/cchost-storage-branch/ccwx/xrcwiz.py",
line 326, in OnPageChanging
event.GetPage().onChanging(event)
File
"/home/usuario/cchost/ultimo/cchost-storage-branch/p6/ui/pages/fieldrender.py",
line 99, in onChanging
return self.__validator(self.__assemble())
File
"/home/usuario/cchost/ultimo/cchost-storage-branch/ccpublisher/ui/cch.py",
line 55, in callback
if not(pycchost.location.validate(theurl, self.storage.Request,
self.storage.urlopen)):
File
"/home/usuario/cchost/ultimo/cchost-storage-branch/pycchost/location.py",
line 22, in validate
p.feed(htmlSource)
File "/usr/lib/python2.4/HTMLParser.py", line 108, in feed
self.goahead(0)
File "/usr/lib/python2.4/HTMLParser.py", line 148, in goahead
k = self.parse_starttag(i)
File "/usr/lib/python2.4/HTMLParser.py", line 226, in parse_starttag
endpos = self.check_for_whole_start_tag(i)
File "/usr/lib/python2.4/HTMLParser.py", line 301, in
check_for_whole_start_tag
self.error("malformed start tag")
File "/usr/lib/python2.4/HTMLParser.py", line 115, in error
raise HTMLParseError(message, self.getpos())
HTMLParseError: malformed start tag, at line 25, column 55


On 8/21/06, Jon Phillips <jon AT rejon.org> wrote:
On Mon, 2006-08-21 at 02:12 -0300, Bruno Dilly wrote:
> I will send the exact error msg later, now I'm using my girlfriend's
> PC. But it's a problem with malformed start tag, line 25, col 55, if I
> remember correctly. The html source is
> http://openclipart.org/cchost/?ccm=/media/login

Ok, I updated cchost on openclipart.org ... try again :)

Jon

>
> On 8/21/06, Jon Phillips <jon AT rejon.org> wrote:
> > On Sun, 2006-08-20 at 17:06 -0300, Bruno Dilly wrote:
> > > Sorry, Victor. I didn't make myself clear.
> > >
> > > I never said anything about malformed tags before my last message.
> > > This is a problem with openclipart.org/cchost, and I just found it
> > > yesterday. There are some "meta" tags in login page that HTMLParser
> > > considers malformed.
> >
> > Can you send some error text back...curious about this error...more info
> > please :)
> >
> > Jon
> >
> > > What I said before was about the problem with ccMixter, but I don't
> > > know until now what exactly is happening.
> > >
> > > On 8/20/06, Victor Stone <fourstones.net AT gmail.com> wrote:
> > > > On 8/19/06, Bruno Dilly <bruno.dilly AT gmail.com> wrote:
> > > > > I've got problems with ccmixter.org, as I've said a week ago, and
with
> > > > > openclipart.org/cchost/, because it raises a HTMLParseError,
regarding
> > > > > a malformed start tag. But everything else is OK.
> > > >
> > > > er, I guess I missed the first time you mentioned this -- what
> > > > malformed start tag are we talking about?
> > > >
> > > > VS
> > > >
> > > _______________________________________________
> > > cc-devel mailing list
> > > cc-devel AT lists.ibiblio.org
> > > http://lists.ibiblio.org/mailman/listinfo/cc-devel
> > >
> > --
> > Jon Phillips
> >
> > San Francisco, CA
> > USA PH 510.499.0894
> > jon AT rejon.org
> > http://www.rejon.org
> >
> > MSN, AIM, Yahoo Chat: kidproto
> > Jabber Chat: rejon AT gristle.org
> > IRC: rejon AT irc.freenode.net
> >
> > Inkscape (http://inkscape.org)
> > Open Clip Art Library (www.openclipart.org)
> > Creative Commons (www.creativecommons.org)
> > San Francisco Art Institute (www.sfai.edu)
> >
> >
>
--
Jon Phillips

San Francisco, CA
USA PH 510.499.0894
jon AT rejon.org
http://www.rejon.org

MSN, AIM, Yahoo Chat: kidproto
Jabber Chat: rejon AT gristle.org
IRC: rejon AT irc.freenode.net

Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org)
Creative Commons (www.creativecommons.org)
San Francisco Art Institute (www.sfai.edu)






Archive powered by MHonArc 2.6.24.

Top of Page