pandorabox-io / pandorabox.io

Pandorabox infrastructure code
https://pandorabox.io
31 stars 4 forks source link

postgres crash #220

Closed thomasrudin closed 5 years ago

thomasrudin commented 5 years ago
minetest_1           | 2019-07-17 16:47:19: ERROR[Server]: Failed to save player jihuu exception: PostgreSQL database error: ERROR:  invalid byte sequence for encoding "UTF8": 0xa0
minetest_1           | 2019-07-17 16:47:19: ERROR[Server]: An unhandled exception occurred: PostgreSQL database error: ERROR:  invalid byte sequence for encoding "UTF8": 0xa0
minetest_1           | 2019-07-17 16:47:19: ERROR[Server]: In thread 7f2efeffd700:
minetest_1           | 2019-07-17 16:47:19: ERROR[Server]: /git/minetest/src/server.cpp:74: virtual void* ServerThread::run(): A fatal error occurred: PostgreSQL database error: ERROR:  invalid byte sequence for encoding "UTF8": 0xa0
postgres_1           | 2019-07-19 07:06:41.256 UTC [13448] ERROR:  invalid byte sequence for encoding "UTF8": 0xf4 0xe6 0x9c 0xe8
postgres_1           | 2019-07-19 07:06:41.256 UTC [13448] STATEMENT:  DELETE FROM player_inventories WHERE player = $1
thomasrudin commented 5 years ago

Related to: https://github.com/minetest/minetest/pull/8686

thomasrudin commented 5 years ago

Garbage string, fixed with https://github.com/pandorabox-io/pandorabox.io/issues/224