-
Notifications
You must be signed in to change notification settings - Fork 48
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
Autocode 1000 limit now being enforced #30
Comments
I am also having this issue, was wondering why my skill had stopped working! |
This is a work-in-progress, but you can test it out. Fully hosted on AWS, responsive website on Vercel and Firebase to store data. Any feedback/ comment is welcome. Few things might change. |
Thank you, that was the one button I did not click! I have now followed all other steps but cannot add any channels / stations to my Vercel site - I enter all the details as per the instructions and click save, a pop up confirm it was added, but the site itself continues to say my library is empty. Any steps I may have missed? |
on your Firebase Console, check if the Channels are being added in Firestore. Also check the developer console in the browser for any error messages. |
I'm afraid no channels being created in Firestore. Developer console in Vercel? No logs in the functions section. |
Autocode has changed (again) how it measures usage, but I reckon with the 1000GB-s/month I have at least 300hrs of watching news channels, which is way more than I need. @Nekosan78 how many hours a month do you use the skill? |
Open your Vercel page - sitename.vercel.app - on Chrome or any browser, now right click on the page and choose Inspect which will show lots of things including a Console tab. Check the console tab for any messages when you create a new Channel. |
Looks like it is a permissions thing. Do you think it might have been a space in the API key copied across? (normally I do watch out for stuff like that) Can I go into the code and check? @langh59 my wife uses the skill to listen to her radio station back home. Worked absolutely fine until recently. When I checked Autocode told me I had gone beyond the limit. Can't even recreate the skill on an alt because autocode now is just browser based and it does not deploy the same way. So keen to get this new way working! |
You are right. This looks like the FIREBASE_API_KEY or the FIREBASE_PROJECT_ID is not entered correctly on Vercel. Please check if it is, as you said with extra space or something. |
Try https://www.amazon.com/Michael-Dworkin-Radio-Browser/dp/B09MQ7LFCT. If the station isn't listed in the database you can add the url as a custom station. It uses https://www.radio-browser.info/#!/ for the database. The fork I linked to uses the updated Autocode that got the skill working for me. But as Autocode may change the free offering again, the more the merrier different ways of deploying balsimpson's skill are welcome. |
yes, i think that's what it is. change |
That alternative app is a great workaround, thank you so much! Still keen on getting the new deployment method to work @balsimpson 😁 spoke to some uni buddies last week and changed the code to The next hurdle is alexa related. Voice commands to play the station are either returning an error, or eliciting no response at all (helpful not to have consistent results). Could this be related to the endpoint that was configured on your previous skill? Thanks again for all the help by the way! |
Hi Nekosan, Thank you |
@Nekosan78. In the Firebase console, go to the Rules tab. In the Firebase console, go to the Rules tab. Change rule to read Click on Publish to save the chnages. |
@balsimpson Thank you. that part is now working and I can save the channels. |
Have people got the new Juke Box working? I fancy having a go but want to know help is available when I get stuck.:) |
Autocode has recently started enforcing the 1000 requests limit, which makes the skill unusable as the 1000 lasts a matter of days. @balsimpson could I implore to work your magic and find a free alternative and port the code? Thanks for your work, your skill is one of my favourites.
The text was updated successfully, but these errors were encountered: