Missing UNC Path since 4.9.0

All your suggestions, requests and ideas for future development
Koda
Posts: 8
Joined: 19 Mar 2020, 14:05

Missing UNC Path since 4.9.0

Post by Koda »

Hi

Since the Update (I have try the 4.8.5 and 4.9.0 portable too), I get this error after I click to Match and chose the tv series

Code: Select all

"InvaludPathException: UNC path is missing sharename: \\mydomain.local
With 4.8.5 all works fine

Koda
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

\\mydomain.local is technically not a valid UNC path, so I presume you've simply omitted the rest of the path, perhaps?
https://stackoverflow.com/a/20612583/1514467


Please explain exactly what you're doing and include screenshots and logs.


:idea: Perhaps \\mydomain.local is not a valid host name? Are you sure that . is allowed in host names?


:idea: Please read How to Request Help.
:idea: Please read the FAQ and How to Request Help.
Koda
Posts: 8
Joined: 19 Mar 2020, 14:05

Re: Missing UNC Path since 4.9.0

Post by Koda »

Hi

Thank you for answer
Perhaps \\mydomain.local is not a valid host name? Are you sure that . is allowed in host names?
Yes. The UNC Path is from Windows Server DFS and work well with 4.8.5 of FileBot
Please explain exactly what you're doing and include screenshots and logs.
From what you need the Screenshot? I only Load the file, go to Match, Chose the TV Show and after this I see the error and I must kill the software
F7 for the Log I get this:

Code: Select all

Neuer Ordner (2)\S05E02 - Der Seuchensessel.mkv	{"@type":"Episode","seriesName":"The Big Bang Theory","season":5,"episode":2,"title":"Der Seuchensessel","absolute":89,"airdate":{"year":2011,"month":9,"day":22},"id":4123309,"seriesInfo":{"database":"TheTVDB","order":"Airdate","language":"de","type":"TV Series","id":80379,"name":"The Big Bang Theory","aliasNames":["囧男大爆炸","Big Bang Theory","The Big Bang Theory (2007)","Teorie velkého třesku","Rillit huurussa","המפץ הגדול","Teorija velikog praska","Agymenők","빅뱅 이론","Teoria wielkiego podrywu","Big Bang: A Teoria","Теория большого взрыва","Big Bang","生活大爆炸","Штребери","Suure paugu teooria","TBBT"],"certification":"TV-14","startDate":{"year":2007,"month":9,"day":24},"genres":["Comedy"],"network":"CBS","rating":8.8,"ratingCount":41886,"runtime":25,"status":"Ended"}}
Groove Pad:

Code: Select all

FileBot 4.9.0 (r7234)
JNA Native: 6.1.0
MediaInfo: 19.09
7-Zip-JBinding: 9.20
Chromaprint: 1.4.3
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2020-03-16 (r625)
Groovy: 3.0.2
JRE: OpenJDK Runtime Environment 13.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 12 Core / 8 GB Max Memory / 50 MB Used Memory
OS: Windows 10 (amd64)
STORAGE: NTFS [(C:)] @ 181 GB | NTFS [Daten] @ 3.9 TB | NTFS [SD] @ 241 GB
DATA: C:\Users\Koda\AppData\Roaming\FileBot
Package: MSI
License: FileBot License XXXXXXXXXX (Valid-Until: 2069-11-XX)
The path of my file

Code: Select all

\\domain.local\Multi\Series\Neuer Ordner (2)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

1.
Please take a screenshot that shows the UI in a state where it is unresponsive and needs to be killed.


2.
Please copy & paste the error message. Do not type the error message. You can copy the error message by clicking on it, and then you can paste it here.


3.
Press F5, then click on the Image warning symbol. This will print the log. Please copy & paste what it says.
:idea: Please read the FAQ and How to Request Help.
Koda
Posts: 8
Joined: 19 Mar 2020, 14:05

Re: Missing UNC Path since 4.9.0

Post by Koda »

1. https://snipboard.io/ljVEu5.jpg
2. At this moment I don't see the error I must try.
3. The error.log: https://privatebin.net/?3fb17dba1696fc7 ... 4eZadKmaXS
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

I'll look into it. The easy workaround would be to use a mapped network share.


EDIT:

IDK. It works for all of my test cases. Renaming dragging and dropping files from \\host\share and \\ip\share all works as expected.
:idea: Please read the FAQ and How to Request Help.
Koda
Posts: 8
Joined: 19 Mar 2020, 14:05

Re: Missing UNC Path since 4.9.0

Post by Koda »

Thank you for Help. At this moment I use 4.8.5 as Workaround.
Emanef
Posts: 2
Joined: 19 Mar 2020, 19:12

Re: Missing UNC Path since 4.9.0

Post by Emanef »

I have this same error since it updated to 4.9.0 yesterday. My media downloads to a folder on my QNap NAS and it has always worked fine, but now when I try to rename files from the top level of a network share on the QNap it gets the error, so on;
\\QNap\TV Shows this is won't work
but if I drag them into Filebot from this path it does still work fine;
\\QNap\TV Shows\# Resilio Sync Folders
Emanef
Posts: 2
Joined: 19 Mar 2020, 19:12

Re: Missing UNC Path since 4.9.0

Post by Emanef »

Actually, it's still not quite right. It seems fine for movies, but when I try it with TV show episodes I still get the error come up and nothing is populated in the right. However, if I then hit rename it does rename them, so that's clearly not working as it should.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

Yes, there's a runtime error that breaks matching as well as rendering due to errors in UNC path handling under specific circumstances.

You can work around these issues by using mapped network drives. A deeper folder structure can also work around the issue, since the error occurs when \\host is interpreted as parent folder which then leads to unexpected errors.


EDIT:

Fixed with FileBot r7245.
:idea: Please read the FAQ and How to Request Help.
Koda
Posts: 8
Joined: 19 Mar 2020, 14:05

Re: Missing UNC Path since 4.9.0

Post by Koda »

You are great. Thank you so much. Is this the newest 4.9.0 from here? https://get.filebot.net/filebot/BETA/
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

Yes, if you're on Windows, then can test with the ZIP package.
:idea: Please read the FAQ and How to Request Help.
Koda
Posts: 8
Joined: 19 Mar 2020, 14:05

Re: Missing UNC Path since 4.9.0

Post by Koda »

Works. Thank you for your fast help.
I'm looking forward to the release
ChrisQuinn
Posts: 2
Joined: 23 Nov 2019, 15:12

Re: Missing UNC Path since 4.9.0

Post by ChrisQuinn »

So something has changed in the code that broke the UNC names. I also use a domain.local path for my entire home network. This has been working for years and only recently (as of last update) stopped working. Is it that hard to roll back? I would rather remove the new features (None of them pertain to me personally) than use mapped drives. Or fix the UNC issue. Is it really that hard?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

Sure, just install an older version. The issue has also already been fixed in the latest beta.
:idea: Please read the FAQ and How to Request Help.
mugiwara
Posts: 3
Joined: 23 Mar 2020, 22:41

Re: Missing UNC Path since 4.9.0

Post by mugiwara »

Thanks, any idea when this will be merged into master? I have a bunch of templates so the portable version isn't picking them up, and not sure I want to downgrade back to 4.8.5. If there's another recommendation on an easy way to downgrade to the previous version without going back to April 2019 (the only other MSI I can find), that would be great. Thanks.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

You can export your settings from MSI package, and then import your exported settings in the ZIP package:
viewtopic.php?t=4205

:idea: Make sure to use the appropriate C:/path/to/filebot.exe for export / import calls.
:idea: Please read the FAQ and How to Request Help.
BlackKing
Posts: 2
Joined: 25 Mar 2020, 17:15

Re: Missing UNC Path since 4.9.0

Post by BlackKing »

I bought filebot using Windows Store. Any news on when it gets an update there? Also getting UNC path issue, seems to work fine on the Beta but as I have no license key or file, I'll have to wait for Store update I guess.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

An update will likely be released first week of April. You can use mapped network drives in the meanwhile to work around the issue.
:idea: Please read the FAQ and How to Request Help.
BlackKing
Posts: 2
Joined: 25 Mar 2020, 17:15

Re: Missing UNC Path since 4.9.0

Post by BlackKing »

rednoah wrote: 25 Mar 2020, 18:18 An update will likely be released first week of April. You can use mapped network drives in the meanwhile to work around the issue.
Works perfectly fine now, thanks for the advice!
AceSG
Posts: 1
Joined: 26 Mar 2020, 23:27

Re: Missing UNC Path since 4.9.0

Post by AceSG »

I ran the portable one, and it works. But my installed one (MS Store) doesnt work... How do I get the key for it??
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

AceSG wrote: 26 Mar 2020, 23:29 I ran the portable one, and it works. But my installed one (MS Store) doesnt work... How do I get the key for it??
viewtopic.php?t=9517
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

FileBot 4.9.1 (Release Candidate 1) is available for testing:
https://get.filebot.net/filebot/FileBot_4.9.1/
:idea: Please read the FAQ and How to Request Help.
benfilebot
Posts: 2
Joined: 13 Apr 2020, 10:50

Re: Missing UNC Path since 4.9.0

Post by benfilebot »

Hello, do you know when 4.9.1 will be pushed to Microsoft Store? I just checked version via CMD filebot - version and I'm still on r7234, having done a clean install. Could really do with the fix to this issue. Many thanks!
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Missing UNC Path since 4.9.0

Post by rednoah »

benfilebot wrote: 13 Apr 2020, 10:52 Hello, do you know when 4.9.1 will be pushed to Microsoft Store?
Soon-ish. Assuming there's no particular issues with the RC for a week or two.
:idea: Please read the FAQ and How to Request Help.
Post Reply