
Hi, Im receiving the following error message when i try to view my router details on metrics: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /routerdetail.html. Reason: Error reading from remote server Url for this message is: https://metrics.torproject.org/routerdetail.html?fingerprint=0aff5440ae93f2e... -- Mit freundlichen Grüßen / Yours sincerely Sebastian Urbach -------------------------------------------------------- Religion is something left over from the infancy of our intelligence, it will fade away as we adopt reason and science as our guidelines. -------------------------------------------------------- Bertrand Arthur William Russell (1872-1970), British philosopher, logician, mathematician, historian, and social critic.

On 1/14/12 8:27 AM, Sebastian Urbach wrote:
Hi,
Im receiving the following error message when i try to view my router details on metrics:
Proxy Error
The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /routerdetail.html.
Reason: Error reading from remote server
Url for this message is:
https://metrics.torproject.org/routerdetail.html?fingerprint=0aff5440ae93f2e...
Should be fixed now. The problem was that we ran SELECT MAX() on the newly partitioned database table, an operation that isn't well supported in PostgreSQL 8.4. Changed to a SELECT MAX() on another, non-partitioned table. That should do the trick. Best, Karsten
participants (2)
-
Karsten Loesing
-
Sebastian Urbach