sg-wireless / pymakr-vsc

GNU General Public License v3.0
97 stars 25 forks source link

Pymakr projectRef not set #300

Open ds-digid opened 1 year ago

ds-digid commented 1 year ago

What I did: Installed Pymakr extension on VS-Code, successful connected to device on COM8, able to access device, upload and download files. Trying to use CTRL+SHIFT+S to store files easier to the device

What I expected to happen: The file is stored correctly

What actually happened: [Pymakr] Failed to run command: uploadPrompt. Reason: projectRef did not match an accepted type. Please see logs for info.

Additional info: When hoovering over the device it tells me Project name undefined. Maybe this is the problem, but there is no option or configuration to set the project name. How can I setup the correct host project name?

Config
autoConnect always
username ***
password ***
hidden false
rootPath /
adapterOptions {}
name ESP32_Azure
projectName ESP-VSC
Device
path COM8
manufacturer Silicon Labs
serialNumber 0001
pnpId USB\VID_10C4&PID_EA60\0001
locationId Port#0004.Hub#0006
friendlyName Silicon Labs CP210x USB to UART Bridge (COM8)
vendorId 10C4
productId EA60
System
memFree 93696
sysname esp32
nodename esp32
release 1.20.0
version v1.20.0 on 2023-04-26
machine ESP32 module with ESP32
uniqueId 30aea4dc8394
fsBlockSize 4096
fsBlocksTotal 512
fsBlocksFree 490
Host
OS win32 - x64
Pymakr undefined
Pymakr-Preview 2.25.2
VSCode 1.78.2

Device History at 13:15:14.678

function args time result queued at finished at failed
getFile
[
"//pymakr.conf"
]
never finished
null
13:14:46.340 null false
getBoardInfo 158
{
"memFree": 93696,
"sysname": "esp32",
"nodename": "esp32",
"release": "1.20.0",
"version": "v1.20.0 on 2023-04-26",
"machine": "ESP32 module with ESP32",
"uniqueId": "30aea4dc8394",
"fsBlockSize": 4096,
"fsBlocksTotal": 512,
"fsBlocksFree": 490
}
13:14:46.181 13:14:46.340 false
getFile
[
"//pymakr.conf"
]
never finished
null
13:14:46.600 null false
getBoardInfo 162
{
"memFree": 93696,
"sysname": "esp32",
"nodename": "esp32",
"release": "1.20.0",
"version": "v1.20.0 on 2023-04-26",
"machine": "ESP32 module with ESP32",
"uniqueId": "30aea4dc8394",
"fsBlockSize": 4096,
"fsBlocksTotal": 512,
"fsBlocksFree": 490
}
13:14:45.898 13:14:46.600 false
shnlmn commented 9 months ago

I have the exact same issue. I'm running VSCode on Windows 10.

benoitLecuppe commented 7 months ago

metoo

bubugian commented 4 months ago

Same here..