Jump to content

There was an error processing the request. Please try again later.


Go to solution Solved by ViolentVotan,

Recommended Posts

ViolentVotan
Posted

Hello,

 

I get the message "There was an error processing the request. Please try again later." whenever I want to mark a Series as net yet watched or after I am done watching something when it returns to the selection screen.

 

What's wrong? 

Posted

For CentOS and Fedora the logs should be located here:

/var/opt/MediaBrowser/MediaBrowserServer/logs

  • Solution
ViolentVotan
Posted (edited)

Unfortunately there is no entry written to the logs when the error occurs. 

 

When I try to change a setting, I get the same error message. I did do a tail -f on the log file so see what happens when I try to save, but nothing is reported :/

 

As to the environment:

CentOS 7 machine, SELinux disabled.

/var/opt/MediaBrowser/ belongs to the user MediaBrowserServer and group media, 775 user rights on the directory and its sub directories

I use the latest stable MediaBrowser from your repository: 3.0.5490.2-Stable.58.1

 

Update: Could this be a problem related to securit token timeouts?

I have a reverse proxy infront of everything, so MediaBrowser's traffic is routed through a subdomain using ssl

 

Final Update:

Problem solved. It was related to an oversight in my reverse proxy configuration, MediaBrowser Server uses websockets, so implementing reverse proxy settings for http and https is not enough, the websocket connections need to be handled as well. This should be documented somewhere ;)

Edited by ViolentVotan
thefirstofthe300
Posted

Good job!

Posted

Unfortunately there is no entry written to the logs when the error occurs. 

 

When I try to change a setting, I get the same error message. I did do a tail -f on the log file so see what happens when I try to save, but nothing is reported :/

 

As to the environment:

CentOS 7 machine, SELinux disabled.

/var/opt/MediaBrowser/ belongs to the user MediaBrowserServer and group media, 775 user rights on the directory and its sub directories

I use the latest stable MediaBrowser from your repository: 3.0.5490.2-Stable.58.1

 

Update: Could this be a problem related to securit token timeouts?

I have a reverse proxy infront of everything, so MediaBrowser's traffic is routed through a subdomain using ssl

 

Final Update:

Problem solved. It was related to an oversight in my reverse proxy configuration, MediaBrowser Server uses websockets, so implementing reverse proxy settings for http and https is not enough, the websocket connections need to be handled as well. This should be documented somewhere ;)

Dev media browser supports ssl out of the box. No more reverse proxy needed.

ViolentVotan
Posted

Dev media browser supports ssl out of the box. No more reverse proxy needed.

 

the reverse proxy is to have a nice subdomain like media.domain.tld ;)

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...