Important Update: 8.1.0.5 available

We’ve just uploaded AppStudio 8.1.0.5. It has important changes to the VoltBuilder interface.

If you are using VoltBuilder, this version is now required.

8105 hangs with “Uploading to VoltBuilder …”
From the log file:
2020-07-01 10:39:40,604 - IDEController - INFO - VoltBuilderDeploy
2020-07-01 10:39:40,659 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2020-07-01 10:39:40,659 - JFormat - ERROR - borderWidth.isdigit()
2020-07-01 10:39:40,659 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2020-07-01 10:39:44,980 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2020-07-01 10:39:44,980 - JFormat - ERROR - borderWidth.isdigit()
2020-07-01 10:39:44,980 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2020-07-01 10:39:48,715 - IDEController - INFO - VoltBuilderDeploy: C:\Users\Bernd\AppData\Local\Temp\tmp1wiyqzfj
2020-07-01 10:39:48,938 - IDEController - INFO - Calling VoltBuilder android debug
2020-07-01 10:39:48,938 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
File “MainFrame.py”, line 2067, in OnMenuRunNativeAppVoltMenu
File “IDEController.py”, line 67, in wrapper
File “IDEController.py”, line 3530, in VoltBuilderDeploy
File “_strptime.py”, line 568, in _strptime_datetime
File “_strptime.py”, line 349, in _strptime
ValueError: time data ‘0000-00-00 00:00:00’ does not match format ‘%Y-%m-%d %H:%M:%S’
2020-07-01 10:58:39,529 - IDEController - INFO - deploy_location()
2020-07-01 10:58:39,529 - IDEController - INFO - desktop
2020-07-01 10:58:39,838 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2020-07-01 10:58:39,838 - JFormat - ERROR - borderWidth.isdigit()
2020-07-01 10:58:39,839 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2020-07-01 10:58:40,228 - IDEController - INFO - localpath D:\AppStudioOwn\AppStudio8LocalFolder
2020-07-01 10:58:40,228 - IDEController - INFO - deployPath C:\Users\Bernd\AppData\Local\Temp\tmp1wiyqzfj
2020-07-01 10:58:40,627 - MainFrame - INFO - Could not find Safari.exe.

What do you have ‘Cordova command’ set to in Project Properties?


Hanging with “Uploading to VoltBuilder …” when command is set to run android --debug either.
I wonder why the above pasted log says “Calling VoltBuilder android debug” - DEBUG! - while the command certainly was set to --release.
Isn’t there a problem with time data?
Latest log:

2020-07-02 12:08:51,892 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
  File "MainFrame.py", line 2067, in OnMenuRunNativeAppVoltMenu
  File "IDEController.py", line 67, in wrapper
  File "IDEController.py", line 3530, in VoltBuilderDeploy
  File "_strptime.py", line 568, in _strptime_datetime
  File "_strptime.py", line 349, in _strptime
ValueError: time data '0000-00-00 00:00:00' does not match format '%Y-%m-%d %H:%M:%S'
2020-07-02 14:36:54,953 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "asyncio\events.py", line 81, in _run
  File "asyncio\proactor_events.py", line 162, in _call_connection_lost
ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen
2020-07-02 14:53:43,526 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "asyncio\events.py", line 81, in _run
  File "asyncio\proactor_events.py", line 162, in _call_connection_lost
ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen
2020-07-02 14:54:24,525 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "asyncio\events.py", line 81, in _run
  File "asyncio\proactor_events.py", line 162, in _call_connection_lost
ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen
2020-07-02 15:09:58,435 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "asyncio\events.py", line 81, in _run
  File "asyncio\proactor_events.py", line 162, in _call_connection_lost
ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen
2020-07-02 15:17:49,247 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
  File "MainFrame.py", line 2067, in OnMenuRunNativeAppVoltMenu
  File "IDEController.py", line 67, in wrapper
  File "IDEController.py", line 3530, in VoltBuilderDeploy
  File "_strptime.py", line 568, in _strptime_datetime
  File "_strptime.py", line 349, in _strptime
ValueError: time data '0000-00-00 00:00:00' does not match format '%Y-%m-%d %H:%M:%S'

Looks like it could be a timezone problem. We’re on it.

Fixed in 8.1.0.6. It’s available now for download. Thank you for reporting this!

Great. Thanks.
Downloaded and installed version called 8.1.0.6. It is still 8.1.0.5

Could you try again? I’m getting 8.1.0.6 here.

Today I could download 8.1.0.6. Working fine.