You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
statusLog.upsert_document(blob_path, f'{function_name} - Error on PDF submission to FR - {response.code}{response.message}', StatusClassification.ERROR, State.ERROR)
statusLog.upsert_document(blob_path, f'{function_name} - Error on PDF submission to FR - {response.code}{response.message}', StatusClassification.ERROR, State.ERROR)
The text was updated successfully, but these errors were encountered:
The FileFormRecSubmissionPDF fails to complete and accesses a non existant attribute from the HTTPS response object
To Reproduce
Steps to reproduce the behavior:
upload
containerExpected behavior
The FileFormRecSubmissionPDF should complete successfully or reque after calling the Form Recogniser API
Screenshots
Beta version details
Additional context
Suspected offending line of code:
PubSec-Info-Assistant/functions/FileFormRecSubmissionPDF/__init__.py
Line 103 in e477742
The text was updated successfully, but these errors were encountered: