Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: python2 to 3 #569

Closed
wants to merge 10 commits into from
Closed

feat: python2 to 3 #569

wants to merge 10 commits into from

Conversation

JacobCoffee
Copy link
Member

@JacobCoffee JacobCoffee commented Jul 22, 2024

What

  • Migrates codebase from python2 to python3

Probably the best changeset is at bc58d1c and before.

How

Ran 2to3->[email protected]->removed 2to3 .bak files-> manually went through (large amount of) remaining issues

fd -e py -X 2to3 -f print -w {}
fd -e py -X pyupgrade {} --py312-plus
fd -e bak -X rm {}
  • Code cleanup (ruff lint & format) (happy to undo if this causes some friction)

Issues

Todo

(These have high usages of sgbmlib and other HTML stuff, pretty lost.)

  • sanitize.py
  • feedparser.py
    • File "/planet/code/planet/feedparser.py", line 2947: _LOCALTZONES` no longer exists (?)

@JacobCoffee JacobCoffee marked this pull request as draft July 22, 2024 22:33
@JacobCoffee JacobCoffee added the infrastructure This relates to the underlying PSF-managed infrastructure label Jul 22, 2024
@@ -230,6 +235,7 @@ def handle_data(self, text):
text = text.replace('<', '')
_BaseHTMLProcessor.handle_data(self, text)

# TODO(py2to3): we need to replace `mx` and `tidy` here
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would appreciate some insight here, im out of my zone

@@ -1726,6 +1741,7 @@ def handle_data(self, text):
if not self.unacceptablestack:
_BaseHTMLProcessor.handle_data(self, text)

# TODO(py2to3): replace tidy and mx
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also here

@JacobCoffee
Copy link
Member Author

Latest changes in d0a199e have made it possible to run the application and the planet.py script runs and seems to do stuff (albeit lots of 500s)

Details

root@292bb59c3d6f:/planet# python3 code/planet.py config/config.ini
DEBUG:planet.runner:Socket timeout set to 20 seconds
INFO:planet.runner:Loading cached data
ERROR:planet:Error 500 while updating feed http://dev.2degreesnetwork.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://emptysqua.re/blog/category/python/index.xml
ERROR:planet:Error 500 while updating feed http://ablog.readthedocs.org/blog/atom.xml
ERROR:planet:Error 500 while updating feed http://www.artima.com/weblogs/feeds/bloggers/aahz.rss
ERROR:planet:Error 500 while updating feed https://djangocentral.com/feed/
ERROR:planet:Error 500 while updating feed http://masnun.rocks/tags/python/index.xml
ERROR:planet:Error 500 while updating feed http://techarttiki.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://agendaless.com/blog/index.atom?category=python
ERROR:planet:Error 500 while updating feed https://www.ahmedbouchefra.com/python/feed.xml
ERROR:planet:Error 500 while updating feed http://alstatr.blogspot.com/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://alecmunro.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://alextechrants.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://alexmorozov.github.io/feeds/tag-python.atom.xml
ERROR:planet:Error 500 while updating feed http://feeds.limi.net/on-python
ERROR:planet:Error 500 while updating feed http://www.alexconrad.org/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://peadrop.com/blog/category/python/feed/
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/en_lexevorg
ERROR:planet:Error 500 while updating feed http://akaptur.github.io/blog/categories/python/atom.xml
ERROR:planet:Error 500 while updating feed http://blog.amjith.com/posts.atom?tag=python
ERROR:planet:Error 500 while updating feed http://blog.amvtek.com/feeds/tags/python.atom.xml
ERROR:planet:Error 500 while updating feed https://anarc.at/tag/python-planet/index.rss
ERROR:planet:Error 500 while updating feed http://techtonik.rainforce.org/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://aroberge.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed https://www.andreagrandi.it/feeds/python.rss.xml
ERROR:planet:Error 500 while updating feed http://dalkescientific.com/writings/diary/diary-rss.xml
ERROR:planet:Error 500 while updating feed http://mindref.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://mysql-python.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://andy.terrel.us/feeds/python-tag.rss.xml
ERROR:planet:Error 500 while updating feed http://annaraven.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://codingweasel.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://kpoxit.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://bobrochel.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://anweshadas.in/tag/python/rss/
ERROR:planet:Error 500 while updating feed http://lucumr.pocoo.org/feed.atom
ERROR:planet:Error 500 while updating feed https://rushter.com/blog/feed/pyplanet.xml
ERROR:planet:Error 500 while updating feed https://medium.com/feed/python4you
ERROR:planet:Error 500 while updating feed http://pyfunc.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://astrocodeschool.com/feeds/all.rss.xml
ERROR:planet:Error 500 while updating feed http://automatingosint.com/blog/category/python/feed/
ERROR:planet:Error 500 while updating feed https://raw.githubusercontent.com/mahmoud/awesome-python-applications/master/atom.xml
ERROR:planet:Error 500 while updating feed http://baijum.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://gbtami.github.io/feed.python.xml
ERROR:planet:Error 500 while updating feed http://www.bedjango.com/planet/feed/
ERROR:planet:Error 500 while updating feed http://codedstructure.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://jbencook.com/feed.xml
ERROR:planet:Error 500 while updating feed http://clusterbleep.net/blog/category/python/feed/
ERROR:planet:Error 500 while updating feed http://pybites.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://www.benjiyork.com/blog/atom.xml
ERROR:planet:Error 500 while updating feed http://zebert.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://geeksocket.in/tags/python/index.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/thetaranights
ERROR:planet:Error 500 while updating feed http://news.open-bio.org/news/category/obf-projects/biopython/feed/atom/
ERROR:planet:Error 500 while updating feed http://bitofcheese.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://source.mihelac.org/feeds/categories/django/
ERROR:planet:Error 500 while updating feed http://rhodesmill.org/brandon/category/python/feed
ERROR:planet:Error 500 while updating feed https://breadcrumbscollector.tech/category/python/feed/
ERROR:planet:Error 500 while updating feed http://python4dads.wordpress.com/feed/
ERROR:planet:Error 500 while updating feed https://snarky.ca/rss/
ERROR:planet:Error 500 while updating feed http://pythontest.com/posts/index.xml
ERROR:planet:Error 500 while updating feed http://nicoddemus.github.io/tag/python/atom.xml
ERROR:planet:Error 500 while updating feed https://www.codingthepast.com/feed_python_planet.xml
ERROR:planet:Error 500 while updating feed http://brunorocha.org/tag/pythonplanet.atom
ERROR:planet:Error 500 while updating feed http://www.caktusgroup.com/feeds/tags/python/
ERROR:planet:Error 500 while updating feed http://www.calvinx.com/category/code/python/feed/
ERROR:planet:Error 500 while updating feed http://techblog.ironfroggy.com/feeds/posts/default/-/programming
ERROR:planet:Error 500 while updating feed http://carlchenet.com/category/planetpython/feed/
ERROR:planet:Error 500 while updating feed https://carl.duevel.online/tags/python/index.xml
ERROR:planet:Error 500 while updating feed http://pyright.blogspot.com/feeds/posts/default?alt=rss
ERROR:planet:Error 500 while updating feed http://themindcaster.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://eatthedots.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://catherinedevlin.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://chinghwayu.com/category/python/feed/
ERROR:planet:Error 500 while updating feed https://www.metachris.com/tags/python/index.xml
ERROR:planet:Error 500 while updating feed http://chris-miles-writes-python.blogspot.com/feeds/posts/default?alt=rss
ERROR:planet:Error 500 while updating feed http://pyinformatics.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://pbpython.com/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://ideas.offby1.net/feeds/tag-python.atom.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/ChrisWarrickPython
ERROR:planet:Error 500 while updating feed http://lipyrary.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://dev.to/feed/ldrscke.rss
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/mrtopf-python
ERROR:planet:Error 500 while updating feed https://cito.github.io/tags/python/index.xml
ERROR:planet:Error 500 while updating feed https://blog.codegrades.com/feed.xml
ERROR:planet:Error 500 while updating feed http://codesnipers.com/?q=taxonomy/term/16/0/feed
ERROR:planet:Error 500 while updating feed https://coderslegacy.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://allanderek.github.io/categories/python.xml
ERROR:planet:Error 500 while updating feed https://www.gallon.me/tag/python/feed
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/goldblog/python
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/cormoran-project
ERROR:planet:Error 500 while updating feed http://feeds2.feedburner.com/portablecommandline
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/cubicweborg
ERROR:planet:Error 500 while updating feed https://ntguardian.wordpress.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://dspillustrations.com/static/dspillustrations.rss.xml
ERROR:planet:Error 500 while updating feed http://dapythonista.com/?feed=rdf
ERROR:planet:Error 500 while updating feed http://dailytechvideo.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://dfwpython.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://late.am/python.feed.xml
ERROR:planet:Error 500 while updating feed http://strombrg.blogspot.com/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://dan.yeaw.me/categories/python.xml
ERROR:planet:Error 500 while updating feed http://dbader.org/blog/tags/python/rss
ERROR:planet:Error 500 while updating feed http://danielnouri.org/notes/category/python/feed/index.xml
ERROR:planet:Error 500 while updating feed https://daniel.roygreenfeld.com/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://www.datacommunitydc.org/blog?format=RSS&tag=python
ERROR:planet:Error 500 while updating feed https://www.dataschool.io/tag/python/rss/
ERROR:planet:Error 500 while updating feed https://www.datawars.io/articles/rss.xml
ERROR:planet:Error 500 while updating feed http://dabeaz.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://davidamos.dev/tag/python/rss/
ERROR:planet:Error 500 while updating feed https://davidcaron.dev/feeds/tags/python.atom.xml
ERROR:planet:Error 500 while updating feed http://www.artima.com/weblogs/feeds/bloggers/goodger.rss
ERROR:planet:Error 500 while updating feed http://davidlindelof.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://www.drmaciver.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://dmalcolm.livejournal.com/data/atom?tag=python
ERROR:planet:Error 500 while updating feed http://www.szotten.com/david/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://davidemoro.blogspot.com/feeds/posts/default/-/planetpython
ERROR:planet:Error 500 while updating feed http://feeds2.feedburner.com/Daftpython
ERROR:planet:Error 500 while updating feed http://davywybiral.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://declassed.art/en/feed/python.xml
ERROR:planet:Error 500 while updating feed http://makkalot-opensource.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://www.djangoproject.com/rss/weblog/
ERROR:planet:Error 500 while updating feed https://djangostars.com/blog/category/python/feed/
ERROR:planet:Error 500 while updating feed http://doingmathwithpython.github.io/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed https://feeds.feedburner.com/doughellmann/python
ERROR:planet:Error 500 while updating feed http://www.dougalmatthews.com/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://oubiwann.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://edcrewe.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://edreamleo.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://eli.thegreenplace.net/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://eniramltd.github.io/devblog/rss/categories/python.xml
ERROR:planet:Error 500 while updating feed https://examachine.net/blog/category/python/feed/
ERROR:planet:Error 500 while updating feed http://www.marsja.se/category/python/feed/
ERROR:planet:Error 500 while updating feed http://etienned.github.io/categories/python.xml
ERROR:planet:Error 500 while updating feed http://blog.europython.eu/rss
ERROR:planet:Error 500 while updating feed http://www.europython-society.org/rss
ERROR:planet:Error 500 while updating feed http://evennia.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://everydaysuperpowers.dev/feed/python/
ERROR:planet:Error 500 while updating feed http://pydev.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed http://en.ig.ma/notebook/feeds/atom/tag/python.xml
ERROR:planet:Error 500 while updating feed http://blog.filipesaraiva.info/?feed=rss2&tag=planet-python
ERROR:planet:Error 500 while updating feed http://pyinsci.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://blog.flaper87.com/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://blog.devork.be/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://fwierzbicki.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed http://raspberry-python.blogspot.com/feeds/posts/default/-/english/python
ERROR:planet:Error 500 while updating feed http://feeding.cloud.geek.nz/tags/python/index.rss
ERROR:planet:Error 500 while updating feed http://www.fridh.nl/tag/python.atom.xml
ERROR:planet:Error 500 while updating feed https://www.frompythonimportpodcast.com/feed
ERROR:planet:Error 500 while updating feed https://www.fullstackpython.com/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://gael-varoquaux.info/feeds/programming.atom.xml
ERROR:planet:Error 500 while updating feed http://compiletoi.net/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://ghaandeeonit.tumblr.com/rss
ERROR:planet:Error 500 while updating feed https://gmpy.dev/feeds/atom.tag.python.xml
ERROR:planet:Error 500 while updating feed http://giuliofidente.com/feeds/tag/python.atom.xml
ERROR:planet:Error 500 while updating feed http://hackermojo.com/mt-static/tagged/python.rdf
ERROR:planet:Error 500 while updating feed http://glyph.twistedmatrix.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/GoDeh
ERROR:planet:Error 500 while updating feed http://blog.gocept.com/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://blog.godson.in/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://www.curiousvenn.com/?feed=rss2&cat=4
ERROR:planet:Error 500 while updating feed http://blog.dscpl.com.au/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://www.grahamwheeler.com/categories/python.xml
ERROR:planet:Error 500 while updating feed http://defrobnication.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://www.wisdomandwonder.com/tag/python/feed
ERROR:planet:Error 500 while updating feed http://gc-taylor.com/?format=rss&category=Python
ERROR:planet:Error 500 while updating feed http://agiletesting.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://blog.fizyk.net.pl/tags/python.xml
ERROR:planet:Error 500 while updating feed http://neopythonic.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://gustavonarea.net/blog/tags/python/feed/
ERROR:planet:Error 500 while updating feed http://blog.labix.org/tag/python/feed
ERROR:planet:Error 500 while updating feed http://pycloud.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://python-in-the-lab.blogspot.de//feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://www.hilarymason.com/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://tetamap.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.holger-peters.de/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed https://blog.holoviz.org/index.xml
ERROR:planet:Error 500 while updating feed https://humberto.io/tags/python/index.xml
ERROR:planet:Error 500 while updating feed https://hynek.me/feed-python.xml
ERROR:planet:Error 500 while updating feed http://ianozsvald.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://ilian.i-n-i.org/feed/?tag=python
ERROR:planet:Error 500 while updating feed http://importpython.com/blog/feed/
ERROR:planet:Error 500 while updating feed https://www.inspiredpython.com/feed
ERROR:planet:Error 500 while updating feed https://blog.ionelmc.ro/feeds/python.rss.xml
ERROR:planet:Error 500 while updating feed http://ironpython-urls.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://islandtropicaman.com/wp/category/python/feed/
ERROR:planet:Error 500 while updating feed http://fruch.github.io/feed.python.xml
ERROR:planet:Error 500 while updating feed http://codewithoutrules.com/python-atom.xml
ERROR:planet:Error 500 while updating feed https://iximiuz.com/feed-python.atom
ERROR:planet:Error 500 while updating feed https://pupeno.com/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://jackdied.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/StreamHackerPython
ERROR:planet:Error 500 while updating feed http://rahmonov.me/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://wrongsideofmemphis.wordpress.com/feed/atom/?tag=english+python
ERROR:planet:Error 500 while updating feed http://www.datadependence.com/tag/python/feed/
ERROR:planet:Error 500 while updating feed https://www.b-list.org/feeds/entries/
ERROR:planet:Error 500 while updating feed https://janusworx.com/tags/planetpython/index.xml
ERROR:planet:Error 500 while updating feed http://blog.jarrodmillman.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://as.ynchrono.us/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://jbisbee.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://jeffbradberry.com/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://inre.dundeemt.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://griddlenoise.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://greenash.net.au/thoughts/topics/python/rss/
ERROR:planet:Error 500 while updating feed http://jeremyhylton.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed http://www.blogger.com/feeds/6330681631629046724/posts/default
ERROR:planet:Error 500 while updating feed http://pyrseas.wordpress.com/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/JoePitz-TechnologyBlogPython
ERROR:planet:Error 500 while updating feed http://blogs.gnome.org/johan/category/python/feed/atom
ERROR:planet:Error 500 while updating feed http://clouddbs.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://www.johndcook.com/blog/category/python/feed/
ERROR:planet:Error 500 while updating feed http://eigenhombre.com/feed.python.xml
ERROR:planet:Error 500 while updating feed https://www.nbshare.io/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://www.indelible.org/feeds/ink/python.xml
ERROR:planet:Error 500 while updating feed http://spyced.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/JonathansPythonBlog
ERROR:planet:Error 500 while updating feed https://www.tartley.com/categories/python.xml
ERROR:planet:Error 500 while updating feed http://jonathanstreet.com/blog/tag/python/atom/
ERROR:planet:Error 500 while updating feed http://blog.jorgenschaefer.de/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://pythonmonopoly.wordpress.com/feed/
ERROR:planet:Error 500 while updating feed http://julien.danjou.info/blog/tags/Python.xml
ERROR:planet:Error 500 while updating feed http://beauty-of-imagination.blogspot.fr/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://www.iki.fi/juri/blog/index.rss
ERROR:planet:Error 500 while updating feed http://pythonisito.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://feeds.hackercodex.com/feeds/python
ERROR:planet:Error 500 while updating feed http://lautaportti.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed https://www.afternerd.com/blog/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://nuitka.net/categories/Python.xml
ERROR:planet:Error 500 while updating feed http://fiber-space.de/wordpress/category/python/feed
ERROR:planet:Error 500 while updating feed http://kbyanc.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://kodnito.com/python/rss/
ERROR:planet:Error 500 while updating feed https://devblog.kogan.com/?category=Django&format=rss
ERROR:planet:Error 500 while updating feed http://konryd.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://koodaamo.wordpress.com/category/python/feed
ERROR:planet:Error 500 while updating feed http://cosmicpercolator.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://blog.kritigodey.com/tag/python/rss
ERROR:planet:Error 500 while updating feed http://gofedora.com/archives/category/python/feed/
ERROR:planet:Error 500 while updating feed http://farmdev.com/feeds/thoughts/on/3/python/
ERROR:planet:Error 500 while updating feed https://vipin711.wordpress.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://kushaldas.in/categories/python.xml
ERROR:planet:Error 500 while updating feed http://charlesnagy.info/category/it/python/feed/
ERROR:planet:Error 500 while updating feed https://www.laac.dev/tags/python/index.xml
ERROR:planet:Error 500 while updating feed http://laurentszyster.be/blog/feed/
ERROR:planet:Error 500 while updating feed http://hypatia.ca/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://regebro.wordpress.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://leovt.wordpress.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://blog.lintel.in/tag/python/feed/
ERROR:planet:Error 500 while updating feed https://linuxstans.com/tag/python/feed/
ERROR:planet:Error 500 while updating feed https://www.listendata.com/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/logilaborg_en
ERROR:planet:Error 500 while updating feed http://lowkster.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://codingandlinux.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://chezsoi.org/shaarli/?do=atom&searchtags=python+FromPelican
ERROR:planet:Error 500 while updating feed http://blog.gmludo.eu/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://bsg.lericson.se/rssfiltered.rss
ERROR:planet:Error 500 while updating feed http://lukeplant.me.uk/blog/categories/python/atom/index.xml
ERROR:planet:Error 500 while updating feed http://lostinjit.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://madewith.mu/feed.xml
ERROR:planet:Error 500 while updating feed http://sedimental.org/tagged/python/atom.xml
ERROR:planet:Error 500 while updating feed https://maltheborch.com/rss?tags=python
ERROR:planet:Error 500 while updating feed https://www.marc-richter.info/category/python/planet-python-articles/feed/
ERROR:planet:Error 500 while updating feed http://www.malemburg.com/rss
ERROR:planet:Error 500 while updating feed http://www.grulic.org.ar/~mdione/glob/categories/python.xml
ERROR:planet:Error 500 while updating feed http://mg.pov.lt/blog/index.xml
ERROR:planet:Error 500 while updating feed http://shed-skin.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://blogs.gnome.org/markmc/category/python/feed/
ERROR:planet:Error 500 while updating feed http://pywinauto.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/zopatista/python
ERROR:planet:Error 500 while updating feed https://www.mfitzp.com/feeds/python.tag.atom.xml
ERROR:planet:Error 500 while updating feed https://mathspp.com/blog/pydonts.rss
ERROR:planet:Error 500 while updating feed http://mysqlmusings.blogspot.se/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://www.mattlayman.com/categories/python/index.xml
ERROR:planet:Error 500 while updating feed http://matthewrocklin.com/blog/feed.python.xml
ERROR:planet:Error 500 while updating feed http://www.stealthcopter.com/blog/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://blog.tplus1.com/index.php/category/python/feed
ERROR:planet:Error 500 while updating feed https://www.wrighters.io/category/python/feed/
ERROR:planet:Error 500 while updating feed http://copypasteprogrammer.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://mauveweb.co.uk/rss.xml
ERROR:planet:Error 500 while updating feed http://freshfoo.com/blog/index.atom
ERROR:planet:Error 500 while updating feed http://beckerfuffle.com/blog/categories/python/atom.xml
ERROR:planet:Error 500 while updating feed http://mdboom.github.io/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed https://agileabstractions.com/feed.xml
ERROR:planet:Error 500 while updating feed http://mjtokelly.blogspot.com/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://micknelson.wordpress.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://mousebender.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed https://bultrowicz.com/blog/tag/python/atom.xml
ERROR:planet:Error 500 while updating feed http://www.artima.com/weblogs/feeds/bloggers/micheles.rss
ERROR:planet:Error 500 while updating feed http://www.firsttimeprogrammer.blogspot.com/feeds/posts/default/-/python?alt=rss
ERROR:planet:Error 500 while updating feed http://blog.vrplumber.com/index.php?/feeds/categories/1-Snaking.rss
ERROR:planet:Error 500 while updating feed http://www.blog.pythonlibrary.org/feed/
ERROR:planet:Error 500 while updating feed http://python-academy.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://kmike.ru/feeds/tags/planet-python.atom.xml
ERROR:planet:Error 500 while updating feed http://opensourcehacker.com/category/python/feed/
ERROR:planet:Error 500 while updating feed https://mirekdlugosz.com/blog/feeds/planet-python.atom.xml
ERROR:planet:Error 500 while updating feed http://www.elastician.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://pythonbyexample.blogspot.com/feeds/posts/default/
ERROR:planet:Error 500 while updating feed http://montrealpython.com/feed/
ERROR:planet:Error 500 while updating feed http://blogologue.com/atom.xml?category=1470141490X3
ERROR:planet:Error 500 while updating feed https://orbifold.xyz/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed https://www.moyaproject.com/blog/feed/
ERROR:planet:Error 500 while updating feed http://blog.mozilla.com/webdev/category/python-2/feed/
ERROR:planet:Error 500 while updating feed http://muharem.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.mycli.net/feeds/tag.python.rss.xml
ERROR:planet:Error 500 while updating feed http://www.thesamet.com/blog/tags/python/rss
ERROR:planet:Error 500 while updating feed http://learnpython.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.natan.termitnjak.net/blog/category/python/feed/atom/index.xml
ERROR:planet:Error 500 while updating feed http://nedbatchelder.com/blog/planetpython.xml
ERROR:planet:Error 500 while updating feed http://python.ca/nas/log/rss-python.xml
ERROR:planet:Error 500 while updating feed http://www.curiousefficiency.org/categories/python.xml
ERROR:planet:Error 500 while updating feed http://www.craig-wood.com/nick/articles/category/python/feed/atom/index.xml
ERROR:planet:Error 500 while updating feed http://blog.efford.org/tag/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://nickjanetakis.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://nicolaiarocci.com/tags/python/index.xml
ERROR:planet:Error 500 while updating feed http://nicdumz.fr/blog/category/python/feed/index.xml
ERROR:planet:Error 500 while updating feed http://www.nicosphere.net/tag/python-en/feed/
ERROR:planet:Error 500 while updating feed http://nigelb.me/python.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/getnikola/QBjz
ERROR:planet:Error 500 while updating feed https://nikos7am.com/index.xml
ERROR:planet:Error 500 while updating feed http://dev.nextthought.com/blog/categories/python.atom
ERROR:planet:Error 500 while updating feed https://nskm.xyz/tags/python/index.xml
ERROR:planet:Error 500 while updating feed http://www.obeythetestinggoat.com/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed https://ofosos.org/tag/python/rss/
ERROR:planet:Error 500 while updating feed http://www.omahapython.org/blog/feed
ERROR:planet:Error 500 while updating feed http://ondrejcertik.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://www.paulox.net/feed/python.xml
ERROR:planet:Error 500 while updating feed http://s3.amazonaws.com/blog.pathwright.com/feeds/tag.Python.atom.xml
ERROR:planet:Error 500 while updating feed http://weblog.patrice.ch/tags/Python.atom
ERROR:planet:Error 500 while updating feed http://www.patricksoftwareblog.com/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://pauleveritt.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.logarithmic.net/pfh?action=atom;hasname=1;name=gcgmgpghfpgdgpgegf
ERROR:planet:Error 500 while updating feed http://codebright.wordpress.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://pfertyk.me/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://pedro.valelima.com/blog/feed/tag/python/
ERROR:planet:Error 500 while updating feed http://www.peterbe.com/oc-Python/rss.xml
ERROR:planet:Error 500 while updating feed http://petereisentraut.blogspot.com/feeds/posts/default/-/Python/
ERROR:planet:Error 500 while updating feed http://neovox.advancedmagic.de/?feed=rss2&cat=6
ERROR:planet:Error 500 while updating feed http://push.cx/tag/python/feed
ERROR:planet:Error 500 while updating feed http://peter-hoffmann.com/feed/atom-python.xml
ERROR:planet:Error 500 while updating feed http://www.philhassey.com/blog/category/python/feed
ERROR:planet:Error 500 while updating feed http://dunderboss.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://philikon.wordpress.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://base-art.net/Articles/rss.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/pje-on-programming
ERROR:planet:Error 500 while updating feed https://www.podcastinit.com/feed/mp3/
ERROR:planet:Error 500 while updating feed http://polyglot.ninja/category/python/feed/
ERROR:planet:Error 500 while updating feed https://blog.ironboundsoftware.com/category/python/feed.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/btbytes_python
ERROR:planet:Error 500 while updating feed http://www.flicker-technical.blogspot.fr/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/shutupandship_python
ERROR:planet:Error 500 while updating feed https://www.programiz.com/python-programming/rss.xml
ERROR:planet:Error 500 while updating feed https://programmingideaswithjake.wordpress.com/category/python/feed/rdf/
ERROR:planet:Error 500 while updating feed https://eshlox.net/tags/python/index.xml
ERROR:planet:Error 500 while updating feed https://pyatl.dev/blog/feed/latest/
ERROR:planet:Error 500 while updating feed https://pybit.es/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/Pycharm
ERROR:planet:Error 500 while updating feed https://pycoders.com/feed/planetpython
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/PyCon
ERROR:planet:Error 500 while updating feed https://www.pygame.org/news/feed/atom
ERROR:planet:Error 500 while updating feed https://www.pypy.org/rss.xml
ERROR:planet:Error 500 while updating feed http://pytennessee.tumblr.com/rss
ERROR:planet:Error 500 while updating feed http://python4kids.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.awaretek.com/python/index.xml
ERROR:planet:Error 500 while updating feed http://python-advocacy.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed http://blog.pythonanywhere.com/feed/
ERROR:planet:Error 500 while updating feed https://pythonbytes.fm/episodes/rss
ERROR:planet:Error 500 while updating feed https://www.python-celery.com/feed.xml
ERROR:planet:Error 500 while updating feed https://www.pythoncircle.com/feed/
ERROR:planet:Error 500 while updating feed http://pythondata.com/feed/
ERROR:planet:Error 500 while updating feed http://www.pythondiary.com/blog.xml
ERROR:planet:Error 500 while updating feed http://pythondoeswhat.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://blogs.msdn.microsoft.com/pythonengineering/feed/
ERROR:planet:Error 500 while updating feed https://www.pythonguis.com/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/PythonInsider
ERROR:planet:Error 500 while updating feed https://www.pythonmorsels.com/topics/feed/
ERROR:planet:Error 500 while updating feed https://pythonpeople.fm/rss
ERROR:planet:Error 500 while updating feed http://www.pyptug.org/feeds/posts/default/
ERROR:planet:Error 500 while updating feed https://www.pythonpool.com/feed/
ERROR:planet:Error 500 while updating feed http://pyfound.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed https://sweetness.hmmz.org/feeds/python.rss.xml
ERROR:planet:Error 500 while updating feed http://python-groups.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://www.pythonforbeginners.com/feed/
ERROR:planet:Error 500 while updating feed http://python-karan.blogspot.in//feeds/posts/default
ERROR:planet:Error 500 while updating feed http://developerblog.myo.com/tag/python/rss/
ERROR:planet:Error 500 while updating feed http://pythonxynews.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://pythonclub.com.br/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://pythondebugging.com/category/python/feed.xml
ERROR:planet:Error 500 while updating feed https://coady.github.io/index.xml
ERROR:planet:Error 500 while updating feed http://pythonology.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed https://pythonspeed.com/atom.xml
ERROR:planet:Error 500 while updating feed http://ptspts.blogspot.com/feeds/posts/default/-/planet-python
ERROR:planet:Error 500 while updating feed http://blog.zsoldosp.eu/category/python/feed/
ERROR:planet:Error 500 while updating feed https://labs.quansight.org/rss.xml
ERROR:planet:Error 500 while updating feed http://www.bitdance.com/blog/rss.xml
ERROR:planet:Error 500 while updating feed https://blog.rmotr.com/feed/tagged/python
ERROR:planet:Error 500 while updating feed http://threebean.org/blog/category/python/feed/atom/index.xml
ERROR:planet:Error 500 while updating feed https://blog.ram.rachum.com/tagged/planetpython/rss
ERROR:planet:Error 500 while updating feed http://blog.randell.ph/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://randlet.com/blog/python/rss.xml
ERROR:planet:Error 500 while updating feed http://randyzwitch.com/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://rhettinger.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed http://blog.readthedocs.com/archive/tag/python/atom.xml
ERROR:planet:Error 500 while updating feed https://realpython.com/atom.xml
ERROR:planet:Error 500 while updating feed https://developers.redhat.com/blog/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://renesd.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://blog.lerner.co.il/category/python/feed/
ERROR:planet:Error 500 while updating feed http://posted-stuff.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://blog.the-moon.net/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://rickardlindberg.me/tags/python/rss.xml
ERROR:planet:Error 500 while updating feed https://cmlzagk.github.io/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://www.robg3d.com/?tag=python&feed=atom
ERROR:planet:Error 500 while updating feed http://rbtcollins.wordpress.com/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://rz.scale-it.pl/rss-python.html
ERROR:planet:Error 500 while updating feed http://www.theatreofnoise.com/feeds/posts/default/-/dev
ERROR:planet:Error 500 while updating feed http://blog.rtwilson.com/category/programming-2/python/feed/
ERROR:planet:Error 500 while updating feed http://linil.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed https://www.rosehosting.com/blog/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://ruslanspivak.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.asciiarmor.com/tagged/python/rss
ERROR:planet:Error 500 while updating feed http://slott-softwarearchitect.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://pyhelper.wordpress.com/feed/
ERROR:planet:Error 500 while updating feed http://www.sdjournal.com/archives/categories/languages/python/rss.xml
ERROR:planet:Error 500 while updating feed http://pythonide.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://www.stxnext.com/blog/tag/python/rss.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/sfpy
ERROR:planet:Error 500 while updating feed https://sandipanweb.wordpress.com/category/python/feed/
ERROR:planet:Error 500 while updating feed http://sandrotosi.blogspot.com/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed http://seanmcgrath.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://k-d-w.org/tags/python/index.xml
ERROR:planet:Error 500 while updating feed https://switowski.com/python.feed.xml
ERROR:planet:Error 500 while updating feed http://www.chesnok.com/daily/category/python/feed/
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/phoe6pythonfeeds
ERROR:planet:Error 500 while updating feed https://sethmlarson.dev/feed
ERROR:planet:Error 500 while updating feed http://jjinux.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://shiningpanda.com/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://simeonfranklin.com/feeds/python/
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/simeon_visser_python
ERROR:planet:Error 500 while updating feed http://aboutsimon.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.brunningonline.net/simon/blog/index-P.xml
ERROR:planet:Error 500 while updating feed http://entitycrisis.blogspot.com/feeds/posts/default/-/Python
ERROR:planet:Error 500 while updating feed https://simpleisbetterthancomplex.com/feed.xml
ERROR:planet:Error 500 while updating feed http://www.softformance.com/feed/?tag=python
ERROR:planet:Error 500 while updating feed https://brmmm3.github.io/feed.xml
ERROR:planet:Error 500 while updating feed http://speno.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed http://spikeekips.tumblr.com/tagged/python/rss
ERROR:planet:Error 500 while updating feed https://www.spyder-ide.org/blog/feed.xml
ERROR:planet:Error 500 while updating feed http://stackabuse.com/tag/python/rss
ERROR:planet:Error 500 while updating feed https://smorbieu.gitlab.io/feeds/tag_python.atom.xml
ERROR:planet:Error 500 while updating feed https://www.starzel.de/blog/starzel-de-python-blog/RSS
ERROR:planet:Error 500 while updating feed http://blog.behnel.de/index.php?feed=rss2&cat=22
ERROR:planet:Error 500 while updating feed http://stefan.sofa-rockers.org/feeds/python
ERROR:planet:Error 500 while updating feed http://www.jodal.no/atom-python.xml
ERROR:planet:Error 500 while updating feed http://pythonconquerstheuniverse.wordpress.com/feed/atom/
ERROR:planet:Error 500 while updating feed http://holdenweb.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://rh0dium.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://TuringFinance.com/category/python/feed/
ERROR:planet:Error 500 while updating feed https://wirtel.be/tags/python/index.xml
ERROR:planet:Error 500 while updating feed https://www.harihareswara.net/rss/python/
ERROR:planet:Error 500 while updating feed https://www.tutlane.com/pythonfeed.xml
ERROR:planet:Error 500 while updating feed https://ict.swisscom.ch/feed/?post_type=cubetech_post&cubetech_keyword=Python
ERROR:planet:Error 500 while updating feed http://www.talkpythontome.com/episodes/rss
ERROR:planet:Error 500 while updating feed http://blog.tedmiston.com/tag/python/rss
ERROR:planet:Error 500 while updating feed https://www.techbeamers.com/python-programming-tutorials/feed/
ERROR:planet:Error 500 while updating feed https://www.techiediaries.com/tag/django/index.xml
ERROR:planet:Error 500 while updating feed http://terriko.dreamwidth.org/data/rss?tag=python
ERROR:planet:Error 500 while updating feed http://blogs.fluidinfo.com/terry/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://testandcode.com/rss
ERROR:planet:Error 500 while updating feed https://testdriven.io/blog/topics/django/feed.xml
ERROR:planet:Error 500 while updating feed http://www.thedatascientist.de/category/python/feed/
ERROR:planet:Error 500 while updating feed https://www.thedigitalcatonline.com/categories/python/atom.xml
ERROR:planet:Error 500 while updating feed https://lunarcowboy.com/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed https://no-title.victordomingos.com/feeds/python_rss.xml
ERROR:planet:Error 500 while updating feed http://blog.dowski.com/category/python/feed
ERROR:planet:Error 500 while updating feed https://fortintam.com/blog/category/planet-python/feed/
ERROR:planet:Error 500 while updating feed http://blog.parcon.opengroove.org/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://thepythoncodingbook.com/feed/
ERROR:planet:Error 500 while updating feed http://pythonpapers.blogspot.com/atom.xml
ERROR:planet:Error 500 while updating feed https://threeofwands.com/tag/python/rss/
ERROR:planet:Error 500 while updating feed http://www.tibonihoo.net/blog/en/tag/python/feed/
ERROR:planet:Error 500 while updating feed https://thishosting.rocks/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://feeds.wordaligned.org/wordaligned/python
ERROR:planet:Error 500 while updating feed http://thomas.apestaart.org/log/?feed=rss2&cat=22
ERROR:planet:Error 500 while updating feed https://www.tibobeijen.nl/tags/python/index.xml
ERROR:planet:Error 500 while updating feed https://reachtim.com/feeds/python.atom.xml
ERROR:planet:Error 500 while updating feed http://timgilbert.wordpress.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/duffyd
ERROR:planet:Error 500 while updating feed http://apipes.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/thobe/wardrobe
ERROR:planet:Error 500 while updating feed http://thewebhaswon.wordpress.com/category/python/atom
ERROR:planet:Error 500 while updating feed http://www.sys-exit.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://www.tomaz.me/tags/python.xml
ERROR:planet:Error 500 while updating feed http://tomerfiliba.com/blog/python-atom.xml
ERROR:planet:Error 500 while updating feed http://tonybreyal.wordpress.com/category/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://anonbadger.wordpress.com/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://technicaldiscovery.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed https://treyhunner.com/python.xml
ERROR:planet:Error 500 while updating feed http://www.tryton.org/rss.xml
ERROR:planet:Error 500 while updating feed http://www.turnkeylinux.org/taxonomy/term/103/0/feed
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/TwistedMatrixLaboratories
ERROR:planet:Error 500 while updating feed https://typethepipe.com/categories/python/index.xml
ERROR:planet:Error 500 while updating feed http://vsbabu.org/mt/index.rdf
ERROR:planet:Error 500 while updating feed http://prayogshala.wordpress.com/category/scripting/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://jugad2.blogspot.co.uk/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://pymolurus.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://plumberjack.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed https://vinayak.io/feed/tag/python/rss.xml
ERROR:planet:Error 500 while updating feed http://www.hardcoded.net/articles/rss_python.xml
ERROR:planet:Error 500 while updating feed http://www.vperic.blogspot.com/feeds/posts/default/-/Twisted
ERROR:planet:Error 500 while updating feed http://pieceofpy.com/category/python/feed/atom/index.xml
ERROR:planet:Error 500 while updating feed http://www.weeklypython.chat/feed/
ERROR:planet:Error 500 while updating feed http://python-weekly.blogspot.com/feeds/posts/default?alt=rss
ERROR:planet:Error 500 while updating feed http://1stvamp.org/tag/python/atom/
ERROR:planet:Error 500 while updating feed http://wescpy.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://bluesock.org/~willkg/blog/tag/python.xml
ERROR:planet:Error 500 while updating feed http://www.willmcgugan.com/blog/tech/feeds/posts/
ERROR:planet:Error 500 while updating feed http://willpython.blogspot.com/feeds/posts/default
ERROR:planet:Error 500 while updating feed http://blog.minchin.ca/feeds/label.python.atom.xml
ERROR:planet:Error 500 while updating feed http://foolish-assertions.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://william-os4y.livejournal.com/data/atom
ERROR:planet:Error 500 while updating feed http://wingware.com/blog/rss&noheader=1
ERROR:planet:Error 500 while updating feed http://wingware.com/news/rss&noheader=1
ERROR:planet:Error 500 while updating feed https://wyattbaldwin.com/categories/planet-python/rss.xml
ERROR:planet:Error 500 while updating feed http://tech.blog.aknin.name/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://www.ylarrivee.com/tag/python/feed/
ERROR:planet:Error 500 while updating feed http://uberpython.wordpress.com/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed http://za.github.io/feed.python.xml
ERROR:planet:Error 500 while updating feed https://zato.io/blog/rss.xml
ERROR:planet:Error 500 while updating feed https://zerotomastery.io/rss/python-rss.xml
ERROR:planet:Error 500 while updating feed https://zerowithdot.com/feed.xml
ERROR:planet:Error 500 while updating feed https://medium.com/feed/@ZeroDB_
ERROR:planet:Error 500 while updating feed http://blog.bottlepy.org/feeds/all.atom.xml
ERROR:planet:Error 500 while updating feed http://feeds.feedburner.com/codeboje_python
ERROR:planet:Error 500 while updating feed https://death.andgravity.com/_feed/index/_tags/python.xml
ERROR:planet:Error 500 while updating feed http://www.egenix.com/company/news/rss2
ERROR:planet:Error 500 while updating feed http://hypothesis.works/articles/python/feed/
ERROR:planet:Error 500 while updating feed http://scummos.blogspot.com/feeds/posts/default/-/kdev-python
ERROR:planet:Error 500 while updating feed https://meejah.ca/planetpython.xml
ERROR:planet:Error 500 while updating feed http://nl-project.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://pgcli.com/feeds/tag.python.atom.xml
ERROR:planet:Error 500 while updating feed https://py.checkio.org/blog/special-rss/
ERROR:planet:Error 500 while updating feed http://www.pythonwise.blogspot.com/feeds/posts/default/-/python
ERROR:planet:Error 500 while updating feed http://blog.qutebrowser.org/feeds/tag-pyplanet.rss.xml
ERROR:planet:Error 500 while updating feed http://recollection.saaj.me/tag/python.xml
ERROR:planet:Error 500 while updating feed https://blog.scikit-learn.org/feed.xml
ERROR:planet:Error 500 while updating feed https://testmon.org/index.xml
ERROR:planet:Error 500 while updating feed http://tryexceptpass.org/index.xml
ERROR:planet:Error 500 while updating feed http://wokslog.wordpress.com/tag/python/feed/atom/
ERROR:planet:Error 500 while updating feed https://lukasz.langa.pl/python/atom.xml
ERROR:planet:Error 500 while updating feed https://www.pythonshow.com/feed
ERROR:planet:Error 500 while updating feed https://stefaniemolin.com/feeds/Python-atom.xml
ERROR:planet:Error 500 while updating feed https://bugfactory.io/articles-on-python/feed.xml
INFO:planet.runner:Processing template config/index.html.tmpl
INFO:planet.runner:Writing /srv/planetpython.org/index.html
INFO:planet.runner:Processing template config/rss20.xml.tmpl
INFO:planet.runner:Writing /srv/planetpython.org/rss20.xml
INFO:planet.runner:Processing template config/rss10.xml.tmpl
INFO:planet.runner:Writing /srv/planetpython.org/rss10.xml
INFO:planet.runner:Processing template config/opml.xml.tmpl
INFO:planet.runner:Writing /srv/planetpython.org/opml.xml
INFO:planet.runner:Processing template config/foafroll.xml.tmpl
INFO:planet.runner:Writing /srv/planetpython.org/foafroll.xml
INFO:planet.runner:Processing template config/summary.html.tmpl
INFO:planet.runner:Writing /srv/planetpython.org/summary.html
INFO:planet.runner:Processing template config/titles_only.html.tmpl
INFO:planet.runner:Writing /srv/planetpython.org/titles_only.html
root@292bb59c3d6f:/planet# ^C
root@292bb59c3d6f:/planet#

Running container:
image

Running web app:
image

Still would much appreciate some eyes from anyone actually familiar with this project :)

@JacobCoffee JacobCoffee marked this pull request as ready for review July 31, 2024 20:17
"(%d) %s" % (filename, errno, errstr)
except IOError as e:
raise TemplateError("IO error while reading template '%s': " \
"(%d) %s" % (filename, e.errno, e.errstr))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated conversion has failed ya a bit here. If you have a misconfiguration, with a missing template file, you'll hit this and get:

  File "/Users/offby1/projects/planet-python/code/planet/htmltmpl.py", line 981, in compile
    tokens = self.parse(self.read(file))
  File "/Users/offby1/projects/planet-python/code/planet/htmltmpl.py", line 1032, in read
    "(%d) %s" % (filename, e.errno, e.errstr))
AttributeError: 'FileNotFoundError' object has no attribute 'errstr'

@ewdurbin
Copy link
Member

Closing in favor of #577

@ewdurbin ewdurbin closed this Oct 10, 2024
@ewdurbin ewdurbin deleted the py2-to-3 branch October 10, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure This relates to the underlying PSF-managed infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infra(OS): planet to Ubuntu 24.04 - Requires updating to Python3
3 participants