In version 4.9 some features were removed that needed adjustments to work correctly with the changes in nb194. I can inform you that the EditManifest option is functional again and will be added in the next version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when i import aia file> Server error: could not upload project. Please try again later!
and error> 2023-09-11 19:17:38.747:WARN:oejs.HttpChannel:qtp1734853116-30: handleException /ode/upload/project/arduino_servo_controls_pro java.io.FileNotFoundException: C:\AI2Offline\AI2U\AI\WEB-INF\appengine-generated\encoded_gs_key:L2dzL2FwcF9kZWZhdWx0X2J1Y2tldC81NDAwODAxMTE1NjM1NzEyL2Fzc2V0cy9NYXRlcmlhbEljb25zLVJlZ3VsYXIudHRm (The requested operation could not be completed due to a file system limitation)
Sep 11, 2023 7:17:57 PM com.google.appengine.api.datastore.dev.LocalDatastoreService$11 run
INFO: Time to persist datastore: 35 ms
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the error is that Windows does not support ":" in file names. I ever looked for the sources of appengine 1.9.x which is the version that AI2Offline uses to try to solve this but I couldn't find them. In theory it would be to compile appengine by modifying the part "encoded_gs_key:" for "encoded_gs_key_"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In version 4.9 some features were removed that needed adjustments to work correctly with the changes in nb194. I can inform you that the EditManifest option is functional again and will be added in the next version.
when i import aia file> Server error: could not upload project. Please try again later!
and error> 2023-09-11 19:17:38.747:WARN:oejs.HttpChannel:qtp1734853116-30: handleException /ode/upload/project/arduino_servo_controls_pro java.io.FileNotFoundException: C:\AI2Offline\AI2U\AI\WEB-INF\appengine-generated\encoded_gs_key:L2dzL2FwcF9kZWZhdWx0X2J1Y2tldC81NDAwODAxMTE1NjM1NzEyL2Fzc2V0cy9NYXRlcmlhbEljb25zLVJlZ3VsYXIudHRm (The requested operation could not be completed due to a file system limitation)
Sep 11, 2023 7:17:57 PM com.google.appengine.api.datastore.dev.LocalDatastoreService$11 run
INFO: Time to persist datastore: 35 ms
the error is that Windows does not support ":" in file names. I ever looked for the sources of appengine 1.9.x which is the version that AI2Offline uses to try to solve this but I couldn't find them. In theory it would be to compile appengine by modifying the part "encoded_gs_key:" for "encoded_gs_key_"
any solution?