tehp / OpenPoGoUI

A web view for OpenPoGoBot
http://openpogoui.nicontoso.eu/
MIT License
19 stars 7 forks source link

Cant visualize bot #23

Closed bornbygoogle closed 8 years ago

bornbygoogle commented 8 years ago

Hi, sorry for disturbing, but when i connect to openpogoui.nicontoso.eu I got only "Connecting to the bot ... ", and on terminal, i got "error: [Errno 32] Broken pipe", any idee ? Thanks a lot.

niicojs commented 8 years ago

I will need a little bit more information. Like: OS, Browser, copy/paste of bot console log, copy/past of browser console log.

bornbygoogle commented 8 years ago

An example of console log :

Exception in thread Thread-665: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in *bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(_self.__args, _self.kwargs) File "/usr/lib/python2.7/SocketServer.py", line 599, in process_request_thread self.handle_error(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 654, in init** self.finish() File "/usr/lib/python2.7/SocketServer.py", line 713, in finish self.wfile.close() File "/usr/lib/python2.7/socket.py", line 283, in close self.flush() File "/usr/lib/python2.7/socket.py", line 307, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe

OS : Kali Browser : Iceweasel

niicojs commented 8 years ago

Could you also share your browser log?

bornbygoogle commented 8 years ago

browser log ? what do you mean ??

niicojs commented 8 years ago

I don't know a thing about "Iceweasel" but there is usually a developer mode or a show console button somewhere. It is usually Ctrl+Shift+J or Ctrl+Shift+I.