Git Product home page Git Product logo

Comments (7)

noandrea avatar noandrea commented on June 15, 2024

Hi @kryztoval, the 500 error is an http error returned from the node, can you get the logs from the node?

I have tried to spend on another node and I cannot reproduce the error:

aecli -u http://18.136.37.63:3013 account spend wallet ak_2YMkP2qDDQpoUGf7ETguHjPLGR9hE34MV6XoefBGkuPLZyuJEa  2000000000000000000 --wait  --network-id ae_mainnet --password ***
<spend transaction>
  <data>
    Tag _____________________________________________ 12
    Vsn _____________________________________________ 1
    Sender id _______________________________________ ak_REAu6DK8eqW5juKhGKTZo7svi1EcKxAsu7vq6yRUaNw4K6Ypg
    Recipient id ____________________________________ ak_2YMkP2qDDQpoUGf7ETguHjPLGR9hE34MV6XoefBGkuPLZyuJEa
    Amount __________________________________________ 2000000000000000000
    Fee _____________________________________________ 16860000000000
    Ttl _____________________________________________ 0
    Nonce ___________________________________________ 3
    Payload _________________________________________ 
  </data>
  Metadata
  Tx ________________________________________________ tx_+KMLAfhCuEDU5rElkvCFQmF8FWokeD9PlLwX7ZHYVa0r/RreBTo7Xi2NgLgqmiU58MEyOrhqHWLS8Vm4J/8lZ/rHNxP3DNAPuFv4WQwBoQE3ArNgfdSENAyDj62+HrTamcCQMBT3YS6Do12LJb96/aEByuXL0UumZhbiwpuZsTQuYSDEaE/VRMLYTHCQkjKFmpmIG8FtZ07IAACGD1WGT5gAAAOAUBc48w==
  Hash ______________________________________________ th_2ZD83m4zMV4NvoiCwtE7sQuV8CWBXYavustPdHNyLbNZyCMAXU
  Signature _________________________________________ sg_UrWH7LFzHfBaPRPG79zJhXu4vg6mGx4AnGMp5j1XZyWpubctWRi1xz3meKD7G4FTxLwmRViu3yC4W7UYaNwtJotQVPw92
  Network id ________________________________________ ae_mainnet
</spend transaction>

using the node:

 aecli -u http://18.136.37.63:3013 chain status
<status for node at http://18.136.37.63:3013 >
  Difficulty ________________________________________ 50199919987843
  Genesis key block hash ____________________________ kh_pbtwgLrNu23k9PA6XCZnUbtsvEFeQGgavY4FS2do3QP8kcp2z
  Listening _________________________________________ True
  Network id ________________________________________ ae_mainnet
  Node revision _____________________________________ 3215a8608d0a77c7fac423be2d1dd3620a9bb5e0
  Node version ______________________________________ 2.1.0
  Peer count ________________________________________ 17789
  Pending transactions count ________________________ 3
  <protocols 2>
    <protocol #1>
      Effective at height ___________________________ 47800
      Version _______________________________________ 2
    </protocol #1>
    <protocol #2>
      Effective at height ___________________________ 0
      Version _______________________________________ 1
    </protocol #2>
  </protocols>
  Solutions _________________________________________ 0
  Sync progress _____________________________________ 100.0
  Syncing ___________________________________________ False
</status for node at http://18.136.37.63:3013 >

with the the sdk version 2.0.0

from aepp-sdk-python.

kryztoval avatar kryztoval commented on June 15, 2024

error.log.gz
Here is the log shown by the node, I removed all the lines that said "Got invalid light micro_block"

from aepp-sdk-python.

noandrea avatar noandrea commented on June 15, 2024

can you get the crash.log too?
I see those errors in the log and there should be more info in the crash.log:

22:56:23.271 [error] CRASH REPORT Process <0.21370.221> with 0 neighbours exited with reason: {timeout,{gen_server,call,[aec_tx_pool,{push,{signed_tx,{aetx,spend_tx,aec_spend_tx,91,{spend_tx,{id,account,<<88,40,232,205,122,15,33,106,71,55,9,120,224,205,172,245,229,184,11,78,117,200,173,230,202,134,96,225,153,240,241,84>>},{id,account,<<3,173,120,251,126,217,172,236,34,161,102,184,250,104,163,129,105,94,204,170,190,120,67,1,217,207,127,156,10,16,172,197>>},1000000000000000000,16860000000000,0,25,<<>>}},[<<53,223,38,206,159,81,101,141,36,54,143,179,114,133,206,12,126,188,233,188,245,...>>]},...}]}} in gen_server:call/2 line 206 in gen_server:call/2 line 206
22:56:23.271 [error] Lager event handler error_logger_lager_h exited with reason {'EXIT',{{case_clause,[external,<0.21005.221>,1,<0.21370.221>,{timeout,{gen_server,call,[aec_tx_pool,{push,{signed_tx,{aetx,spend_tx,aec_spend_tx,91,{spend_tx,{id,account,<<88,40,232,205,122,15,33,106,71,55,9,120,224,205,172,245,229,184,11,78,117,200,173,230,202,134,96,225,153,240,241,84>>},{id,account,<<3,173,120,251,126,217,172,236,34,161,102,184,250,104,163,129,105,94,204,170,190,120,67,1,217,207,127,156,10,16,172,197>>},1000000000000000000,16860000000000,0,25,<<>>}},[<<53,223,38,206,159,...>>]},...}]}},...]},...}}

from aepp-sdk-python.

kryztoval avatar kryztoval commented on June 15, 2024

crash.log.0.zip
this is the last crash log

from aepp-sdk-python.

kryztoval avatar kryztoval commented on June 15, 2024

What else can i do to know what is going on?
This is starting to do it even when requesting just the balance, and it comes and goes, and I tried (as i said) this node roma-net.mdw.aepps.com and it does the exact same behavior, it also returns error 500

from aepp-sdk-python.

velzevur avatar velzevur commented on June 15, 2024

@kryztoval can you please provide us with a full set of logs, this is going to speedup debugging process. Thanks

from aepp-sdk-python.

noandrea avatar noandrea commented on June 15, 2024

closing since not actual anymore

from aepp-sdk-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.