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

Tennis Channel shortcut no longer working #584

Closed
uspino2 opened this issue Dec 12, 2024 · 4 comments
Closed

Tennis Channel shortcut no longer working #584

uspino2 opened this issue Dec 12, 2024 · 4 comments
Assignees
Labels
App Shortcut Update A previously existing shortcut no longer works as expected

Comments

@uspino2
Copy link

uspino2 commented Dec 12, 2024

Describe the bug

Tennis Channel shortcut does nothing on Apple TV when pressed

To Reproduce

Add shortcut in Firemote, press.

Expected Behavior

Launch Tennis Channel

Which Type of Device Do You Own?

Apple TV

Troubleshooting Steps Completed

The Tennis Channel has recently upgraded the app and looks like it changed the name from Tennis Channel to Tennis Channel US. I tried editing line 8057 (appName) in launcher-buttons.js, but it doesn't solve the issue.

      "friendlyName": "Tennis Channel",
      "className": "tennisChannelButton",
      "deviceFamily": ["amazon-fire", "apple-tv", "roku"],
      "amazon-fire": {
          "appName": "com.tennischannel.tceverywhere.amazon",
          "androidName": "com.tennischannel.tceverywhere.amazon",
      },
      "apple-tv": {
          "appName": "Tennis Channel US",
      },
      "roku": {
          "appName": 'Tennis Channel',
          "app-id": 55268,
      },

Additional context

No response

@PRProd PRProd self-assigned this Dec 16, 2024
@PRProd PRProd added the App Shortcut Update A previously existing shortcut no longer works as expected label Dec 16, 2024
@PRProd
Copy link
Owner

PRProd commented Dec 31, 2024

Hello again @uspino2!

You did the exact right thing! I think that you didn't experience the success from your change because of a local caching issue. If you were to force a cache refresh I bet that your change would work perfectly.

I have adjusted the Firemote code, and successfully tested it. This change will be available in the next Firemote release.

-Doug

@PRProd PRProd closed this as completed in d7edf4d Jan 3, 2025
@PRProd
Copy link
Owner

PRProd commented Jan 3, 2025

Good news @uspino2!

An update for you: I have just published Firemote version v4.1.6 which contains the updated launcher for the Tennis Channel US.

Enjoy!

-Doug


To see a complete list of all Firemote launchers visit this link
After updating to the newest version, if you are unable to see the new updates on your Firemote card, visit this link for help.

@uspino2
Copy link
Author

uspino2 commented Jan 4, 2025

Thanks @PRProd !

@PRProd
Copy link
Owner

PRProd commented Jan 4, 2025

THANK YOU for bringing this to my attention! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Shortcut Update A previously existing shortcut no longer works as expected
Projects
None yet
Development

No branches or pull requests

2 participants