Support for Ubuntu and other Desktop Linux distributions
			
		
		
			
				
																			
								bossyman15 							 
									
		Posts:  1 Joined:  07 Apr 2017, 03:55 
		
						
					
													
							
						
									
						Post 
					 
								by bossyman15  07 Apr 2017, 04:04 
			
			
			
			
			
			I'm using Ubuntu and when I browse the movie files in my NAS using file explorer. I drag and drop files into Filebot but nothing happens. 
Seems the problem is with java. java.io.FileNotFoundException but I'm not sure how to fix this.
Here's the logs.
Sysinfo
Code: Select all 
FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Apr 06, 2017 8:40:20 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/gvfs]
Script Bundle: 2017-04-03 (r494)
Groovy: 2.4.10
JRE: OpenJDK Runtime Environment 1.8.0_121
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 2 Core / 654 MB Max Memory / 23 MB Used Memory
OS: Linux (amd64)
Package: DEB
Data: /home/bossyman15/.filebot
uname: Linux bossyman15-laptop 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
Error Log
Code: Select all 
WARNING: GVFS: smb://adamnas.local/nas%202/Others/Serenity_%5B2005%5D%5BBD%5D%5BA72D9EE3%5D.mkv => java.io.FileNotFoundException: /run/user/1000/gvfs/smb-share:server=adamnas.local,share=nas 2/Others/Serenity_[2005][BD][A72D9EE3].mkv
Apr 06, 2017 4:55:36 PM net.filebot.media.XattrMetaInfo getXattrValue
WARNING: Failed to read xattr: NoSuchFileException: serenity
Java Version
Code: Select all 
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
Am I missing anything? Thanks for any help you can give me.
 
		 
				
		
		 
	 
				
		
		
			
				
								rednoah 							 
						The Source 			
		Posts:  24243 Joined:  16 Nov 2011, 08:59Location:  Taipei
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by rednoah  07 Apr 2017, 05:30 
			
			
			
			
			
			FileBot expects the file for the URL to accessible via GVFS FUSE at this location:
Code: Select all 
/run/user/1000/gvfs/smb-share:server=adamnas.local,share=nas 2/Others/Serenity_[2005][BD][A72D9EE3].mkv
Does this file exist? If not, what is the absolute GVFS FUSE file path for this URL on your machine?
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								jwoodard80 							 
									
		Posts:  2 Joined:  26 May 2017, 03:33 
		
						
					
													
							
						
									
						Post 
					 
								by jwoodard80  26 May 2017, 03:39 
			
			
			
			
			
			So, I'm having this problem as well and I'm thinking it has to do with spaces. I moved the same file to another network location/folder that had no spaces and drag/drop worked just fine. 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								rednoah 							 
						The Source 			
		Posts:  24243 Joined:  16 Nov 2011, 08:59Location:  Taipei
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by rednoah  26 May 2017, 03:55 
			
			
			
			
			
			What would be the correct GVFS path?
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								jwoodard80 							 
									
		Posts:  2 Joined:  26 May 2017, 03:33 
		
						
					
													
							
						
									
						Post 
					 
								by jwoodard80  27 May 2017, 02:32 
			
			
			
			
			
			That is the correct path in the terminal output... /run/user/1000/gvfs/smb-share:server=unraid2.local,share=tv series/Archer/Season 8/Archer.2009.S08E08.REPACK.HDTV.x264-SVA[eztv].mkv
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								rednoah 							 
						The Source 			
		Posts:  24243 Joined:  16 Nov 2011, 08:59Location:  Taipei
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by rednoah  27 May 2017, 03:39 
			
			
			
			
			
			1.
Please run 
find /run/user/1000/gvfs  and post some of the output.
2.
This is the URL:
Code: Select all 
smb://unraid2.local/tv%20series/Archer/Season%208/Archer.2009.S08E08.REPACK.HDTV.x264-SVA%5Beztv%5D.mkv
This is the GVFS FILE PATH where FileBot is looking for that file:
Code: Select all 
/run/user/1000/gvfs/smb-share:server=unraid2.local,share=tv series/Archer/Season 8/Archer.2009.S08E08.REPACK.HDTV.x264-SVA[eztv].mkv
However, this FILE PATH does not exist, so the actual FILE PATH must be different. What is the actual FILE PATH and how is it different?