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
Traceback (most recent call last):
File "D:\ProgramProject\Tieba\aiotieba\v2.10.1\test.py", line 18, in <module>
loop.run_until_complete(run())
File "D:\ProgramProject\3.9\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "D:\ProgramProject\Tieba\aiotieba\v2.10.1\test.py", line 14, in run
print(img.show_width)
File "D:\ProgramProject\Tieba\aiotieba\v2.10.1\aiotieba\client\common\typedef\frags.py", line 193, in show_width
self._init_wh()
File "D:\ProgramProject\Tieba\aiotieba\v2.10.1\aiotieba\client\common\typedef\frags.py", line 179, in _init_wh
self._show_width = int(show_width)
ValueError: invalid literal for int() with base 10: '%!s(*string=0xc1847cc0e0)'
简要描述这个bug
如何复现
你希望程序作出何种行为
输出show_width (show_height同理)
The text was updated successfully, but these errors were encountered: