CounterpartyXCP / counterparty-core

Counterparty Protocol Reference Implementation
http://counterparty.io
MIT License
282 stars 206 forks source link

"Odd-Length String" #2165

Open adamkrellenstein opened 4 weeks ago

adamkrellenstein commented 4 weeks ago

https://counterparty.sentry.io/issues/5713053743/?project=4507062633365504&query=is%3Aunresolved+issue.priority%3A%5Bhigh%2C+medium%5D&referrer=issue-stream&statsPeriod=7d&stream_index=0

Screenshot 2024-08-14 at 1 46 22 PM
dime-squanderer commented 3 weeks ago

example:

curl 'https://api.counterparty.io:14000/v2/addresses/tb1qmlykf0ej29ane2874y38c46kezr7jywrw6jqr9/compose/send?verbose=true&destination=destination&asset=A12445442962327434649&quantity=100&allow_unconfirmed_inputs=true&fee=2000' \ -H 'accept: /' \ -H 'accept-language: en-US,en;q=0.9' \ -H 'origin: http://localhost:2020/' \ -H 'priority: u=1, i' \ -H 'referer: http://localhost:2020/' \ -H 'sec-ch-ua: "Chromium";v="123", "Not:A-Brand";v="8"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'

{"error": "Unknown error"}%  ~/