-
Just ran into this with Wyoming 2000 data (primary, not general). It happens when xlrd tries to open the cached file. I don't think this was happening previously, but not totally sure.
LOAD: 20000822…
-
This is needed to implement https://github.com/openelections/core/issues/157
Currently, the output JSON includes a `metadata_status` value for each state.
Need to add a `results_status` value.
ghing updated
10 years ago
-
When running `invoke fetch --state=wa` I run into this error when attempting to unzip the .zip files.
``` python
Traceback (most recent call last):
File "/usr/local/bin/invoke", line 9, in
loa…
-
ftp://alt.ncsbe.gov/data/ElectResults/2000_05_02/20000502_results_Comm_of_Agriculture_Dem_by_pct.xls
Is encrypted and can't be read by xlrd. It is possible to manually un-encrypt the file, but is the…
-
- [ ] Figure out if/how to represent data that will be available but isn’t ready yet
- [ ] Figure out what will live at the /results landing page. (see description below)
- [ ] Are different election …
ghing updated
10 years ago
-
Results in a 401 error:
GitHub username: dwillis
GitHub password:
Traceback (most recent call last):
File "/Users/derekwillis/code/core/bin/invoke", line 8, in
load_entry_point('invoke==0.5.1'…
-
Include an ‘in progress’ label to represent the states that have been assigned and maybe worked on some, but that have no raw data available yet. This will be more consistent with the logic of the met…
ghing updated
10 years ago
-
**To replicate:**
- Visit the results page for Maryland, `/results/#md`.
- In the location bar of the browser, change the state hash to `wa`, that is the path is `/results/#wa`.
**Expected results:*…
ghing updated
10 years ago
-
The fetch task appears to get 404 errors for some WA URLs and is outputting the message to the output filenames.
The fetch logic should probably be updated to do more robust error handling, but the i…
ghing updated
10 years ago
-
Create an invoke task for pushing baked files to GitHub.
Results will be stored with one repository per state, following a naming convention of `openelections-results-{state_abbrev}`. Bonus points f…
ghing updated
10 years ago