Closed zacharycheng closed 7 years ago
Are you sure you have the proper versions of CybOX, STIX, and TAXII installed?
I am not sure if I have installed the right versions of them. I just ran the bootstrap script in the crits_services folder I cloned. How can I check whether or not I installed the right versions of them? Thanks.
You should be able to run pip list
or pip freeze
to see which versions you have. You can compare that to the requirements listed in https://github.com/crits/crits_services/blob/master/taxii_service/requirements.txt
Are you polling from a public TAXII server? It seems that whatever you're receiving isn't quite what the service is expecting.
I am polling from the hail a taxii server. All the configures are same as the example in the folder.
Hey @zacharycheng, did you ever figure this out? I just posted a bunch of updates for the TAXII Service in #333. Give them a try and let me know if that solves your problem. Thanks!
When I try to poll feeds from the taxii server, I got the "_insert() takes at most 4 arguments (6 given)" error. Any ideas about what have I done wrong? Thanks.