Example Sucks script fails #112
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting for fix validation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/bumper#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
If I run the script from here, I get this Traceback:
And yeah, you can't check for non-existent keys in such way. Try-Except must be used there.
After force-trueing the if (
if True:, since my robot uses XMPP), I get the following Traceback:To Reproduce
Install bmartin's sucks and run the script.
Vacuum:
Additional context
The docs say only about Python 3.7. I've tested 3.7, too. Same behavior.
The robot connects to bumper successfully, but I couldn't make sucks nor the app connect to it. I also simply used the sucks script I use with EcoVacs servers. Only getting connection refused. I feel like #99 has something to do with it.