martinboksa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Protocol message tag had invalid wire type when use application/x-protobuf #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter URL that supports application/x-protobuf
2. On the Headers add application/x-protobuf
3. On the body change content type to application/x-protobuf,charset=UTF-8

What is the expected output? What do you see instead?
Run success? Instead I see "Protocol message tag had invalid wire type"

What version of the product are you using? On what operating system?
2.3.3

Original issue reported on code.google.com by kathy...@gmail.com on 13 Jun 2011 at 11:39

GoogleCodeExporter commented 8 years ago
This seems to be a binary format:

http://stackoverflow.com/questions/6138721/protobuf-errorprotocol-message-tag-ha
d-invalid-wire-type

Binary contents are NOT supported as of now:

https://code.google.com/p/rest-client/wiki/Limitations

Original comment by subwiz on 9 Jul 2012 at 2:38