ERROR

This error is not what we wanted to see. Unfortunately errors are part of all software systems and we need to resolve this together.

It is important to report this ERROR so we can fix it for everyone.

Report to the GeneNetwork team by recording the steps you take to reproduce this ERROR. Next to those steps, copy-paste below stack trace, either as a new issue or E-mail this full page to one of the developers directly.

(GeneNetwork error: 'str' object has no attribute 'items')

    GeneNetwork 2.11-rc2 
    'str' object has no attribute 'items' (error)
    
    
  

To check if this already a known issue, search the issue tracker.

Toggle full stack trace
      GeneNetwork 2.11-rc2  http://genenetwork.org/gsearch?type=phenotype&terms=species%3Amouse+AND+author%3Ahager+AND+%28NOT+author%3A%22Lu+L%22%29+AND+%28NOT+%22BXD+Published%22%29 ( 3:47PM UTC Apr 24, 2024) 
Traceback (most recent call last):
  File "/home/zas1024/opt/gn-latest-20240112/lib/python3.10/site-packages/flask/app.py", line 1523, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/zas1024/opt/gn-latest-20240112/lib/python3.10/site-packages/flask/app.py", line 1509, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
  File "/home/gn2/production/gene/gn2/wqflask/views.py", line 244, in gsearchact
    result = GSearch(request.args).__dict__
  File "/home/gn2/production/gene/gn2/wqflask/gsearch.py", line 35, in __init__
    trait = MonadicDict(trait)
  File "/home/gn2/production/genenetwork3/gn3/monads.py", line 89, in __init__
    for key, value in d.items()
AttributeError: 'str' object has no attribute 'items'