Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Using "get table {contract} EOS {table name}" got warning "missing comma in symbol" #6274

Closed
Lucklyric opened this issue Nov 8, 2018 · 2 comments
Assignees

Comments

@Lucklyric
Copy link

After upgrading to eosio.cdt v1.3.x, table scope for symbol is defined as sym.conde().raw() a in official eosio.token contract.
Using eosio.token contract as an example, if I use cleos get table eosio.token 4,EOS stat, I can not get any results. When I use cleos get table eosio.token EOS stat, I can get stats information as expected, but there will be warining on nodeos - "Invalid symbol, missing comma in symbol {} symbol.hpp from_string ".

@vchengsong
Copy link

got the same error.

command

$cleos get table eosio.token EOS stat

nodeos log

2018-11-10T16:54:58.971 thread-0 symbol.hpp:84 from_string ] 3010014 symbol_type_exception: Invalid symbol
missing comma in symbol
{}
thread-0 symbol.hpp:78 from_string
2018-11-10T16:54:58.971 thread-0 symbol.hpp:84 from_string ] from: EOS

@taokayan taokayan added the bug label Nov 19, 2018
@taokayan taokayan self-assigned this Nov 19, 2018
taokayan added a commit to taokayan/eos that referenced this issue Nov 19, 2018
@taokayan taokayan added needs review and removed bug labels Nov 19, 2018
heifner added a commit that referenced this issue Nov 20, 2018
fix #6274 false exception msg in symbol parsing
@arhag
Copy link
Contributor

arhag commented Nov 20, 2018

Resolved by #6342.

@arhag arhag closed this as completed Nov 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants