v4 3.0 connection issues, notices is readonly
От | Cherio |
---|---|
Тема | v4 3.0 connection issues, notices is readonly |
Дата | |
Msg-id | CAKHqFkK=Am5JBrdxmaFW92PQAf0m5QNsT2TGj7EJ2fBRgfAHrA@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: v4 3.0 connection issues, notices is readonly
Re: v4 3.0 connection issues, notices is readonly |
Список | pgadmin-support |
Hello,
pg_conn.notices = deque([], self.ASYNC_NOTICE_MAXLENGTH)
and complains that the property is readonly. I am not a python guy but after some research I made the following tweak to make it work:
if self.async == 1:
pg_conn.notices = deque([], self.ASYNC_NOTICE_MAXLENGTH)
The same file has similar code on line ~1250 though I didn't see errors on that line.
Another error which completely prevents from continuing on a web page is the "INTERNAL SERVER ERROR" which locks the screen with an alert popup (the title reads "AlertifyJS") that can't be closed, but I believe this was already reported and claimed to be fixed the next day.
Regards,
Yuri
В списке pgadmin-support по дате отправления: