First time here? Check out the FAQ!
1

"Add answer" link does not work.
 

I upgraded my askbot from 0.10.2 to 0.11.1 and run with python3. I found the answer box did not response after clicking "Add answer" link.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Gabriel Luk's avatar
36
Gabriel Luk
asked 3 years ago
Evgeny's avatar
13.2k
Evgeny
updated 3 years ago

Comments

I was able to reproduce this when answering while logged out, should be able to fix soon and will post an answer then.

Evgeny's avatar Evgeny (3 years ago)

Are there any interim solutions? What if I downgrade it to 0.11.0? In addition, the "add a comment" link has the same issue. It is because python 2 is end-of-life, I need to run it with Python 3.

Gabriel Luk's avatar Gabriel Luk (3 years ago)

I will publish the fix by the end of this week.

Evgeny's avatar Evgeny (3 years ago)

Thank you very much

Gabriel Luk's avatar Gabriel Luk (3 years ago)

Meanwhile you could untick setting "data entry rules" -> "Allow posting before logging in".

Evgeny's avatar Evgeny (3 years ago)
see more comments

1 Answer

1

I've just published version 0.11.2 where this issue is resolved. There is a small issue that the redirect is to a custom answer sort url (newest answers first) - the reason for that by the time the redirect url is built, the answer permanent url is not known. Maybe in the future version there will be a better solution.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 3 years ago
link

Comments

The issue is fixed, thank you for your effort.

Gabriel Luk's avatar Gabriel Luk (3 years ago)
see more comments