You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edgr --pg-user postgres --pg-pass password --pg-db indexer --pg-addr localhost:15432 filers init --all
INFO[0000] connecting to postgres..
INFO[0000] connected
INFO[0000] retrieving list of companies..
INFO[0000] gathering filer information, this will take a long time..
INFO[0003] disconnected from postgres
panic: runtime error: index out of range [1] with length 1
Hi,
I have setup the database correctly, since init does create the database tables and i see the forms metadata getting populated.
bin/edgr --pg-user postgres --pg-pass password --pg-db indexer --pg-addr localhost:5432 filers init --symbol AAPLinit
INFO[0000] connecting to postgres..
INFO[0000] connected
INFO[0000] retrieving single company
100% |████████████████████████████████████████| [0s:0s]INFO[0000] finished
INFO[0000] disconnected from postgres
Not sure what I am doing wrong here. I'd be ok to dig deeper and see whats going on but if its a quick issue would like some help.
The text was updated successfully, but these errors were encountered: