My OP25 installation is running ok but I have noticed some broken transmissions. So I went to look at the rx.py log and I am getting these repeater errors. Any idea what is causing these?
Thank you,
Kevin
post_req: error processing input: id=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%28%29%7D&username=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%2
8%29%7D&password=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%28%29%7D&uid=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%28%29%7D&:
Traceback (most recent call last):
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 223, in post_req
data = json.loads(postdata)
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
*** end traceback ***
application: request failed:
Traceback (most recent call last):
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 281, in application
result = http_request(environ, start_response)
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 261, in http_request
status, content_type, output = post_req(environ, start_response, postdata)
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 228, in post_req
for d in data:
UnboundLocalError: local variable 'data' referenced before assignment
Thank you,
Kevin
post_req: error processing input: id=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%28%29%7D&username=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%2
8%29%7D&password=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%28%29%7D&uid=%25%7B%27_Bug_147%27+%2B+%28159+%2B+357%29.toString%28%29%7D&:
Traceback (most recent call last):
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 223, in post_req
data = json.loads(postdata)
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
*** end traceback ***
application: request failed:
Traceback (most recent call last):
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 281, in application
result = http_request(environ, start_response)
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 261, in http_request
status, content_type, output = post_req(environ, start_response, postdata)
File "/home/pi/op25/op25/gr-op25_repeater/apps/http_server.py", line 228, in post_req
for d in data:
UnboundLocalError: local variable 'data' referenced before assignment