Re: pgadmin4 python bug?

Поиск
Список
Период
Сортировка
От robert
Тема Re: pgadmin4 python bug?
Дата
Msg-id ed28ad93-5a48-79a5-3ff2-92729f1c24e8@redcor.ch
обсуждение исходный текст
Ответ на pgadmin4 python bug?  (ml@ft-c.de)
Список pgsql-admin
Hi there,

have you tried to run pgadmin4 with python 3?

robert

On 26.04.2018 23:45, ml@ft-c.de wrote:
> Hello
>
> I start pgadmin4 with the following command:
>
> python /usr/local/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py
>
> I open the browser
> On the website (port 5050), when I open a db connection, I get the the
> message:
> Object type <type 'unicode'> cannot be passed to C code
>
> This is the terminal-output:
> Starting pgAdmin 4. Please navigate to http://127.0.0.1:5050 in your
> browser.
> 2018-04-26 23:28:13,503: thon 3?ERROR  pgadmin:        Object type <type
> 'unicode'> cannot be passed to C code
> Traceback (most recent call last):
>    File
> "/usr/local/lib/python2.7/site-packages/pgadmin4/pgadmin/browser/server_groups/servers/__init__.py",
> line 962, in connect
>      if password is not None else server.password
>    File
> "/usr/local/lib/python2.7/site-packages/pgadmin4/pgadmin/utils/crypto.py",
> line 31, in encrypt
>      cipher = AES.new(pad(key), AES.MODE_CFB, iv)
>    File "/usr/local/lib/python2.7/site-packages/Crypto/Cipher/AES.py",
> line 200, in new
>      return _create_cipher(sys.modules[__name__], key, mode, *args, **kwargs)
>    File
> "/usr/local/lib/python2.7/site-packages/Crypto/Cipher/__init__.py", line
> 55, in _create_cipher
>      return modes[mode](factory, **kwargs)
>    File
> "/usr/local/lib/python2.7/site-packages/Crypto/Cipher/_mode_cfb.py",
> line 230, in _create_cfb_cipher
>      cipher_state = factory._create_base_cipher(kwargs)
>    File "/usr/local/lib/python2.7/site-packages/Crypto/Cipher/AES.py",
> line 100, in _create_base_cipher
>      result = start_operation(c_uint8_ptr(key),
>    File "/usr/local/lib/python2.7/site-packages/Crypto/Util/_raw_api.py",
> line 109, in c_uint8_ptr
>      raise TypeError("Object type %s cannot be passed to C code" %
> type(data))
> TypeError: Object type <type 'unicode'> cannot be passed to C code
>
> What should I do?
>
> uname -a
> FreeBSD ftc2 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1
>
> Should I write this problem on a FreeBSD mailinglist?
> Franz
>


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Ian Bell"
Дата:
Сообщение: PGAdmin4 debugger - unable to call ltree functions
Следующее
От: Ron
Дата:
Сообщение: pg_restore dumps all data to the terminal