bugGNU Health - Bugs: bug #61888, Error when I save patient.

 
 

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

bug #61888: Error when I save patient.

Submitter:  Feng Shu <tumashu>
Submitted:  Fri 21 Jan 2022 12:41:39 AM UTC
   
 
Category:  Programming / Tracebacks Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  meanmicio
Open/Closed:  Closed Release:  3.9.0
Module:  health_federation Component:  None

Mon 24 Jan 2022 05:54:45 PM UTC, comment #1: 

Related to #61867

Luis Falcon <meanmicio>
Group administrator
Fri 21 Jan 2022 12:41:39 AM UTC, original submission:  

ERROR:gnuhealth.common.common:Traceback (most recent call last):
  File "/trytond/wsgi.py", line 117, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 46, in rpc
    return methods.get(request.rpc_method, _dispatch)(
  File "/trytond/wsgi.py", line 84, in auth_required
    return wrapped(args, *kwargs)
  File "/trytond/protocols/wrappers.py", line 159, in wrapper
    return func(request, pool, args, *kwargs)
  File "/trytond/protocols/dispatcher.py", line 180, in _dispatch
    result = rpc.result(meth(c_args, *c_kwargs))
  File "/trytond/modules/health_federation/health_federation.py", line 559, in create
    FederationQueue.enqueue(
  File "/trytond/modules/health_federation/health_federation.py", line 404, in enqueue
    cls.create(rec)
  File "/trytond/model/modelsql.py", line 159, in wrapper
    return func(cls, args, *kwargs)
  File "/trytond/model/modelsql.py", line 597, in create
    defaults = cls.default_get(default, with_rec_name=False)
  File "/trytond/model/model.py", line 149, in default_get
    value[field_name] = cls._defaults[field_name]()
  File "/trytond/modules/health_federation/health_federation.py", line 217, in default_node
    FederationQueue.raise_user_error(
AttributeError: type object 'gnuhealth.federation.queue' has no attribute 'raise_user_error'

Fault: type object 'gnuhealth.federation.queue' has no attribute 'raise_user_error'

Feng Shu <tumashu>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by meanmicio (Posted a comment)
  • -email is unavailable- added by tumashu (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-01-25 meanmicio StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2022-01-24 meanmicio StatusDuplicate Ready For Test
        ReleaseNone 3.9.0
    2022-01-24 meanmicio StatusNone Duplicate
        Assigned toNone meanmicio

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code