This bug was not fixed still,
File
"/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/utils/driver/psycopg2/__init__.py",
line 1541, in _formatted_exception_msg
self.decode_to_utf8(exception_obj.diag.message_primary)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xec in positio
Hi,
Similar issue was already reported by other users,
https://redmine.postgresql.org/issues/2806
https://redmine.postgresql.org/issues/2821
We have recently fixed it and fix should be available in next pgAdmin4
release.
Thanks,
Murtuza
On Wed, Dec 27, 2017 at 9:34 AM, Ioseph Kim wrote:
> Hi,
Hi,
when server message is not english (my server is korean),
pgadmin4 make a error bellow.
File
"/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/utils/driver/psycopg2/__init__.py",
line 1612, in _formatted_exception_msg
self.decode_to_utf8(exception_obj.diag.message_primary)
Un