-
Notifications
You must be signed in to change notification settings - Fork 84
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
Not getting admin text messages #104
Comments
I've also stopped receiving any text products, even though my config file (the default installed by |
I believe it might be due to a format change on the filename. It doesn't seem to include the timestamp anymore. TextHandler is expecting a timestamp in the filename and if it doesn't exist it exits without generating the file. A fix seems fairly straightforward depending on the requirement. Not sure if Pieter is actively monitoring. I'm happy to contribute. Disclaimer: I have only been a user for around 2 weeks. I have the code loaded into VS2017 with it being configured to compile and run the code remotely on a RPI4 allowing me to develop/debug in VS. |
This reverts commit 7a3edd5.
Thanks for posting! And thanks for the fix, @spinomaly. Any chance someone could send over an LRIT file of a text message? Perhaps there still is a timestamp in there somewhere, just encoded in a different way. If not, I'm happy to merge the PR that uses the current local time. Including a time in the filename seems like the right thing to do, in case the contents of this file ever changes. |
Thanks so much for the help guys! My decoding station is currently out of commission, but when I eventually fix it I'll try this. |
Welcome! Attached is a text LRIT file that just occured. |
Awesome, now how would someone go about updating their config to RX these by default? Also can I decode this LRIT file manually with goesproc? |
I don't think goesproc will process this file. Same issue whether streaming or loading files. However, I have never tried processing files. I am only processing streams at the moment. |
Ok then, but am I still able to modify the goesrecv/goesproc config to enable reception of admin text? |
Add this to goesproc config file. However, no files will be saved until a fix is implemented. [[handler]] |
Ah ok, so this is preemptive until a patch can be made? Like I said, thanks for your help I really appreciate it. These kind of things just bug me lol. |
If you want to use a fix I implemented to enable saving of admin messages you can get the latest in my repo. |
It's been quite a while since I used my decoding setup, and I remembered admin text messages where a thing. I had never gotten one, and was wondering if the satellites don't send them out anymore or can I enable decoding them somehow like EMWIN. Sorry if this is not the correct place, I rarely use GitHub.
The text was updated successfully, but these errors were encountered: