Closed kevinschaul closed 12 years ago
What method are you using to access the data?
get_state('WA')
I think I've found the issue, though, and it isn't a permissions thing. I'll keep you updated.
Just found the delegates=False kwarg. That's the ticket. Maybe a better error message could help with this?
We havn't had to the chance to test the software with different AP access levels, only our own. So I'm not surprised there are some quirks when people have different access levels. So you don't have access to that delegates folder?
I do not have access to /Delagate_Tracking
, or to /US_topofticket/
. And there is no such file /WA/flat/WA_D.txt
, so that was the error for get_state()
.
I also get errors for get_topofticket()
and get_delegate_summary()
.
Sounds like we might have a bad default.
get_topofticket will only work if you have access to the topofticket directory on the FTP servers. It's one of their packages they sell. I'd have to check get_delegate_summary, but it probably pulls from a global file you don't have access to instead of the /WA/ delegates, I suppose.
We have access to the /WA/ directory. (And I'm working on getting full access in the meantime.) But when I try to retrieve information seemingly specific to Washington, I'm running into issues.
I assume it's from the /inits/ paths, which we apparently don't have access to.
Is this something worth hacking on, to add some sort of config option to allow orgs with only their state's access to grab certain results?