mike-grant / haaska

Home Assistant Alexa Skill Adapter that supports v3 of the Alexa Smart Home Skill API
MIT License
537 stars 117 forks source link

get_url method breaking some URLs #241

Closed meznak closed 2 years ago

meznak commented 2 years ago

haaska.py:102

The rstrip call in the get_url method is improperly used and breaking certain URLs.

rstrip removes any of the specified characters, not the string. For those of us using nabucasa, this prevents connection since the url ends up being ...nabu.cas

meznak commented 2 years ago

Looks like this was fixed in #127 but hasn't made it into a release. Has this project been abandoned?