This is a migrated thread and some comments may be shown as answers.

Plugin ID not found in marketplace

3 Answers 64 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jin
Top achievements
Rank 1
Jin asked on 03 Sep 2016, 12:27 AM

After Installing Brodysoft SQLitePlugin 1.1.0 from Plugins Marketplace, following messages show on my VS2013 output:

[2016-09-02 16:49:03.703] Log (Exception,High): System.ArgumentException: Plugin with given ID was not found in marketplace.
   at OperationExecutorExtensions.<RequestAsyncCore>d__12`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OperationExecutorExtensions.<RequestAndParseAsync>d__20`2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Telerik.BlackDragon.Client.Modules.Cordova.ViewModels.PluginViewModelProvider.<SetMarketplacePluginVariables>d__2f.MoveNext()

Any workaround?

3 Answers, 1 is accepted

Sort by
0
Garo
Telerik team
answered on 07 Sep 2016, 03:07 PM
Hi Jin,

I was able to reproduce this faulty behavior on my end. However, we would require additional time to investigate what is causing the issue. As a temporary workaround, you can add the plugin manually under the Plugins folder. To do so, you should follow these steps:
  1. Open your project in VS2013.
  2. If you have the SQLite plugin installed, open the Properties page, go to the Plugins tab and disable the SQLite plugin. Save the Properties page.
  3. Download the SQLite plugin from the GitHub repository as an archive.
  4. Back in Visual Studio, right-click on the Plugins folder in the Project Navigator and select Import Plugin.
  5. Select the downloaded plugin archive and click Open. With this changes in place, you should be able to build your project successfully.

Please, accept my apologies for any inconvenience this might cause you and let me know if you require any further assistance.

Regards,
Garo
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Peter
Top achievements
Rank 1
answered on 12 Jan 2017, 10:49 AM

I am experiencing the same problem, any progress on that issue?

- VS2013

- Telerik AppBuilder 2016.4.1219.2

Regards

Peter

0
Garo
Telerik team
answered on 16 Jan 2017, 09:43 AM
Hello Peter,

Unfortunately, the error message is still visible. Despite that, you should be able to install and use the plugin from the Verified plugins marketplace without experiencing any issues.

Having said that, the only way to use the SQLite plugin and do not see the error message is to follow the steps provided in my previous response.

Regards,
Garo
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Report a bug
Asked by
Jin
Top achievements
Rank 1
Answers by
Garo
Telerik team
Peter
Top achievements
Rank 1
Share this question
or