Commit e3d1164
authored
Actually notify errors (#270)
`error_notification`, the function called from `log_error_and_notify`
that sends an email to the docassemble error email in the config, had
been broken, silently, since nothing was logging in the `try: except`
blocks. Started logging those issues, and fixed them locally.
Also:
* Removed `the_vars`, which was causing the error (couldn't open the tmp
json
file), so we won't get the full interview context with the emails
(should
be okay)
* Send that email error notification if the user fails to login for any
reason
(besides a 403)
* Replaced the `bad_fees` screen with our standard bug screen. That's
one of the few screens that's a hard block on E-filing interviews, and
is more confusing to users than otherwise. It's better to just say
"something went wrong" and give them their options (should make sure
they're able to download their forms at that point, but that's a
separate thing).1 parent dad38ed commit e3d1164
3 files changed
Lines changed: 13 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 83 | | |
108 | 84 | | |
109 | 85 | | |
| |||
152 | 128 | | |
153 | 129 | | |
154 | 130 | | |
155 | | - | |
| 131 | + | |
156 | 132 | | |
157 | 133 | | |
158 | 134 | | |
159 | | - | |
160 | 135 | | |
161 | 136 | | |
162 | | - | |
| 137 | + | |
163 | 138 | | |
164 | 139 | | |
165 | 140 | | |
166 | 141 | | |
167 | 142 | | |
168 | 143 | | |
169 | | - | |
| 144 | + | |
170 | 145 | | |
171 | 146 | | |
172 | 147 | | |
173 | 148 | | |
174 | 149 | | |
175 | | - | |
176 | 150 | | |
177 | | - | |
| 151 | + | |
| 152 | + | |
178 | 153 | | |
179 | 154 | | |
180 | 155 | | |
| |||
183 | 158 | | |
184 | 159 | | |
185 | 160 | | |
186 | | - | |
| 161 | + | |
187 | 162 | | |
188 | 163 | | |
189 | 164 | | |
| |||
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | 895 | | |
905 | 896 | | |
906 | 897 | | |
| |||
940 | 931 | | |
941 | 932 | | |
942 | 933 | | |
943 | | - | |
| 934 | + | |
944 | 935 | | |
945 | 936 | | |
946 | 937 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments