Coder Social home page Coder Social logo

cap-examples's People

Contributors

abziegler avatar anastasia avatar bensteinberg avatar chefandy avatar jcushman avatar john-bowers avatar niharikasingh avatar robaleman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cap-examples's Issues

zipfile.BadZipFile error running fab get_cases_from_bulk for non-whitelisted data

I can download the whitelisted data fine, however after copying config/settings.example.py to config/settings.py and adding my API key, on other states such as fab get_cases_from_bulk:Alaska I get this error: zipfile.BadZipFile: File is not a zip file. See below for the full stacktrace.

If there were a problem with my API key I would hope to get an error accordingly.

When I run fab get_cases_from_bulk:alaska or something I know does not exist fab get_cases_from_bulk:notajurisdiction I get the error Exception: Jurisdiction not found. Please check spelling. so it seems the fab get_cases_from_bulk:Alaska is found, but there's a problem downloading.

I forked your repo here: https://github.com/aculich/cap-examples

And modified the requirements.txt to try running on binder (since there was a failure with the specific certifi dependency):

https://mybinder.org/v2/gh/aculich/cap-examples/master

I'm using Python 3.6 (instead of the 3.5.4 mentioned your docs).

Full Stacktrace:

Traceback (most recent call last):
  File "/srv/conda/lib/python3.6/site-packages/fabric/main.py", line 763, in main
    *args, **kwargs
  File "/srv/conda/lib/python3.6/site-packages/fabric/tasks.py", line 427, in execute
    results['<local-only>'] = task.run(*args, **new_kwargs)
  File "/srv/conda/lib/python3.6/site-packages/fabric/tasks.py", line 174, in run
    return self.wrapped(*args, **kwargs)
  File "/home/jovyan/fabfile.py", line 33, in get_cases_from_bulk
    utils.get_cases_from_bulk(jurisdiction)
  File "/home/jovyan/utils.py", line 50, in get_cases_from_bulk
    z = zipfile.ZipFile(io.BytesIO(r.content))
  File "/srv/conda/lib/python3.6/zipfile.py", line 1108, in __init__
    self._RealGetContents()
  File "/srv/conda/lib/python3.6/zipfile.py", line 1175, in _RealGetContents
    raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.