Commit 3af06aefe3d6a3a1fc91cc312035ca9e7e69adaf

Authored by Didier BARRET
1 parent 6fcf820b
Exists in master

Updated the trouble shooting section.

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
@@ -600,7 +600,14 @@ home: @@ -600,7 +600,14 @@ home:
600 In case of very large many-to-many origin-to-destination 600 In case of very large many-to-many origin-to-destination
601 combinations, the computing time may become very large. The advice is 601 combinations, the computing time may become very large. The advice is
602 to split the inputs into parts. This may happen when comparing tens 602 to split the inputs into parts. This may happen when comparing tens
603 - of thousands origins with hundreds of destinations. 603 + of thousands origins with hundreds of destinations.
  604 +
  605 + If the format of the input data is not respected, the calculator will
  606 + crash, without being too informative. Please check your inputs first.
  607 +
  608 + If you experienced an error, it will always help to empty the Cache of
  609 + your navigator. Alternatively, you may want to try with a different
  610 + browser.
604 611
605 - title: Caveats 612 - title: Caveats
606 content: | 613 content: |