EOSIO / history-tools

EOSIO History Tools
https://eosio.github.io/history-tools/
MIT License
65 stars 45 forks source link

can't find table account_metadata #43

Open rcfcu2000 opened 5 years ago

rcfcu2000 commented 5 years ago

when I run fill-lmdb, it outputs the following error and stops:

info 2019-08-06T10:26:26.727 fill-lmdb lmdb_plugin.cpp:41 plugin_startup ] using database ./chain.lmdb info 2019-08-06T10:26:26.727 fill-lmdb lmdb_plugin.cpp:44 plugin_startup ] using query config ../src/query-config.json info 2019-08-06T10:26:26.728 fill-lmdb fill_lmdb_plugin.cpp:97 flm_session ] connect to lmdb info 2019-08-06T10:26:26.728 fill-lmdb fill_lmdb_plugin.cpp:162 start ] connect to observera:8080 error 2019-08-06T10:26:26.735 fill-lmdb fill_lmdb_plugin.cpp:897 catch_and_close ] can't find table account_metadata info 2019-08-06T10:26:26.735 fill-lmdb fill_lmdb_plugin.cpp:927 ~flm_session ] fill_lmdb_plugin stopped

tbfleming commented 5 years ago

Which version of nodeos are you using? Also which commit hash of history-tools? git rev-parse HEAD

rcfcu2000 commented 5 years ago

nodeos v1.8.1 git rev-parse HEAD 004eca5655326db5563fd0bf25f9179b9cfa93ac

tbfleming commented 5 years ago

Try adding some diagnostics to add_table. What does this report?

    void add_table(const std::string& table_name, const std::string& table_type, const jarray& key_names) {
        std::cout << "add_table " << table_name << "\n";