Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to approve proposal error #856

Open
rozzaswap opened this issue Jun 10, 2024 · 2 comments
Open

Unable to approve proposal error #856

rozzaswap opened this issue Jun 10, 2024 · 2 comments
Assignees
Labels
🔬 Needs Grooming Further information is required

Comments

@rozzaswap
Copy link
Contributor

rozzaswap commented Jun 10, 2024

Image

@rozzaswap
Copy link
Contributor Author

Ajinkya | CreativBlock, [10 Jun 2024 at 15:55:20]:
Still facing issues while signing the second proposal for ‘updatetcd’

J.T. | KainosBP | TCD, [10 Jun 2024 at 15:57:10]:
Are you getting an error?

Ajinkya | CreativBlock, [10 Jun 2024 at 15:58:12]:
Yup. Unable to sign approve on desktop.

On mobile clicking link only opens Anchor, nothing after that. Tried manually pasting too.

Didn’t face any issues for the first one though.

Sukesh Tedla, [10 Jun 2024 at 15:58:20]:
Signed now
Worked fine for me

J.T. | KainosBP | TCD, [10 Jun 2024 at 16:00:30]:
Can you try running this?

cleos -u https://mainnet.telos.net:443 push transaction '{
    "delay_sec": 0,
    "max_cpu_usage_ms": 0,
    "actions": [
        {
            "account": "eosio.msig",
            "name": "approve",
            "authorization": [
                {
                    "actor": "creativblock",
                    "permission": "active"
                }
            ],
            "data": {
                "proposer": "kainosblkpro",
                "proposal_name": "updatetcd",
                "level": {
                    "actor": "creativblock",
                    "permission": "active"
                }
            }
        }
    ]
}'

J.T. | KainosBP | TCD, [10 Jun 2024 at 16:04:26]:
Odd. That should be the exact same thing the explorer does.

Igor Lins e Silva, [10 Jun 2024 at 16:13:58]:
trying here..

Aaron Cox (jesta) — Greymass, [10 Jun 2024 at 16:29:42 (10 Jun 2024 at 16:29:51)]:
I saw the same thing on the explorer, the “sign manually” somehow aborts the signing process in the explorer or something.

If it automatically pops up though, it’ll work.

The countdown window never disappears though 😅

Not sure what exactly is happening without further investigation in the explorer codebase.

@Viterbo Viterbo self-assigned this Jun 12, 2024
@Viterbo
Copy link
Collaborator

Viterbo commented Jul 9, 2024

This problem usually arises when attempting to approve an important transaction urgently, which leaves little or no time to explore and investigate what is happening. What I suggest is that J.T. or some responsible person generates a test transaction with the same characteristics to investigate it thoroughly and with sufficient time.

@Viterbo Viterbo added the 🔬 Needs Grooming Further information is required label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔬 Needs Grooming Further information is required
Projects
None yet
Development

No branches or pull requests

2 participants