FS#72564 - [pgadmin4] error via start

Attached to Project: Community Packages
Opened by Pinya (hopyres) - Thursday, 28 October 2021, 05:40 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 03 September 2023, 15:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 6
Private No

Details

Pgadmin4 start via error
latest version pgadmin4-4.30-2

Traceback (most recent call last):
File "/usr/lib/pgadmin4/web/pgAdmin4.py", line 94, in <module>
app = create_app()
File "/usr/lib/pgadmin4/web/pgadmin/__init__.py", line 347, in create_app
if not os.path.exists(SQLITE_PATH) or get_version() == -1:
File "/usr/lib/pgadmin4/web/pgadmin/setup/db_version.py", line 19, in get_version
return version.value
AttributeError: 'NoneType' object has no attribute 'value'

This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 03 September 2023, 15:34 GMT
Reason for closing:  Deferred
Additional comments about closing:  dropped to AUR
Comment by Kevin Siegler (Topocount) - Sunday, 02 January 2022, 02:02 GMT
Question: Why is this not higher severity if it prevents the application from starting? I've fallen back to the docker image because I've exhausted my ability to get this distribution working.

Loading...