Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upper case items don't delete when using the client directly #36

Open
Mr5Picker opened this issue Jan 4, 2025 · 7 comments
Open

Upper case items don't delete when using the client directly #36

Mr5Picker opened this issue Jan 4, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@Mr5Picker
Copy link

I'm testing the server and client on windows in WSL and commands all seem to be working, but I cannot remove an item that has an upper case letter. When I try the system returns null.

@madmachinations madmachinations self-assigned this Jan 4, 2025
@madmachinations madmachinations added the unverified bug Unverified bug label Jan 4, 2025
@madmachinations
Copy link
Owner

How long is your shopping list? Like how many items are on it?

If you are able to clear your shopping list entirely and just put three test items on the list, and you can reliably replicate and confirm that it's upper case letters causing the issue that would be very helpful please.

Because I have had items on mine with an uppercase letter and they get cleared successfully. But I am aware there might be a bug where if a shopping list is very long, it might not be able to see all the items beyond a certain point when it scans the page as they are lazy loaded.

@Mr5Picker
Copy link
Author

Removed all items and added back 3 with uppercase from the Alexa app and cannot remove them from the command line. Also, if I add and item with uppercase from the CL, it converts to all lowercase. Maybe an issue with my environment?

@madmachinations
Copy link
Owner

Kookie! Sounds like it's enforced to be lower case.

Can I confirm when you emptied your list, that you also had no completed items on the list?

@madmachinations madmachinations added bug Something isn't working and removed unverified bug Unverified bug labels Jan 4, 2025
@Mr5Picker
Copy link
Author

Yes, there are no completed items in the list. I might go ahead and install HASS add-on and see if it behaves differently.

@Mr5Picker
Copy link
Author

It seems to be fine running in the HASS add-on so it must be an issue with the container on my Windows machine.

@madmachinations
Copy link
Owner

It seems to be fine running in the HASS add-on so it must be an issue with the container on my Windows machine.

Weird, could be an issue somewhere in the client. Perhaps it's forcing everything to be lower case somewhere in there.

And then perhaps the component doesn't do this when talking to the server. Been a while tbh but I'll keep this issue open and look into it

@madmachinations madmachinations changed the title Upper case items don't delete. Upper case items don't delete when using the client directly Jan 5, 2025
@madmachinations madmachinations removed their assignment Jan 5, 2025
@Mr5Picker
Copy link
Author

Pretty sure it's a Windows server issue. I did not have the problem when running my Windows client against the HASS server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants