Ionic Deploy Cannot Find ZIP - ionic-framework

Ionic Deploy has been working perfectly up until this week. It will find an update but it does not apply it. I recently setup deploy manually following the Pro documentation and these are the errors I get on an Android emulator.
ERROR Error: Uncaught (in promise): /data/user/0/app.identifier/files/www.zip (No such file or directory)
ERROR Error: Uncaught (in promise): Unexpected end of ZLIB input stream
ERROR Error: Uncaught (in promise): error in opening zip file
If anyone can help I will be extremely grateful.
Thanks!

Related

Showing runtime error on publishing on siteleaf

Siteleaf continuously shows this error
Error: expected "{". (RuntimeError)
what is this and how can I solve this?
Trying to find a solution

ERROR Error: Uncaught (in promise): The request contains malformed or mismatching credentials [ App ID does not match requested project. ]

I have tried to perform phone authentication using firebase,After putting the latest google-services.json file, the app was unable to generate OTP, It was throwing this error:
ERROR Error: Uncaught (in promise): The request contains malformed or mismatching credentials [ App ID does not match requested project. ]
My problem is solved. I Just delete my build folder, uninstall app from device and then run my project again, now its working fine succesfully connected with firebase.
you can check like this;
Open the terminal in project folders
In terminal : cd android
Then : ./gradlew signingReport
Here you can compare firebase with sha-1 signatures.
If the signature here and the signature in firebase are different, update your signature in firebase.

Nativescript RadSideDrawer gives symbol not available at run time error

I am following nativescript RadSideDrawer doc at:
http://docs.telerik.com/devtools/nativescript-ui/Controls/Angular/SideDrawer/getting-started, but once I started the app in ios emulator, I am getting this error:
CONSOLE ERROR file:///app/tns_modules/#angular/core/./bundles/core.umd.js:1052:24: ERROR Error: Uncaught (in promise): ReferenceError: Metadata for "TelerikUI.TKSideDrawerView" found but symbol not available at runtime.
RadSideDrawer#file:///app/tns_modules/nativescript-telerik-ui/sidedrawer/sidedrawer.js:15:38
I tried several times and always got the same error.
What's wrong with this? Is the documentation having errors here?
Thanks
It looks like there may be inconsistency and incompatibility in the used dependencies in your package.json. You can take a look at the sdkAngular repository that showcases many scenarios for using the RadSideDrawer and the other components of the nativescript-telerik-ui-pro plugin here.
Other things that you can try is to clean the project, by deleting the platforms and node_modules folders and running tns run ios after that.

Ionic2 first project error

I'm trying to follow these instruction : http://ionicframework.com/docs/v2/getting-started/installation/
But I have error with this line :
ionic start cutePuppyPics --v2
Creating Ionic app in folder C:\dev\debug npm\cutePuppyPics based on tabs projec
t
Downloading: https://github.com/driftyco/ionic2-app-base/archive/master.zip
Error with start Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Error Initializing app: Error: read ECONNRESET
Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Caught exception:
Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Mind letting us know? https://github.com/driftyco/ionic-cli/issues
Does anyone can help me ?
Thanks by advance !
Just like #AnatolyS says, that seems to be a network problem. Once you download it, (and unzip it) open a console at the same level you see a file called package.json and run npm install. That will install all the required dependencies for the project.
Once that is done, run ionic serve and the application should be opened in the browser.

unable to open mkb files in windows

Am getting an error while opening .mkb files of marmalade in windows.
It shows the following error while trying to open the sample applications .mkb file :
C:\Marmalade\6.2\s3e\makefile_builder\mkb.py
C:\Marmalade\6.2\examples\IwGx\IwGxBasicLighting.mkb
Building project: c:/Marmalade/6.2/examples/IwGx/IwGxBasicLighting.mkb
Executing: 'c:\marmalade\6.2\s3e\bin\mdev.bat update'
Downloading: http://source.madewithmarmalade.com/packages/6.2/Packages
error: error downloading url: http://source.madewithmarmalade.com/packages/6.2/Packages (<urlopen error (10060, 'Operation timed out')>)
c:/marmalade/6.2/modules/iwutil/iwutil.mkf(19) :
error: Executing 'c:\marmalade\6.2\s3e\bin\mdev.bat update' failed. (return code 1)
FAILED (error code=3)*
Thanks!
You need to have any active internet connection to open the mkb. Marmalade needs to download certain update files for license check and module updates to work correctly. Since you might be running marmalade for the first time, it throws the error.