Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic OTA problems in version 1.1603.20/427 (Read 6249 times)
rmathis
Junior Member
**
Offline


Posts: 13
Joined: Sep 7th, 2012
OTA problems in version 1.1603.20/427
May 20th, 2016 at 4:55pm
Print Post  
Getting the following error when trying to upload with OTA;
python.exe 0-R/tools/espota.py -i "192.168.1.151" -p "8266" "--auth=" -f C:\Users\Russ\AppData\Local\Temp\VMICRO~1\RM_REL~3\ESP826~1/RM_REL~1.BIN
The system cannot find the file specified

Note: The file does exist. Could the short filename conventions be the problem? I'm using VS 2015 Community and the pro version of MicroVisual. The source successfully compiles.
« Last Edit: May 20th, 2016 at 4:57pm by rmathis »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: OTA problems in version 1.1603.20/427
Reply #1 - May 21st, 2016 at 3:05am
Print Post  
Hi,

Please say which visual micro version from tools>extensions and updates>arduino ide for visual studio.

The error messages usually contain important information so lease post the full error or email to info[at]visualmicro.com

The verbose output is also useful.

Thanks

  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: OTA problems in version 1.1603.20/427
Reply #2 - May 22nd, 2016 at 7:00pm
Print Post  
ps: 

As a test you can switch off 8dot3 short files names if you have the paid version?

add a board.txt to the project folder and include in the project then put this in it:-

Code
Select All
upload.8dot3=false 

  
Back to top
IP Logged
 
rmathis
Junior Member
**
Offline


Posts: 13
Joined: Sep 7th, 2012
Re: OTA problems in version 1.1603.20/427
Reply #3 - Jun 1st, 2016 at 4:44pm
Print Post  
Still having the same problem and have tried the suggested post "upload.8dot3=false" suggestion.
using version 1605.28.0

continuing to get: python.exe 0-R/tools/espota.py -i "192.168.1.200" -p "{network.port}" "--auth=" -f C:\Users\Russ\AppData\Local\Temp\VMICRO~1\RM_REL~1\ESP826~1/RM_REL~1.BIN

Note: their are multiple files that match RM_REL~1. The directory path matches but the real filename is RM_Release_Gate.ino.bin
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: OTA problems in version 1.1603.20/427
Reply #4 - Jun 1st, 2016 at 7:15pm
Print Post  
Hi the error is because the ip address has been entered manually and not discovered using apple bonjour. The esp8266 has been designed to pass the port number via the apple system.

-p "{network.port}"

Alternatively, in Visual Micro, you can specify in the board.txt using network.port=8266

Read more in the esp8266 guide 
« Last Edit: Jun 1st, 2016 at 7:16pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: OTA problems in version 1.1603.20/427
Reply #5 - Jun 19th, 2016 at 5:12am
Print Post  
The latest version fixes an issue where the board.txt was being ignored if Verbose was not enabled

Sorry.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint