I update unrar to 3.91 but didn't update rar. The order of the check looks like: rar, unrar, rar3, unrar3. So if you have both rar and unrar, it'll only check rar as it's the first in the array.
Not a big problem, just the error message could be: unrar or rar is wrong version.
Search found 3 matches
- January 21st, 2010, 5:54 pm
- Forum: Bug Reports
- Topic: 0.5.0 RC3 - Linux Unrar version check error message confusing
- Replies: 14
- Views: 11935
- January 21st, 2010, 2:40 pm
- Forum: Bug Reports
- Topic: 0.5.0 RC3 - Linux Unrar version check error message confusing
- Replies: 14
- Views: 11935
0.5.0 RC3 - Linux Unrar version check error message confusing
I received an error warning message saying: "Your UNRAR version is not recommended" I tracked down the error to this function: newsunpack.py: def unrar_check The function actually checks rar, not unrar for the version. Is this the intended behavior? It could be confusing for people trying...
- December 10th, 2009, 2:09 pm
- Forum: Beta Releases
- Topic: .5 beta difficulty seeing interface
- Replies: 3
- Views: 1987
Re: .5 beta difficulty seeing interface
I'm running the .5 beta and had a problem seeing the web interface running through apache mod_proxy. The intermittent errors were "HTTP/1.1 408 Request Timeout" I needed to add "SetEnv proxy-nokeepalive 1" to my apache.conf as a workaround. It's a problem/behavior of cherrypy I b...