climu / openstudyroom

Website for the Open Study Room online go/baduk/weiqi community.
https://openstudyroom.org
GNU General Public License v3.0
67 stars 33 forks source link

Scraper stuck? #393

Closed alexmitrani closed 5 years ago

alexmitrani commented 5 years ago

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

climu commented 5 years ago

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.