Ed Summers

Results 169 comments of Ed Summers

I haven't looked to see how harvest.py figures out how to run twarc-archive.py, but I wonder if this is due to [a change](https://github.com/DocNow/twarc/commit/281888a6819d550987d8e33e31fbb32f53721570) in the twarc installer that no longer...

Interesting! If you are on Unix or OS X what do you see if you type `which twarc-archive.py` ?

Yeah, it should have found it there since I can see from your copy/paste above that it is looking in `/usr/local/bin/`. So I guess there's a problem with the way...

You probably will want to convert your json to csv before opening it with excel or google sheets. The twarc utility [json2csv.py](https://github.com/DocNow/twarc/blob/main/utils/json2csv.py) can do that for you.

@justinlittman no worries. So are you attempting to get your app out of sandbox mode?

When I try to search for an event I get this: ``` % python fbarc.py search event toys {"error": {"message": "(#200) Must have a valid access_token to access this endpoint",...

I ran into this same problem using node v12.1.0. `yarn install && grunt` was needed or else I got the same error above.

I wonder if it is similar to [this](https://groups.google.com/forum/#!topic/sfm-dev/QMnkfSrU7fk) issue that cam up on the sfm-dev?

Sounds like it could be related to ALLOWED_HOSTS not being set properly?

I suspect that Supervisor is sending a signal to the filterstream process to shut it down, and it's not being handled long enough to close and flush the gzip file...