Cannot upload my code ?

Game development with Board Game Arena Studio
Post Reply
gamedawg
Posts: 3
Joined: 25 November 2023, 18:08

Cannot upload my code ?

Post by gamedawg »

CAnnot upload my code..
my sftp config:
{
"name": "BGA",
"host": "1.studio.boardgamearena.com",
"protocol": "sftp",
"port": 22,
"username": "arvindgamemaker",
"password": "*****",
"remotePath": "lakshadweepmain",
"uploadOnSave": true,
"openSsh": true

}

Error I am getting [

1.studio.boardgamearena.com]: Timed out while waiting for handshake

Output:
[11-25 22:39:16] [info] config at c:\Users\W\Documents\lakshya {"remotePath":"lakshadweepmain","uploadOnSave":true,"useTempFile":false,"openSsh":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"remoteTimeOffsetInHours":0,"remoteExplorer":{"order":0},"name":"BGA","host":"1.studio.boardgamearena.com","port":22,"username":"******","password":"******"}
[11-25 22:39:28] [warn] ENOENT: no such file or directory, open 'C:\Users\W\.ssh\config' load C:\Users\W\.ssh\config failed
[11-25 22:39:38] [error] Error: [1.studio.boardgamearena.com]: Timed out while waiting for handshake
at Client.<anonymous> (c:\Users\W\.vscode\extensions\natizyskunk.sftp-1.16.3\dist\extension.js:2:283419)
at Client.emit (node:events:525:35)
at Timeout._onTimeout (c:\Users\W\.vscode\extensions\natizyskunk.sftp-1.16.3\node_modules\ssh2\lib\client.js:1118:16)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
User avatar
developgame
Posts: 107
Joined: 15 June 2020, 20:56

Re: Cannot upload my code ?

Post by developgame »

Have you tried other FTP Clients?

I am using WinSCP as my ftp client and it works great
Thalack
Posts: 71
Joined: 31 July 2022, 19:42

Re: Cannot upload my code ?

Post by Thalack »

The error says it can't find a ssh config. Since you seem to be using username / password you might not need it at all? So you could try setting openSsh to false. And remotePath accoring to docs should be /lakshadweepmain/
Post Reply

Return to “Developers”