I'm having a few issues, i tried to install the latest version and this is what i'm getting, any idea?
Code:
root@PlexRequests:/ # mono /var/db/plex_requests/PlexRequests.exe
Version: 1.6.0
Location of the database: /var/db/plex_requests/PlexRequests.sqlite
Unhandled Exception:
System.AggregateException: One or more errors occurred. ---> System.Net.WebExcep tion: Error: SendFailure (Error writing headers) ---> System.Net.WebException: E rror writing headers ---> System.IO.IOException: The authentication or decryptio n has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (IAsyncResult as yncResult) <0x80637b3a0 + 0x00143> in <filename unknown>:0
at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (IAsyncResu lt ar, Boolean ignoreEmpty) <0x80637b2c0 + 0x00031> in <filename unknown>:0
at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (IAsyncResu lt result) <0x806374360 + 0x00243> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.EndWrite (System.Net.HttpWebRequest request, Boole an throwOnError, IAsyncResult result) <0x8063a7fa0 + 0x0023d> in <filename unkno wn>:0
at System.Net.WebConnectionStream+<SetHeadersAsync>c__AnonStorey1.<>m__0 (IAsy ncResult r) <0x8063a77c0 + 0x00163> in <filename unknown>:0
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0x8063 a9270 + 0x0020d> in <filename unknown>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (IAsyncRes ult iar, System.Func`2 endFunction, System.Action`1 endAction, System.Threading. Tasks.Task`1 promise, Boolean requiresSynchronization) <0x8063a8e40 + 0x00093> i n <filename unknown>:0
..................
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8063ac4a0 + 0x00038> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8063abf90 + 0x00118> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8063abdf0 + 0x000b3> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8063350e0 + 0x00042> in <filename unknown>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x806335040 + 0x0001f> in <filename unknown>:0
at Octokit.ApiConnection+<>c__DisplayClass13_0`1+<<GetAll>b__0>d[T].MoveNext () <0x80631cc30 + 0x002be> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8063ac4a0 + 0x00038> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8063abf90 + 0x00118> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8063abdf0 + 0x000b3> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8063350e0 + 0x00042> in <filename unknown>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x806335040 + 0x0001f> in <filename unknown>:0
at Octokit.ApiPagination+<GetAllPages>d__0`1[T].MoveNext () <0x80631bce0 + 0x002d7> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x8063ac4a0 + 0x00038> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x8063abf90 + 0x00118> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x8063abdf0 + 0x000b3> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x8063350e0 + 0x00042> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x8063acb50 + 0x0001f> in <filename unknown>:0
at PlexRequests.Core.StatusChecker+<GetLatestRelease>d__6.MoveNext () <0x80631a5f0 + 0x0019d> in <filename unknown>:0 <---
I cut the code a little bit because i couldn't post it all.