SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

Handle no roles #242

Open BryceStevenWilley opened 1 month ago

BryceStevenWilley commented 1 month ago

When the EFSP returns a 500 on the get_user() call, it will error on this line with a '"NoneType" object not iterable' error. So we default to an empty list instead.

Fixes a bug found when testing with the fly.io server today (because of Tyler side issues).

BryceStevenWilley commented 1 month ago

Worth noting that this isn't the full fix for the bug we saw yesterday, I'm still working on that.

Gonna wait to merge until the root cause is fixed (since the integration test will fail until then).