-
Notifications
You must be signed in to change notification settings - Fork 34
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
Freezing after approximately 5 min #1
Comments
@andrewkochie after this happens, can you quit the program, then attach the file at |
2019-11-26 19:57:20 [Main] Logging initialized successfully. |
Still playing around with it. Disabled plotting and was just writing the UDP stream to a seedlink file for EHZ. Noticed that it will write all channels regardless of whether or not I only stipulate EHZ. This is one of the errors in the terminal while listening to the UDP packets. 2019-11-26 21:15:52 [Alert] Threshold: 1.7; Current max STA/LTA: 1.5666Exception in thread Thread-1: 2019-11-26 21:18:00 [Alert] Threshold: 1.7; Current max STA/LTA: 1.5695 |
I made some changes, can you do I remember not writing code to allow specific channels to be written because I didn't think anyone would want to save just one channel, so I don't know why I put the option in the settings. But I will add that functionality. I'm still not 100% sure why the plot is freezing. Does it only happen when only the plot is enabled? Are you sure your internet connection is stable? The plot will appear to freeze when there is no data flowing in. |
Just pushed functionality to write specific channels, using the syntax
|
reinstalled everything and this morning got this again: 2019-11-27 13:08:21 [Alert] Threshold: 1.7; Current max STA/LTA: 1.5698^C |
Tried cloning fresh copy again to just default settings and python throws the same error after some time. Not sure on the masked array error |
Ok try the commit I just made. I made a more explicit effort to convert from a masked array to a regular array with zeros filling the gaps. |
double check repodata.json`Found conda-forge channel in /home/oem/.condarc UnavailableInvalidChannel: The channel is not accessible or is invalid. ` |
That is a very strange error. Nowhere in my code is there anything that tells it to download from the "xonda-forge" channel. It should be "conda-forge". So I'm not sure why this is happening, unless there's an error in Anaconda's code, or you changed your For now what you can do instead is the following (remember to replace cd <your rsudp directory>
git pull
bash unix-start-rsudp.sh If you're on Windows in an Anaconda Prompt: cd <your rsudp directory>
git pull
conda activate rsudp
pip install <your rsudp directory>
rs-client |
I apologize that was my error. I ended up adding a wrong channel. Git cloned again and has been running for 30 min or so with no errors with 2 events detected. I'll keep an eye on it to see if there are any bugs. |
Fantastic, great to hear! Closing this issue, if you have any further related issues feel free to reopen. |
Running latest version of linux mint and used the instructions. I connect to R2DE5 over a vpn remotely to access the shake with no problems. Seems after running the script after 5 min from bash it will freeze with no warning.
The text was updated successfully, but these errors were encountered: