I am using Cumulus MX with Raspberry Pi image serial connection (custom made cable) to Davis Vantange Pro2. Works great!
now i want to create the realtime.txt file and i am using this simple setting. and i have these errors in the log
What can i do?2024-02-19 09:19:32 - ProcessTemplateFile: Error writing to file 'web/realtimegauges.txt', error was - System.UnauthorizedAccessException: Access to the path "/opt/CumulusMX/web/realtimegauges.txt" 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 <d636f104d58046fd9b195699bcb1a744>: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 <d636f104d58046fd9b195699bcb1a744>: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 <d636f104d58046fd9b195699bcb1a744>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding) [0x00000] in <d636f104d58046fd9b195699bcb1a744>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string,bool,System.Text.Encoding)
at CumulusMX.Cumulus.ProcessTemplateFile (System.String template, System.String outputfile, System.Boolean useAppDir) [0x00034] in <4f66116639304edd8219956ed2a31d69>:0
2024-02-19 09:19:32 - Error encountered during Realtime file update.
Thank you!