Dirman Sebastian

Results 11 comments of Dirman Sebastian

yup, looks good, similar to the one when i click on an entry's score

it keep pushing blocks in queue,: ![image](https://user-images.githubusercontent.com/15945292/45299679-035a7280-b515-11e8-90b3-c74a3ed60c08.png) but, when i run `ether_sql --settings='PersonalInfuraSettings' celery start -c1 -n worker3@%h`, to push data into database it stay as in next image and...

trying to sync parity light node, but there are no peers, around 200k blocks left `2018-09-10 22:30:10 UTC Syncing #6117108 0xa7a6…8562 0 hdr/s 0+ 0 Qed #6117108 1/50 peers 664...

some crazy stuff here or i'm blind/dumb/tired :))) running `ether_sql --settings='PersonalParitySettings' scrape_block_range --start_block_number 6308685 --no-fill_gaps` ``` (envname) [23:14 ubuntu@ip-172-26-15-152 ether_sql] > ether_sql --settings='PersonalParitySettings' scrape_block_range --start_block_number 6308685 --no-fill_gaps Usage: ether_sql [OPTIONS]...

that's how i've used it: `ether_sql --settings='PersonalInfuraSettings' scrape_block_range --start_block_number 6307820`, but no luck ![image](https://user-images.githubusercontent.com/15945292/45320936-9f53a080-b54c-11e8-894a-23f08915088a.png) anytime, i'm glad i can help a little it's for test, no worry, if people are...

``` (envname) [20:45 ubuntu@ip-172-26-15-152 ether_sql] > ether_sql --settings='PersonalInfuraSettings' scrape_block_range --start_block_number 6307821 [2018-09-10 20:45:16,099][DEBUG][ether_sql.session] DEBUG [2018-09-10 20:45:16,164][INFO][ether_sql.session] Connected to the db ether_sql [2018-09-10 20:45:16,165][INFO][ether_sql.session] Connected to Infura node [2018-09-10 20:45:16,165][INFO][ether_sql.globals] Pushing...

`Response: {'jsonrpc': '2.0', 'id': 0, 'result': '0x604106'}`, there should be 'id':1 right?

yes, u're right, i got it now. --no-fill_gaps work as workaround with infura running same command with Geth: `ether_sql --settings='PersonalGethSettings' scrape_block_range --start_block_number 6308345 --no-fill_gaps` ``` (envname) [21:50 ubuntu@ip-172-26-15-152 ether_sql] >...

if i run my geth node, then i start websockets it should work right?