node icon indicating copy to clipboard operation
node copied to clipboard

Withdrawal to MetaMask - Error

Open 9vitorconti opened this issue 2 years ago • 21 comments

Dear Support, I have been trying to withdraw MYST to my Metamask Wallet from two nodes and it says "There was an error processing your your withdrawal please try again later" I did withdraw 3-4 weeks ago with no issues and in the past week I have been trying to withdraw literally every day but with no success. The issue happened at the same time on both nodes.

My nodes are in different networks and physical location and no changes were made to those nodes. It suddenly stopped working.

NODE1

  • Node version: [1.2.2-7ebc1c52]
  • OS: Ubuntu 20.04
  • Node UI version [1.6.4]
  • My Identity [0x91eff7164c49c379c12d5eb10ccbfd1030c9f8f8]
  • Payment Channel: [0x9b7dA605A27995fBe5Ea499B0660Bd10e281c222]

NODE2

  • Node version: [1.2.2-7ebc1c52]
  • OS: Ubuntu 20.04
  • Node UI version [1.6.4]
  • My Identity [0x6e4243bec4f3060003706941a888d3e81e6a27b0 Screen Shot 2022-04-02 at 3 57 49 pm ]
  • Payment Channel: [0x9b7dA605A27995fBe5Ea499B0660Bd10e281c222]

9vitorconti avatar Apr 02 '22 04:04 9vitorconti

Hi, could you please provide node logs during the withdrawal process?

tomasmik avatar Apr 04 '22 13:04 tomasmik

@9vitorconti ping

etherunit avatar Apr 06 '22 07:04 etherunit

Dear Etherunit,

I am unable to send my node logs via GUI as it gives me the attached error message.

"could not create github issue: invalid character '<' looking for beginning of value (path="feedback/issue")"

I've been told that it was because my description was too short and this is why the error happened, however, I made a 300 character description and even doubled it up to 600 characters and I am still presented with the same issue.

Thanks,

On Wed, 6 Apr 2022 at 17:53, etherunit @.***> wrote:

@9vitorconti https://github.com/9vitorconti ping

— Reply to this email directly, view it on GitHub https://github.com/mysteriumnetwork/node/issues/4964#issuecomment-1089949079, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIS5RWL3HGYXFQYFRGRTVTVDU7ITANCNFSM5SKMKDXQ . You are receiving this because you were mentioned.Message ID: @.***>

9vitorconti avatar Apr 06 '22 08:04 9vitorconti

Thanks for the explanation. Something is blocking it from the 3rd party. Please try to input your email, description and retry.

etherunit avatar Apr 06 '22 08:04 etherunit

Dear Etherunit,

Same error.

Any idea? Cheers

On Wed, 6 Apr 2022 at 18:18, etherunit @.***> wrote:

Thanks for the explanation. Something is blocking it from the 3rd party. Please try to input your email, description and retry.

— Reply to this email directly, view it on GitHub https://github.com/mysteriumnetwork/node/issues/4964#issuecomment-1089979417, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIS5RTPNOCQZRGG6Z2BU6TVDVCDLANCNFSM5SKMKDXQ . You are receiving this because you were mentioned.Message ID: @.***>

9vitorconti avatar Apr 06 '22 08:04 9vitorconti

which browser are you using? @9vitorconti

Guillembonet avatar Apr 06 '22 09:04 Guillembonet

also try deleting the cookies in node ui and see if it helps, even if it does please let me know so we can fix it

Guillembonet avatar Apr 06 '22 12:04 Guillembonet

I think I'm also getting the same issue or atleast similar.

I'm looking at the Docker logs for my container and I'm seeing no errors.

Lockie85 avatar May 03 '22 16:05 Lockie85

Could NAT issues cause problems like this one?

Lockie85 avatar May 03 '22 17:05 Lockie85

@Lockie85 give us some more info, node version, node identity, did you enable auto withdrawals?

Guillembonet avatar May 04 '22 06:05 Guillembonet

Hey yeah sorry.

I'm on the following version:

Node version: mainnet (1.2.3-2e737829) NodeUI version: 1.7.0

I've tried updating my container (https://registry.hub.docker.com/r/mysteriumnetwork/myst/). I can't figure out why but it appears to refuse to update to the latest version, I believe the version Im on is from January?

Lockie85 avatar May 04 '22 07:05 Lockie85

@Lockie85 You can try to delete currently running container: Pasted_Image_2022-05-04_12_37

And then relaunch with newest docker image by running such command: docker run --cap-add NET_ADMIN -d -p 4449:4449 --name myst -v myst-data:/var/lib/mysterium-node --restart unless-stopped mysteriumnetwork/myst:latest service --agreed-terms-and-conditions

Just make sure you keep Volumes part intact which holds backup data. Pasted_Image_2022-05-04_12_38

Donatas-MN avatar May 04 '22 09:05 Donatas-MN

@Lockie85 You can try to delete currently running container: Pasted_Image_2022-05-04_12_37

And then relaunch with newest docker image by running such command: docker run --cap-add NET_ADMIN -d -p 4449:4449 --name myst -v myst-data:/var/lib/mysterium-node --restart unless-stopped mysteriumnetwork/myst:latest service --agreed-terms-and-conditions

Just make sure you keep Volumes part intact which holds backup data. Pasted_Image_2022-05-04_12_38

Thanks I'll give that a go. To be clear, what versions of "Node version" and "NodeUI version" should I be seeing?

Lockie85 avatar May 04 '22 09:05 Lockie85

These are the latest: image

Donatas-MN avatar May 04 '22 09:05 Donatas-MN

Humm, I can't seem to update. When I do so I'm forced to go through the onboarding process. My account doesn't seem to get picked up.

Lockie85 avatar May 04 '22 10:05 Lockie85

In this case it means you've deleted "Volumes" part as well, so there is no backup anymore. But maybe you can just start a new node then?

Donatas-MN avatar May 04 '22 12:05 Donatas-MN

I'm using a Synology NAS on DSM 7 via Docker and so it works alittle differently. I can recover the container and view my account (Myst etc.) again.

Lockie85 avatar May 04 '22 12:05 Lockie85

How did you start the node initially? I mean with what command? There is this part in the command stating where to store backup data: myst-data:/var/lib/mysterium-node. I guess you need to change to whatever you set in the beginning.

Donatas-MN avatar May 04 '22 13:05 Donatas-MN

Via the built in docker application: https://www.synology.com/en-uk/dsm/packages/Docker

Lockie85 avatar May 04 '22 20:05 Lockie85

Via the built in docker application: https://www.synology.com/en-uk/dsm/packages/Docker

Ok, so you have to make sure that backup data folder is set to the same when you have started node. Can you also screenshot "Image" part of you docker console?

Donatas-MN avatar May 06 '22 08:05 Donatas-MN

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 04 '22 19:08 stale[bot]

This issue has been automatically closed because it has not had activity for a long time. If this issue is still valid, please ping a maintainer and ask them to label it as "pinned". Thank you for your contributions.

stale[bot] avatar Oct 04 '22 02:10 stale[bot]