We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to run the python3 rdf_mapper.py it outputs: Received data... 165 0 12.977360725402832 Invalid URL 'None': No schema supplied. Perhaps you meant http://None?
I can not figure out where to fix this.
Here is the .env file:
DOA_SERVER_ADDR = 'http://192.168.43.213:8081/DOA_value.html' DF_SERVER_ADDR = 'http://rdf.musther.net/save.php'
STATION_ID = 'KD7CAO1' POLLING_INTERVAL = 5 STATION_LATITUDE = 33.2752762 STATION_LONGITUDE = -96.9960933
LINE_LENGTH = 100 KSDR_BEARING = 0
[ Read 10 lines ]
^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify ^C Cur Pos ^X Exit ^R Read File ^\ Replace ^U Uncut Text^T To Spell ^_ Go To Line
The text was updated successfully, but these errors were encountered:
What OS are you running the Python environment on?
Sorry, something went wrong.
I just fixed an indentation error in the last uploaded code, I don't know if that would cause your issue though, but please try again.
No branches or pull requests
When trying to run the python3 rdf_mapper.py it outputs:
Received data...
165
0
12.977360725402832
Invalid URL 'None': No schema supplied. Perhaps you meant http://None?
I can not figure out where to fix this.
Here is the .env file:
DOA_SERVER_ADDR = 'http://192.168.43.213:8081/DOA_value.html'
DF_SERVER_ADDR = 'http://rdf.musther.net/save.php'
STATION_ID = 'KD7CAO1'
POLLING_INTERVAL = 5
STATION_LATITUDE = 33.2752762
STATION_LONGITUDE = -96.9960933
LINE_LENGTH = 100
KSDR_BEARING = 0
^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify ^C Cur Pos
^X Exit ^R Read File ^\ Replace ^U Uncut Text^T To Spell ^_ Go To Line
The text was updated successfully, but these errors were encountered: