Skip to content

Instantly share code, notes, and snippets.

View mredaelli's full-sized avatar

Massimo Redaelli mredaelli

  • Lari Digital
  • Zurich
View GitHub Profile
JSON response does not contain status: ScrapinghubAPIError
Traceback (most recent call last):
File "/var/task/spiders_scheduler.py", line 90, in lambda_handler
priority=priority(spider_name),
File "/var/task/scrapinghub/client/jobs.py", line 298, in run
response = self._client._connection._post('run', 'json', params)
File "/var/task/scrapinghub/legacy.py", line 120, in _post
return self._request(url, params, headers, format, raw, files)
File "/var/task/scrapinghub/client/exceptions.py", line 99, in wrapped
raise ScrapinghubAPIError(msg)
let
pkgs = import <nixpkgs> {};
in
with pkgs;
let
mypython = pkgs.python36;
ppkgs = mypython.pkgs;
cfscrape = with ppkgs; callPackage ~/src/nixpkgs/cfscrape {};
dateparser = with ppkgs; callPackage ~/src/nixpkgs/dateparser {};
@mredaelli
mredaelli / .vimrc
Last active December 12, 2016 18:13
call plug#begin('~/.nvim/plugged')
Plug 'lervag/vimtex'
Plug 'sheerun/vimrc'
Plug 'scrooloose/syntastic'
Plug 'yggdroot/indentline'
Plug 'flazz/vim-colorschemes'
Plug 'kien/rainbow_parentheses.vim'
Plug 'scrooloose/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'ctrlpvim/ctrlp.vim'