650
Views
7
Comments
Solved
Problem with "Error fetching Cordova plugin"
Question

Hello supporter,

When I tried to deploy my app on Android side. I got the bellow error message:

The following errors have occurred:
• Android: Error fetching Cordova plugin: https://github.com/apache/cordova-plugindialogs.git

Please help me if I can change the url for plugin url to fetch. In this case, I think the url for pulling codova is outed update and need to change the fetching URL.

Thanks,

Thang Nguyen


2023-12-07 07-51-40
Remco Dekkinga
 
MVP
Solution

Hi Thang Nguyen,

From the URL one should be redirected to the Github page with the plugin. In your case the url returns a 404 page, which means that the URL is not correct and you should change this URL to a working one.

I've googled the plugin and found the following URL: https://github.com/apache/cordova-plugin-dialogs.git

Take a good look at the dash between "plugin" and "dialogs". You can update this in the Outsystems Plugin eSpace > Module > Advanced > Extensibility Configurations > Change the URL in the popup.

Kind regards,

Remco Dekkinga


UserImage.jpg
Karin Severein

Remco Dekkinga wrote:

Hi Thang Nguyen,

From the URL one should be redirected to the Github page with the plugin. In your case the url returns a 404 page, which means that the URL is not correct and you should change this URL to a working one.

I've googled the plugin and found the following URL: https://github.com/apache/cordova-plugin-dialogs.git

Take a good look at the dash between "plugin" and "dialogs". You can update this in the Outsystems Plugin eSpace > Module > Advanced > Extensibility Configurations > Change the URL in the popup.

Kind regards,

Remco Dekkinga


Worked for me! Thanks


2018-07-24 08-56-45
Mohit Aggarwal

Remco Dekkinga wrote:

Hi Thang Nguyen,

From the URL one should be redirected to the Github page with the plugin. In your case the url returns a 404 page, which means that the URL is not correct and you should change this URL to a working one.

I've googled the plugin and found the following URL: https://github.com/apache/cordova-plugin-dialogs.git

Take a good look at the dash between "plugin" and "dialogs". You can update this in the Outsystems Plugin eSpace > Module > Advanced > Extensibility Configurations > Change the URL in the popup.

Kind regards,

Remco Dekkinga


Hello Remco,

Can you show some screenshots to show how to navigate to the extensibility configurations as i am not able to find the extensibility configurations?

Regards

Mohit Aggarwal  


2024-05-03 14-03-28
Sudip Dey

Remco Dekkinga wrote:

Hi Thang Nguyen,

From the URL one should be redirected to the Github page with the plugin. In your case the url returns a 404 page, which means that the URL is not correct and you should change this URL to a working one.

I've googled the plugin and found the following URL: https://github.com/apache/cordova-plugin-dialogs.git

Take a good look at the dash between "plugin" and "dialogs". You can update this in the Outsystems Plugin eSpace > Module > Advanced > Extensibility Configurations > Change the URL in the popup.

Kind regards,

Remco Dekkinga



Will you please share the screenshot on how to do it. As I am not able to find out any Advance tab under the Module section. Waiting for your Quick Response.

2023-12-07 07-51-40
Remco Dekkinga
 
MVP

Here is an example. 

I clicked the module (in my case it was the scanner), scrolled down on the properties pane and opened the Extensibility Configuration.

2024-05-03 14-03-28
Sudip Dey

Remco Dekkinga wrote:

Here is an example. 

I clicked the module (in my case it was the scanner), scrolled down on the properties pane and opened the Extensibility Configuration.

Thank you for your quick Reply. I will work on it.


2020-04-23 11-14-57
Nhorwin John Villano

Hi,

I encountered this error upon generating the app

Error fetching Cordova plugin: git://git.apache.org/cordova-plugin-network-information.git

What should I do?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.