stellar-deprecated / starlight

Layer 2 payment channel protocol for the Stellar network.
Apache License 2.0
41 stars 9 forks source link

examples/console: error getting sequence number #457

Closed kalepail closed 2 years ago

kalepail commented 2 years ago

What did you do?

Tried to run the console example off a fresh git clone install

% go version
go version go1.18.3 darwin/arm64
% go run .  
account GDM2AHI3HHIQDX6BYTNOJJ4EHAT7ZBEETCHGHYZ4DYTOXABPI7YR4DBV does not exist
attempting to create using friendbot
waiting before creating channel
channel account: GDLJEZVJA7RSXATWYDCPNUWHMCNK445LXALCD7PAS3XXOT43MBUX226O
channel account created
>>> listen :6000
>>> connected
>>> open
Error: getting sequence number of channel account: getting account details of &{GDLJEZVJA7RSXATWYDCPNUWHMCNK445LXALCD7PAS3XXOT43MBUX226O ֒f??+?v?????`??s??!????wO?`i}}: horizon error: "Resource Missing" - check horizon.Error.Problem for more information
leighmcculloch commented 2 years ago

I'm seeing the same thing, and this issue is new, I wonder if there is an issue with Horizon.

leighmcculloch commented 2 years ago

I suspect this is an issue with Horizon or the Go SDK, reported in stellar/go#4434.