Conversation
Notices
-
@drymer He cambiado lo que me dijiste y tira pero me falla al rellenar la BD
File "gnusrss.py", line 578, in <module>
options.pointers()
File "gnusrss.py", line 540, in pointers
posts = self.gs.parse_feed(self.feed, self.format)
File "gnusrss.py", line 134, in parse_feed
parser = StupidParser()
File "gnusrss.py", line 77, in __init__
HTMLParser.__init__(self, convert_charrefs=True)
TypeError: __init__() got an unexpected keyword argument 'convert_charrefs'
Gracias
-
@puppetmaster Prueba a hacer pull y me dices.
-
@drymer No puedo porque he echo cambios que tu no tienes las linea que cambiamos
Updating 5804261..003feb1
error: Your local changes to the following files would be overwritten by merge:
gnusrss.py
Please, commit your changes or stash them before you can merge.
Aborting
-
@puppetmaster Qué cambios? Si no son importantes o son fáciles de aplicar, dale a git stash, git pull, y luego los agregas.
-
@drymer Perfecto ya me funciona, muchas gracias ;)