Jump to content

What is this error?

Closed 1.0.2

Nubenegra
Nubenegra

Posted

Hi, this appears in the console and the plugin doesn't work, what is wrong?

 

oxide.reload IQSimpleVote
Failed to initialize plugin 'IQSimpleVote v1.0.2' (UnauthorizedAccessException: Access to the path "/home/container/oxide/data/IQSystem/IQSimpleVote/VoteActive.json" is denied.)
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <f98723dd4586469db5213ec59da723ca>:0 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
  at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00055] in <f98723dd4586469db5213ec59da723ca>:0 
  at System.IO.StreamWriter..ctor (System.String path) [0x00008] in <f98723dd4586469db5213ec59da723ca>:0 
  at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string)
  at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00026] in <f98723dd4586469db5213ec59da723ca>:0 
  at Oxide.Core.Configuration.DynamicConfigFile.WriteObject[T] (T config, System.Boolean sync, System.String filename) [0x0003f] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0 
  at Oxide.Core.DataFileSystem.WriteObject[T] (System.String name, T Object, System.Boolean sync) [0x00007] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0 
  at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x0000f] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0 
  at Oxide.Plugins.IQSimpleVote.ReadData () [0x0000b] in <95b426b8639343fba5dc9226a2efcbc7>:0 
  at Oxide.Plugins.IQSimpleVote.Init () [0x00006] in <95b426b8639343fba5dc9226a2efcbc7>:0 
  at Oxide.Plugins.IQSimpleVote.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002f2] in <95b426b8639343fba5dc9226a2efcbc7>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d82f1fa409f84967ab685a3dbdd116ae>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0 
  at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0 
Unloaded plugin IQSimpleVote v1.0.2 by Mercury
No previous version to rollback plugin: IQSimpleVote

Mercury

Posted

20 hours ago, Nubenegra said:

Hi, this appears in the console and the plugin doesn't work, what is wrong?

 

oxide.reload IQSimpleVote
Failed to initialize plugin 'IQSimpleVote v1.0.2' (UnauthorizedAccessException: Access to the path "/home/container/oxide/data/IQSystem/IQSimpleVote/VoteActive.json" is denied.)
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <f98723dd4586469db5213ec59da723ca>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00055] in <f98723dd4586469db5213ec59da723ca>:0
at System.IO.StreamWriter..ctor (System.String path) [0x00008] in <f98723dd4586469db5213ec59da723ca>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string)
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00026] in <f98723dd4586469db5213ec59da723ca>:0
at Oxide.Core.Configuration.DynamicConfigFile.WriteObject[T] (T config, System.Boolean sync, System.String filename) [0x0003f] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0
at Oxide.Core.DataFileSystem.WriteObject[T] (System.String name, T Object, System.Boolean sync) [0x00007] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0
at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x0000f] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0
at Oxide.Plugins.IQSimpleVote.ReadData () [0x0000b] in <95b426b8639343fba5dc9226a2efcbc7>:0
at Oxide.Plugins.IQSimpleVote.Init () [0x00006] in <95b426b8639343fba5dc9226a2efcbc7>:0
at Oxide.Plugins.IQSimpleVote.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002f2] in <95b426b8639343fba5dc9226a2efcbc7>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d82f1fa409f84967ab685a3dbdd116ae>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0
at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <2a1b2b9b0c9d45ea87d32bff811299cc>:0
Unloaded plugin IQSimpleVote v1.0.2 by Mercury
No previous version to rollback plugin: IQSimpleVote

Please read the error. You do not have access to save data using the specified path. Grant access or resolve this hosting issue.

Nubenegra

Posted

Hello, yes I read it but as I did not understand what it referred to, I made the inquiry to see if I could be guided, but anyway, thank you.

Mercury

Posted

This error is related to the plugin's lack of read/write access to the plugin. This doesn't usually happen, but it does happen on some hosting sites, so it may be enough for you to restart the server or contact hosting support.

Mercury

Posted

Changed Status from Pending to Closed

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.