Henare Degan
Henare Degan
@kayakr reported they couldn't add https://github.com/kayakr/parliament.nz to morph.io. After testing a few things I've discovered that morph.io does not support scraper names that contain a full stop whereas GitHub does....
This scraper runs fine locally but there's an error on morph.io https://morph.io/openaustralia/alaveteli_versions
``` [Morph/production] ActiveRecord::StatementInvalid: Mysql2::Error: Deadlock found when trying to get lock; try restarting transaction: UPDATE `runs` SET `connection_logs_count` = COALESCE(`connection_logs_count`, 0) + 1 WHERE `runs`.`id` = 506225 ``` ## Backtrace...
This is the second time we've had this problem. Users report it as, "my scrapers are stuck running". What's actually happening is the queue is exhausted so runs are just...
@appleorange1's scraper [symlinks `scraper.rb`](https://github.com/appleorange1/victorianparliamentmemberdata/blob/master/scraper.rb) and morph's not handling that properly. [Morph/production] Errno::ENOTDIR: Not a directory @ dir_initialize - db/scrapers/repos/appleorange1/victorianparliamentmemberdata/scraper.rb ## Backtrace line 278 of [PROJECT_ROOT]/app/models/scraper.rb: open line 278 of [PROJECT_ROOT]/app/models/scraper.rb:...
When Mal became PM we had 20,000 people visit the site. We didn't capture anyone's email address so the vast majority will never come back. We have a bunch of...
Requested here: https://github.com/openaustralia/publicwhip/commit/1ba04ee3619d22047d8022d7e4a4f05f5cd81097#diff-5e3c9eb82032ca72147bd2daae2fc748R2
Because they're not configured correctly from what I can tell. Also applies to PlanningAlerts.
This is because devise uses the DELETE method on the sign out link, which only works with javascript :(