Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant connect to web interface #18

Closed
DaVarga opened this issue Aug 4, 2013 · 3 comments
Closed

cant connect to web interface #18

DaVarga opened this issue Aug 4, 2013 · 3 comments
Assignees
Labels

Comments

@DaVarga
Copy link

DaVarga commented Aug 4, 2013

After entering the password i got a connection lost using fedora 19

04.08.2013 16:02:23 [Info] Server started at ws://localhost:5557
04.08.2013 16:02:42 [Error] Application Error System.MissingMethodException: Method not found: 'System.Numerics.BigInteger.Parse'.
at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in :0
at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in :0
at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00000] in :0

Mono JIT compiler version 2.10.8 (tarball Sat Feb 16 11:51:56 UTC 2013)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com

Using the Newtonsoft.Json.dll from the 2.0.1 package works fine...

@lformella
Copy link
Owner

You are right, the Newtonsoft.Json.dll version 5.* wont work with mono. The windows builds are compiled with the newer version, but mono is stuck with 4.5.11.

Unfortunately the newer dll made its way into the 2.1.0 linux package :(
I will update the package / build a newer one later this day.

@ghost ghost assigned lformella Aug 5, 2013
@lformella
Copy link
Owner

@DaVarga
Copy link
Author

DaVarga commented Aug 6, 2013

👍

@lformella lformella added the bug label Apr 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants