NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 7 8 9 10 11 … 13 Next »
X-NEWA UNC Path?

 
  • 0 Vote(s) - 0 Average
X-NEWA UNC Path?
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#1
2014-12-31, 01:56 AM
Does X-NEWA support UNC paths in recordings?

I made two changes to my setup. 1) different IP address and 2) a UNC path to a network share for recordings as opposed to a local drive. Since then X-NEWA tells me that it is "Unable to load X-NEWA Data."

I'm able to connect to the new IP with the NPVR web interface and the NPVR Kodi plugin works fine.

Thanks for any hints. If it does support UNC, I'll grab some logs.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#2
2014-12-31, 02:15 AM
smajor Wrote:Does X-NEWA support UNC paths in recordings?

I made two changes to my setup. 1) different IP address and 2) a UNC path to a network share for recordings as opposed to a local drive. Since then X-NEWA tells me that it is "Unable to load X-NEWA Data."

I'm able to connect to the new IP with the NPVR web interface and the NPVR Kodi plugin works fine.

Thanks for any hints. If it does support UNC, I'll grab some logs.

For recordings it should yes. I don''t know that message though, perhaps you have entered the ip of your server wrong

Martin
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#3
2014-12-31, 02:38 AM
Sorry, "Unable to load NEWA data." Definitely the correct IP.

I did also do an export and import of recordings since the path had changed for my existing one.

Attached is the log if you care to have a peek.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#4
2014-12-31, 02:41 AM
Could you send the output from your server

http://localhost:8866/public/services/InfoXML.aspx

Martin
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#5
2014-12-31, 09:26 PM
Well, that's not good:

This page contains the following errors:

error on line 14 at column 4: Document is empty
Below is a rendering of the page up to the first error.

Here's the source tho:

Code:
<!--
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
   at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
   at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
   at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
   at System.IO.FileSystemInfoResultHandler.CreateObject(SearchResult result)
   at System.IO.FileSystemEnumerableIterator`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.IO.DirectoryInfo.InternalGetFileSystemInfos(String searchPattern, SearchOption searchOption)
   at System.IO.DirectoryInfo.GetFileSystemInfos()
   at N_EWA.InfoXML.GetDirectorySize(String pathName) in c:\Users\Public\NPVR\web\public\services\InfoXML.aspx.cs:line 363
   at N_EWA.InfoXML.GetDirectorySize(String pathName) in c:\Users\Public\NPVR\web\public\services\InfoXML.aspx.cs:line 377
--><?xml version="1.0" encoding="utf-8"?>
<RecordingStatus>
  <Directories>
    <Directory>
      <Name>Recording</Name>
      <Path>\\VBOXSVR\Recordings\</Path>
      <Total>2.0 TB</Total>
      <Free>2.0 TB</Free>
      <PercentFree>95.81</PercentFree>
      <SystemUsed>21.3 GB</SystemUsed>
      <SystemUsedPercent>1.02</SystemUsedPercent>
      <NEWAUsed>66.5 GB</NEWAUsed>
      <NEWAUsedPercent>3.18</NEWAUsedPercent>
    </Directory>
  </Directories>
  <Log>
    <Filename>aa85f57-1-130644630987838979.log</Filename>
    <DownloadUrl>public/download.ashx/-1,1</DownloadUrl>
  </Log>
  <Schedule>
    <Pending>3</Pending>
    <InProgress>0</InProgress>
    <Available>20</Available>
    <Failed>0</Failed>
    <Conflict>0</Conflict>
    <Recurring>3</Recurring>
    <Deleted>0</Deleted>
  </Schedule>
  <Tuner>
    <Name>Silicondust HDHomeRun Tuner 103CDCF0-0:1</Name>
    <Status> - is Sleeping</Status>
  </Tuner>
  <Tuner>
    <Name>Silicondust HDHomeRun Tuner 103CDCF0-1:1</Name>
    <Status> - is Sleeping</Status>
  </Tuner>
  <Epg>
    <EndTime>1/9/2015 11:30:00 PM</EndTime>
    <Days>10</Days>
  </Epg>
</RecordingStatus>
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#6
2014-12-31, 10:37 PM
That looks like one or your extended directories is invalid.

Martin
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#7
2014-12-31, 11:04 PM
Ah, yes! Thank you! When I moved those recordings and changed the paths in the recordings-backup, the replace didn't get one at the top of the file, I must have not had the editor "wrap" on the find. I reimported, and since the old file path was still valid, it got imported right along with the others. I removed the path to the old store and I guess from all the above it really didn't like that. A quick edit and reimport and it's working fine. Thanks again and Happy New Year.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#8
2014-12-31, 11:06 PM
Great glad you found it, Happy New Year to you too.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  X-NEWA client problem jcjefferies 2 1,176 2023-04-11, 05:01 PM
Last Post: jcjefferies
  x-newa new install wheemer 14 4,817 2020-09-15, 02:21 AM
Last Post: mvallevand
  New repository for KNEWC and X-NEWA mvallevand 8 8,962 2020-05-09, 02:19 AM
Last Post: jksmurf
  X-NEWA keeping host PC awake lost@c 6 2,860 2020-04-03, 04:26 AM
Last Post: lost@c
  X-NEWA End of Life mvallevand 39 16,253 2019-11-16, 02:30 AM
Last Post: jksmurf
  X-NEWA 2.5.4 & knew4v5 2.6.6 both "Die" when pressing Previous Chapter in LE BrettB 3 2,949 2019-06-15, 01:33 AM
Last Post: mvallevand
  X-NEWA 2.5.4 Release mvallevand 4 2,982 2019-03-11, 05:57 PM
Last Post: mvallevand
  X-NEWA Web Client Not Acting On Keypresses BrettB 4 3,138 2019-02-02, 02:05 AM
Last Post: mvallevand
  X-NEWA Web Client Crashing BrettB 2 2,367 2019-01-31, 08:50 PM
Last Post: mvallevand
  Unable to load NEWA data ChaosMageX 7 3,412 2018-12-29, 01:25 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode