Replies: 2 comments
-
i solved this question,in windows this code should use -d "{}",Double quotes,not apostrophe i hope this can help someone! |
Beta Was this translation helpful? Give feedback.
-
@Rimwu , based on your previous message it seems this issue has been resolved. The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
-
i push below code in cmd
curl --insecure --cert C:/Users/wu/.chia/mainnet/config/ssl/full_node/private_full_node.crt --key C:/Users/wu/.chia/mainnet/config/ssl/full_node/private_full_node.key -d '{"height":327198}' -H "Content-Type: application/json" -X POST https://127.0.0.1:8555/get_block_record_by_height
but it doesn't work and response
`500 Internal Server Error
Server got itself in trouble`
Can someone know this situation and how can i fix this bug
Beta Was this translation helpful? Give feedback.
All reactions