Closed k-wayne closed 4 years ago
Can you provide the poll URL that causes this?
Here same error
Connecting to: https://www.strawpoll.me/y3ydprpb
Traceback (most recent call last):
File "script.py", line 146, in <module>
prepare (args, motd)
File "script.py", line 83, in prepare
checkboxID = str (int (checkboxID) + opt - 1)
ValueError: invalid literal for int() with base 10: ''
did you fix it? so it work with the new address "strawpoll.com" ?
yes. it's working fine using strawpoll.com
apparently they are two distinct services.
Can you send me the edited code? I tried to change strawpoll.me with strapoll.com but it is not workin /:
It gives an error: Traceback (most recent call last): File "script.py", line 146, in prepare (args, motd) File "script.py", line 83, in prepare checkboxID = str (int (checkboxID) + opt - 1) ValueError: invalid literal for int() with base 10: ''