Error when creating new password #16

Closed
opened 2022-11-20 19:52:30 -05:00 by izaliamae · 1 comment
Owner
Traceback (most recent call last):
  File "/home/zoey/data/src/pyweb/barkshark_web/protocol/handler.py", line 240, in __call__
    response = route.run(self, request)
  File "/home/zoey/data/src/pyweb/izzylib/http_utils.py", line 690, in run
    return self.handler(*args, **kwargs, **self)
  File "/home/zoey/data/src/pyweb/barkshark_web/protocol/local.py", line 384, in passwords_update
    return request.ok_or_redirect(f'Created new password: {row.label}')
AttributeError: 'NoneType' object has no attribute 'label'
``` Traceback (most recent call last): File "/home/zoey/data/src/pyweb/barkshark_web/protocol/handler.py", line 240, in __call__ response = route.run(self, request) File "/home/zoey/data/src/pyweb/izzylib/http_utils.py", line 690, in run return self.handler(*args, **kwargs, **self) File "/home/zoey/data/src/pyweb/barkshark_web/protocol/local.py", line 384, in passwords_update return request.ok_or_redirect(f'Created new password: {row.label}') AttributeError: 'NoneType' object has no attribute 'label' ```
izaliamae added the
bug
label 2022-11-20 19:52:30 -05:00
Author
Owner

Fixed with d1206eb1db

Fixed with d1206eb1db
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: izaliamae/barkshark-web#16
No description provided.