BitShares Forum

Main => Technical Support => Topic started by: reflipd on August 16, 2019, 10:27:47 am

Title: Can't create asset. I don't know what the problem is, Execution error.
Post by: reflipd on August 16, 2019, 10:27:47 am
I am trying to create an asset.

I type in the symbol
I set the max supply - 7,770,000,000.0000

Decimal Points: 4

Smart Token: no

Quote Asset Amount: 1
BASE ASSET AMOUNT: 1

Type in a description.

SHORT NAME: blank

ASSET NAME: blank

Permissions all enabled

Market fee disabled

All flags enabled except for Hide Asset.

I go through the Proposal screen, submit, confirm.

Failed to broadcast the transaction: EXECUTION ERROR.



So I try it again, this time...

I type in the symbol
I set the max supply - 777,000,000.0000

Decimal Points: 4

Smart Token: no

Quote Asset Amount: 1
BASE ASSET AMOUNT: 5

Type in a description.

SHORT NAME: typed it in

ASSET NAME: BTS

Permissions all enabled

Market fee disabled

All flags enabled except for Hide Asset.

I go through the Proposal screen, submit, confirm. SAME THING!

Failed to broadcast the transaction: EXECUTION ERROR.



I try again,

I type in the symbol
I set the max supply - 77,700,000.0000

Decimal Points: 4

Smart Token: no

Quote Asset Amount: 5
BASE ASSET AMOUNT: 1

Type in a description.

SHORT NAME: type it in

ASSET NAME: blank

Permissions all enabled

Market fee disabled

All flags enabled except for Hide Asset.

I go through the Proposal screen, submit, confirm.

SAME THING!!!!!!!!!!!!!!!!!!!!!!!

Failed to broadcast the transaction: EXECUTION ERROR.


What am I doing wrong?

I tried about 30 different times and always the same result!

It says the fee is 1,263.07684 BTS, I have 1,507.13 BTS.

Please someone help I can't figure it out.

Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: sschiessl on August 16, 2019, 11:43:26 am
Please retry connecting to a different node. Do you remember which node you have been connected to?
Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: reflipd on August 16, 2019, 05:52:43 pm
Yeah, I tried that. Same thing.
Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: reflipd on August 17, 2019, 03:54:08 am
So it's obvious to me there is some sort of major issue and no one cares to address it.
Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: sschiessl on August 17, 2019, 06:19:43 am
We will need more information to help you. I was connected to one of the bitshares.ws nodes and it worked fine.

Can you please tell us what node yoi are connected to and what the browser console log it?

Try connecting to the testnet as well to play around
Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: reflipd on August 18, 2019, 08:41:29 am
I figured it out, stupid newb mistake. I am new to BTS and I transferred BTC to gdexBTC. It was a tad bit confusing because it said I had x amount of BTS but it wasn't. I had to trade gdexBTC to BTS. After that it went smoothly.
Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: pc on August 19, 2019, 12:20:31 pm
Thanks for clearing it up.
Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: sschiessl on August 19, 2019, 12:40:33 pm
I will check why the frontend does not say insufficient balance
Title: Re: Can't create asset. I don't know what the problem is, Execution error.
Post by: abit on August 19, 2019, 08:58:48 pm
I will check why the frontend does not say insufficient balance
Starting from bitshares-core 3.2.0 release we updated JSON-RPC server to follow a standard about error reporting. Perhaps this is a side-effect of the change.

https://github.com/bitshares/bitshares-core/issues/1688
https://github.com/bitshares/bitshares-fc/pull/135

The specification is https://www.jsonrpc.org/specification

Update: replied in https://github.com/bitshares/bitshares-ui/issues/3040