Lektor: ghpages deploy via https is not working on python 3

Created on 7 Aug 2017  路  4Comments  路  Source: lektor/lektor

bug help-wanted

Most helpful comment

I can confirm this issue too:

This is not only failing in Travis, trying to deploy it locally also fails:
lektor deploy production --username rlaverde --password TOKEN

Changing this line (removing the encode) fix this issue (but I bet that will break python2.7).

return rv if rv else None

All 4 comments

Hey @goanpeca, do you get an error you can report? The tests for ghpages aren't failing, so I'm wondering if we can improve them to catch this bug, and then fix the bug. That would allow me to more easily see it too, since I don't have any ghpages of my own set up.

@nixjdm I ha da project all env variables set up and travis was ismply saying invalid username or password. I switched to py27 and it just worked, I can look into it more later this week

@nixjdm I'd like to confirm that this also fixed the issue that I had with authentication (Issue #464).

It's taken me 2 days to debug this, quite a bit too long for a bug like this, but I guess understandable given the migration headaches between py2k and py3k.

Please let me know if there is something I can do to help here.

I can confirm this issue too:

This is not only failing in Travis, trying to deploy it locally also fails:
lektor deploy production --username rlaverde --password TOKEN

Changing this line (removing the encode) fix this issue (but I bet that will break python2.7).

return rv if rv else None

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lafrech picture lafrech  路  7Comments

ajdavis picture ajdavis  路  9Comments

nimishbongale picture nimishbongale  路  6Comments

tonnydourado picture tonnydourado  路  4Comments

geekpete picture geekpete  路  7Comments