tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
6.06k stars 524 forks source link

ImportError: Could not save alarms #5341

Open ganthern opened 1 year ago

ganthern commented 1 year ago
Client: Browser
Type: FREE
Tutanota version: 3.112.5
Timestamp (UTC): Tue, 04 Apr 2023 08:44:34 GMT
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
ImportError
Error message: undefined
Number of failed imports: undefined First error: Could not save alarms.
Number of failed imports: 1 First error: ResourceError: 504: | POST /rest/sys/useralarminfo/MLF_Uru--R-2
Stacktrace:
ImportError. Could not save alarms.
Number of failed imports: 1 First error: ResourceError: 504: | POST /rest/sys/useralarminfo/MLF_Uru--R-2
charlag commented 1 year ago

GATEWAY_TIMEOUT is probably some VPN/proxy problem? We could convert it to offline error too I guess

charlag commented 11 months ago

There are few general issues here, the same thing happens e.g. if the server returns ServiceUnavailableError.

  1. Why does saveCalendarEvents throw ImportError? And only for alarms?
  2. I am not sure save/update event via dialog handles any errors in this case?