You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last Wednesday I still can use pbtk to fiddling with google maps's protobuf (step 1 and step 3)
But then on Friday I got ValueError on most of endpoints on step 3:
Only two of them still works
Traceback (most recent call last):
File "gui.py", line 310, in launch_fuzzer
self.pb_request = dict(self.pb_request)[data['request']['proto_msg']]()
File "/home/thanhlv/workspace/decode_pb/pbtk/utils/common.py", line 179, in load_proto_msgs
raise ValueError(cmd.stderr.decode('utf8'))
ValueError: Search.proto:1884:62: Field numbers must be positive integers.
Search.proto:636:18: "undefined" is not defined.
Search.proto:637:18: "undefined" is not defined.
Search.proto:638:29: Field number 6 has already been used in "Search.E" by field "f".
Search.proto:639:18: "undefined" is not defined.
Search.proto:640:18: Field number 8 has already been used in "Search.E" by field "h".
Search.proto:641:20: Field number 9 has already been used in "Search.E" by field "i".
Search.proto:828:22: "undefined" is not defined.
Search.proto:1879:50: "undefined" is not defined.
Search.proto:1880:50: "undefined" is not defined.
Search.proto:1883:41: "undefined" is not defined.
Search.proto:2011:14: "undefined" is not defined.
Search.proto:2013:5: "undefined" is not defined.
Aborted (core dumped)
and /maps/vt
Traceback (most recent call last):
File "gui.py", line 310, in launch_fuzzer
self.pb_request = dict(self.pb_request)[data['request']['proto_msg']]()
File "/home/thanhlv/workspace/decode_pb/pbtk/utils/common.py", line 179, in load_proto_msgs
raise ValueError(cmd.stderr.decode('utf8'))
ValueError: VectorTown.proto:1405:16: Expected field name.
Aborted (core dumped)
Is it only my problem or did Google recently change the response format ?
Thanks for your awesome tool, it helps me a lot !
The text was updated successfully, but these errors were encountered:
Last Wednesday I still can use
pbtk
to fiddling with google maps's protobuf (step 1 and step 3)But then on Friday I got ValueError on most of endpoints on step 3:
Only two of them still works
My error with
/s
and
/maps/vt
Is it only my problem or did Google recently change the response format ?
Thanks for your awesome tool, it helps me a lot !
The text was updated successfully, but these errors were encountered: