I don't seem to be having this issue on my end. Works fine for me
UpdateChecker
Moved
Total Downloads: 21,403 - First Release: Oct 24, 2014 - Last Update: Feb 1, 2018
- 5/5, 48 likes
-
Code:(23:01:03) | Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Updater.NotifyOutdated (IPlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Updater+<CheckForUpdates>c__AnonStorey1.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00000] in <filename unknown>:0
-
no issues here with this plugin - works as intended.
U tried removing it and adding a fresh copy back ? -
-
is this working after yesterdays Update as all plugins are showing cant get latest version.
Was fine yesterday.
[Updater] Couldn't get the latest version of plugin RemoverTool
[Updater] Couldn't get the latest version of plugin Updater
[Updater] Couldn't get the latest version of plugin SkipNightUI
[Updater] Couldn't get the latest version of plugin ServerRewards -
copy on that issue... having the same....
-
I have the same issue
-
Same issue here too
-
fix that
Attached Files:
-
-
Yup I am having same issue on all my servers.
-
Same problem
-
The same Here...
-
Same problem
-
i think all updaters are broke - hope they do get fixed though as hate having to do them manually.
-
Hi, just need to know, I am using this plug-in and I am getting the message "couldn't get the latest version of plugin " the plugin then lists all the plugins in the server as unable to get latest version, could you help?
-
-
I noticed the issues, this seems to be caused by the SSL update to the site. It looks like the webrequests sent can not work with ssl.
-
I have been trying to hack this to work.
Initially I just changed this line to add the "S":
webrequest.EnqueueGet($"https://oxidemod.org/plugins/{plugin.ResourceId}/", (code, response) =>
But the calls still failed with:
[Updater] Error getting response stream (Write: The authentication or decryption has failed.): SendFailure
I assumed either the certificate need a looking into or that access needs to get fixes so we can add SSL support. But then I found this:
https://forum.unity.com/threads/unity-2017-1-tls-1-2-still-not-working-with-net-4-6.487415/
If I am reading that correctly, for right now it seems this will not work until either Unity fixes their code, or Oxide allows non-SSL access to the site again. Simplest fix is allowing non-SSL access to oxidemod as a Unity fix could be a long while as this was identified as an issue over a year ago. I could be off on a tangent here. I am keen to get this working as maintaining plugins manually is labour intensive.Last edited by a moderator: Jan 14, 2018 -
yeah it stopped working when this site updated.
-
It would be nice if there is an ignore list included with the next update