You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when RF-Receiver Description was not completed then the STP Raw Queue could not be sent to the server. This is because it is read in with a tokenizer and it does not like blank fields.
The error needs to be fixed in Frame load(BufferedReader input)
Rather than tokenize the line we should split it.
The text was updated successfully, but these errors were encountered:
For example, when RF-Receiver Description was not completed then the STP Raw Queue could not be sent to the server. This is because it is read in with a tokenizer and it does not like blank fields.
![image](https://user-images.githubusercontent.com/14824793/151720549-b6877bf0-6c26-4df6-adc9-3ba9d8a499eb.png)
The error needs to be fixed in Frame load(BufferedReader input)
Rather than tokenize the line we should split it.
The text was updated successfully, but these errors were encountered: