wccyzxy
wccyzxy
代理合约模板的Proxy.sol,`addressToString`函数中存在错误,`bytes memory str = new bytes(51);`应该改为`bytes memory str = new bytes(42);`
Error: ``` ✘ WebSocket Error: type object 'GeneratePayload' has no attribute 'model_validate_json' ERROR: Exception in ASGI application Traceback (most recent call last): File "/output/Verba/goldenverba/server/api.py", line 597, in websocket_generate_stream payload =...
The code to get prop `naturalWidth` of img element: ``` let question_img = question_img_div.find(By::Css("img")).await?; let origin_width= question_img.prop("naturalWidth").await?; ``` The error is: ``` Error: Json("Unexpected value for property: Number(450)") ``` Goto...