New question #269965 on Graphite: https://answers.launchpad.net/graphite/+question/269965
I am new to graphite. After setting it up, I ran into the issue that no graphs can be view (or plotted) but everything else seems fine. If I tried to open the graph directly from url: http://127.0.0.1:8080/render/?width=1041&height=568&_salt=1438645747.311&target=system.loadavg_1min. It says "The image http://.... cannot be displayed because it contains errors". Below is the output in console when I tried clicked on "loadavg_1min" and displayed it: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run self.finish_response() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response self.write(data) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write self.send_headers() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers self.send_preamble() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 197, in send_preamble self._write('Server: %s\r\n' % self.server_software) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write self.flush() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 41] Protocol wrong type for socket [03/Aug/2015 17:07:28]"GET /render/?width=1041&height=568&_salt=1438646839.464&target=system.loadavg_1min HTTP/1.1" 500 59 - Broken pipe from ('127.0.0.1', 51580) I will provide more details if that's needed, I just wonder what kind of error is this ? Thank you ! -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

