Skip to content
  • Phyks's avatar
    Handle exceptions raised when fetching details · 054c5679
    Phyks authored
    Weboob does handle the raised exceptions when fetching housing posts
    through the `WebNip` class. However, when fetching details, we directly
    call the Weboob backend method and no exceptions handling is done.
    
    When importing data with a `crontask`, websites may be offline for some
    time, especially at night, then leading to a failure in import process.
    
    Let's just handle such exceptions so that an offline website does not
    break the whole import process. Details from the temporary offline
    websites which could not be fetched will be fetched at next run.
    
    This closes #60.
    054c5679