martsve / mkm_api

MagicCardMarket API accesser (cmd and js)
GNU General Public License v2.0
10 stars 0 forks source link

Errors #8

Open RoostyZT123 opened 4 years ago

RoostyZT123 commented 4 years ago

Hi Martin,

till now i was using the 2016 version of your great program, it fits nicely into my project. I use it also for mass downloading the MCM data (i.e. MCM offers for 10.000+ cards), which can be quite time consuming. Thats why i decided to implement multiple calls where your program is being used simultaneously by 4-6 instances. It starts fine but i quickly start getting error windows for unhandled exception:

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Database.Program.RequestHelper.makeRequest(String resource, String method, String postData) at Database.Program.Main(String[] args)

I then downloaded the newest version of your program hoping you maybe fixed this, but with the newest version im getting a new general error:

Error: One or more errors occurred.

Tell me please, what can be done ?

Thanks!

Zoran