-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to test notifications #118
Comments
You're probably editing the |
I'd run a |
Also take a look at |
Hey Jeff, thank you for the swift response. You are right that I was setting the .js file instead. That is resolved. I ran npm install and all I got was Would this cause the sound error? Also, I received a different error when I forgot to set my PLAY_SOUND. Now that I did, it's just throwing |
That's interesting because that's also related to #115. We aren't using webpack, but looks like some dependency is. I've reinstalled everything from scratch, but still haven't seen this problem. Sort of strange. Ensure you're using the correct file: |
Hey Jeff, There is only one .env file in my folder, so it's probably correct. I do intend to use PLAY_SOUND. Do you know of a way to fix this? What player are you using? Maybe I could try installing that |
I don't have any particular player. I think it comes with the module. Can you take a screenshot of your output when you do |
Also getting the sound player issue.
|
Jeff, Here you go: https://imgur.com/a/iMxezEh |
the mplayer still in a zip file. Do you have it elsewhere? |
I'm going to merge this issue with #116. Let's move discussion to there since it's the same issue. Thanks! |
Description
I changed the url for certain cards as suggested to test in stock alerts, for example:
But after running the program, this file is immediately replaced. Everything was working fine this morning before I took a pull. I'm currently on commit 5b91065
Also, not sure how to fix this, but I kept getting
Error: Couldn't find a suitable audio player
when I was able to successfully test this morning. How do I go about fixing this? What are compatible players or do I have to do something to set one up?The text was updated successfully, but these errors were encountered: