climu/openstudyroom

Scraper stuck?

alexmitrani opened this issue · 1 comments

I have been at the top of the scrape list for several hours Thanks.

climu commented

thanks for the heads up Alex.


/openstudyroom/league/models.py", line 533, in check_event_settings
    if event.begin_time > self.date or  self.date > event.end_time:
TypeError: can't compare offset-naive and offset-aware datetimes

The recently added test on date-time is the issue. Timezones are hell.