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
It's because kiwisdr.com webmaster has modified the /public/ webpage source code recently.
it's no more <div class='cl-entry'> at start of each node description but <div class='cl-info'> now
<div class='cl-entry'>
<div class='cl-info'>
Change that in
directTDoA/directTDoA.py
Line 177 in 7f01623
Regards linkz
The text was updated successfully, but these errors were encountered:
Hello,
just installed 7f01623, with the above suggest patch already installed, but the error is (almost) still there:
UPDATE FAIL - ERROR : Expecting value: line 2 column 1 (char 1)
Thank-you Ugo
Sorry, something went wrong.
Hello
I probably wasn't clear on what to change and the modification must be done manually, I have not made a commit on this point
line 177 must be: for html in req.text.split("<div class='cl-info'>")[1:]: see if it is the case
for html in req.text.split("<div class='cl-info'>")[1:]:
My mistake, sorry. The patch is ok. Thank-you Ugo
No branches or pull requests
It's because kiwisdr.com webmaster has modified the /public/ webpage source code recently.
it's no more
<div class='cl-entry'>
at start of each node description but<div class='cl-info'>
nowChange that in
directTDoA/directTDoA.py
Line 177 in 7f01623
Regards
linkz
The text was updated successfully, but these errors were encountered: