Gitea: repo page 500 because of markdown render error

Created on 26 Mar 2020  路  3Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref):
  • Git version:
  • Operating system:
  • Database (use [x]):

    • [ ] PostgreSQL

    • [ ] MySQL

    • [ ] MSSQL

    • [x] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [x] Yes (provide example URL)

    • [ ] No

    • [ ] Not relevant

  • Log gist:
    fatal from goldmark: interface conversion: interface {} is string, not []uint8

    Description

i reproduce it on try.gitea.io: Link
but the README.md is rendering just fine on goldmark demo page
...

Screenshots

kinbug skip-changelog

Most helpful comment

For anyone who looks in to this, you can get the README contents here

All 3 comments

For anyone who looks in to this, you can get the README contents here

Damn this is something to do with the checkbox change I made...

## TODO List

- [x] Embed the http proxy server [privoxy](http://www.privoxy.org/), [get it](https://homebrew.bintray.com/bottles/privoxy-3.0.26.sierra.bottle.tar.gz).


- [x] ACL mode support [Shadowsocks ACL](https://github.com/shadowsocksr/shadowsocksr-libev/tree/master/acl)

Appears to be the bit that kills things

FFS! I did actually test that change but then noticed the SetAttributeString and must not have properly tested again!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jonasfranz picture jonasfranz  路  3Comments

cookiengineer picture cookiengineer  路  3Comments

tuxfanou picture tuxfanou  路  3Comments

mirhec picture mirhec  路  3Comments

adpande picture adpande  路  3Comments