Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Unexpected error in debug window


Question

Posted

Hello,

I was programing one of my virtual devices until error occurred- ,,Expected value but not found T_END at character 1.''

The strange thing is that the error is in line 14 (empty line).

I attached the photos of debug window and code window. I'm using HC2 v3.590

What could be wrong with my code?

Can somebody explain the error in simple words?

Please login or register to see this attachment.

Please login or register to see this attachment.

3 answers to this question

Recommended Posts

  • 0
Posted

It is not receiving a valid JSON response. I think that even though you are trying to call the same ip as you are sending the request from, you still need to authenticate using basic authentification.

Also, when doing this sort of JSON querying, you should always check the response code to be 200. If it is anything else, there is something wrong with the request and it will most probably throw this error. So if status code isn't 200 the code should skip the code reliant on the json to avoid crashing the main loop.

  • 0
  • Inquirer
  • Posted

    How can I skip the code? Can you write me an example? I don't have much experience in LUA so I'm little confused right now :/

    Thank you

    Please login or register to see this image.

    /emoticons/default_smile.png" alt=":)" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />

    • 0
    Posted

    gediminasv705, assign status to new variable and check it with "if" condition.

    Please login or register to see this code.

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...