Jump to content

error in emby - directory does exist but not with capital letter


jody
Go to solution Solved by Luke,

Recommended Posts

Hi there,

 

I get some errors in my logs, I see it is looking for /home/horse/Downloads/mediabrowser/dashboard-ui/css/fonts/Roboto/RobotoLight.woff but the directory is misspelled. I do have the directory "roboto" but not with a capital: /home/horse/Downloads/mediabrowser/dashboard-ui/css/fonts/roboto/RobotoLight.woff

how to fix? (obviously I could rename the directory but I don't know if there are some other references it might brake) 

2015-07-26 14:50:25.3759 Error - HttpServer: Error processing request for /web/css/fonts/Roboto/RobotoLight.woff
	*** Error Report ***
	Version: 3.0.5675.1
	Command line: /home/horse/Downloads/mediabrowser/MediaBrowser.Server.Mono.exe
	Operating system: Unix 3.2.0.85
	Processor count: 4
	64-Bit OS: True
	64-Bit Process: True
	Program data path: /home/horse/Downloads/mediabrowser/ProgramData-Server
	Mono: 4.0.2 (Stable 4.0.2.5/c99aa0c Wed Jun 24 10:04:37 UTC 2015)
	Application Path: /home/horse/Downloads/mediabrowser/MediaBrowser.Server.Mono.exe
	Could not find a part of the path "/home/horse/Downloads/mediabrowser/dashboard-ui/css/fonts/Roboto/RobotoLight.woff".
	ServiceStack.HttpError
	No Stack Trace Available
	
2015-07-26 14:50:25.3759 Error - NotFoundHttpHandler: 10.133.120.3:8096 Request not found: /web/css/fonts/Roboto/RobotoLight.woff
2015-07-26 14:51:07.8200 Error - HttpServer: Error in SharpWebSocket: An exception has occurred while receiving a message.. Exception.Message: Internal error (no progress possible) ReadInternal
2015-07-26 14:51:16.3072 Error - HttpServer: Error in SharpWebSocket: An exception has occurred while receiving a message.. Exception.Message: Internal error (no progress possible) ReadInternal
2015-07-26 14:51:16.9161 Error - HttpServer: Error in SharpWebSocket: An exception has occurred while receiving a message.. Exception.Message: Internal error (no progress possible) ReadInternal
Edited by jody
Link to comment
Share on other sites

My workaround for this was just to create a symbolic link named Roboto that points to roboto directory.

 

ln -s roboto Roboto

 

Works like a charm. I already reported this issue in another thread. Hopefully it will be fixed soon.

 

 

Sent from my iPhone using Tapatalk

Edited by fc7
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...