bugGNU Health - Bugs: bug #59393, Field content of detail screen...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #59393: Field content of detail screen unclear....

Submitter:  Axel Braun <coogor>
Submitted:  Sun 01 Nov 2020 03:59:24 PM UTC
   
 
Category:  GUI / Frontend Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None
Module:  MGNUHealth Component:  MyGNUHealth

Mon 26 Feb 2024 10:32:35 AM UTC, comment #2: 

Does not apply to newer version

Gerald Wiese <gerald_wiese>
Group Member
Sun 01 Nov 2020 04:28:18 PM UTC, comment #1: 

I guess you took the pics from the pinephone?

Here is the full console output:

test@localhost:~> mygnuhealth
Initializing myGNUHealth PHR....
Directory exists... skipping

Found myGNUHealth configuration file.. skipping
Verifying MyGNUHealth Database.....
MyGNUHealth DB exists.. skipping
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/main.qml:35: ReferenceError: app is not defined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/main.qml:34: ReferenceError: app is not defined
Login correct - Move to main PHR page
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:44:9: QML ActionToolBar: Binding loop detected for property "actions"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:44:9: QML ActionToolBar: Binding loop detected for property "actions"
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/mygnuhealth/bio.py", line 307, in getOsat
    osat = osathist[-1]  # Get the latest (newest) record
IndexError: list index out of range
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/mygnuhealth/bio.py", line 237, in getWeight
    weight = weighthist[-1]  # Get the latest (newest) record
IndexError: list index out of range
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/mygnuhealth/bio.py", line 169, in getGlucose
    glucose = glucosehist[-1]  # Get the latest (newest) record
IndexError: list index out of range
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/mygnuhealth/bio.py", line 37, in getBP
    bp = bphist[-1]  # Get the latest (newest) record
IndexError: list index out of range
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:64:21: Unable to assign [undefined] to QString
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:49: TypeError: Cannot read property '0' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:51: TypeError: Cannot read property '2' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:50: TypeError: Cannot read property '1' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:82:21: Unable to assign [undefined] to QString
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:52: TypeError: Cannot read property '3' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:48: Error: list index out of range
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:139:21: Unable to assign [undefined] to QString
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:124: TypeError: Cannot read property '0' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:125: TypeError: Cannot read property '1' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:123: Error: list index out of range
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:206:21: Unable to assign [undefined] to QString
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:191: TypeError: Cannot read property '0' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:192: TypeError: Cannot read property '1' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:190: Error: list index out of range
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:273:21: Unable to assign [undefined] to QString
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:258: TypeError: Cannot read property '0' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:259: TypeError: Cannot read property '1' of undefined
file:///usr/lib/python3.6/site-packages/mygnuhealth/qml/PageBio.qml:257: Error: list index out of range
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:44:9: QML ActionToolBar: Binding loop detected for property "actions"



Axel Braun <coogor>
Sun 01 Nov 2020 03:59:24 PM UTC, original submission:  

I guess it is work on progress, but:
From the main screen, press Bio -> top icon -> entry of blood pressure data misses some details - what to enter where

Axel Braun <coogor>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gerald_wiese (Posted a comment)
  • -email is unavailable- added by coogor (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-02-26 gerald_wiese StatusNone Fixed
        Open/ClosedOpen Closed
        ComponentNone MyGNUHealth
    2020-11-01 coogor SummaryField content of setail screen unclear.... Field content of detail screen unclear....
    2020-11-01 coogor Attached File- Added Bildschirmfoto_2020-11-01_16-56-10.png, #50182

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code