View Single Post
  #11  
Old 03-12-2014, 06:36 AM
ppeterppan ppeterppan is offline
Junior Member
 
Join Date: Mar 2014
Posts: 5
ppeterppan is on a distinguished road
Default

Re: Start/Stop rtmpdump from your browser (chaturbate support)


Hi,

First of all thanks for job you have done! I have not been able to use your tool yet because i get an error "no player found" when i press record button.

I have python started the server and this came up:

Code:
C:\Python27>python server.py
Thu Mar 13 13:35:05 2014 Server Starts - :80
ok-PC - - [13/Mar/2014 13:35:13] "GET /record/ HTTP/1.1" 200 -
record
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 53556)
Traceback (most recent call last):
  File "C:\Python27\lib\SocketServer.py", line 284, in _handle_request_noblock
    self.process_request(request, client_address)
  File "C:\Python27\lib\SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Python27\lib\SocketServer.py", line 639, in __init__
    self.handle()
  File "C:\Python27\lib\BaseHTTPServer.py", line 337, in handle
    self.handle_one_request()
  File "C:\Python27\lib\BaseHTTPServer.py", line 325, in handle_one_request
    method()
  File "server.py", line 103, in do_GET
    self.wfile.write(self.do_record(params))
  File "server.py", line 81, in do_record
    if params['performer'] in recordings: return
TypeError: string indices must be integers, not str
----------------------------------------
Reply With Quote