Skip to content
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

update map not working anymore - returned error: UPDATE FAIL - ERROR : Expecting value: line 2 column 1 (char 1) #12

Open
llinkz opened this issue Aug 19, 2024 · 3 comments

Comments

@llinkz
Copy link
Owner

llinkz commented Aug 19, 2024

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

Change that in

for html in req.text.split("<div class='cl-entry'>")[1:]:

Regards
linkz

@llinkz llinkz closed this as completed Aug 19, 2024
@llinkz llinkz reopened this Aug 19, 2024
@IU1IPB
Copy link

IU1IPB commented Sep 21, 2024

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

@llinkz
Copy link
Owner Author

llinkz commented Sep 21, 2024

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

@IU1IPB
Copy link

IU1IPB commented Sep 23, 2024

My mistake, sorry.
The patch is ok.
Thank-you
Ugo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants