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


Question

Posted (edited)

I'm trying to Code versioning  in my code.

In the QA - i have set QuickApp._VERSION - and want that to be re-used in the QA Label 

Please login or register to see this code.

In my QA device i have a label with IDName "labelQuickAppVer"

Please login or register to see this code.

 

 

[05.11.2020] [11:58:39] [ERROR] [QUICKAPP622]: QuickApp crashed
[05.11.2020] [11:58:39] [ERROR] [QUICKAPP622]: main.lua:255: expected near 'end'

 

I tried reading here - QuickApp:updateView(component_name, component_attribute, value)

Please login or register to see this link.

 

My AQ Crashed here - im pretty sure its the "IDName" that component_name cant read, but why ?

 

Please login or register to see this attachment.

Edited by ChristianSogaard

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
1 hour ago, ChristianSogaard said:

QuickApp._VERSION)end;

remove "end;"

Edited by 10der
  • 0
  • Inquirer
  • Posted
    4 minutes ago, 10der said:

    remove "end;"

     

    I tried remove end - but its still crashing.

    [05.11.2020] [13:59:41] [ERROR] [QUICKAPP622]: QuickApp crashed
    [05.11.2020] [13:59:41] [ERROR] [QUICKAPP622]: main.lua:254: attempt to index a nil value (global 'self')

     

    This line

    Please login or register to see this code.

    Should that be in the QuickApp:onInit() or elsewhere ?

    4 minutes ago, ChristianSogaard said:

     

    I tried remove end - but its still crashing.

    [05.11.2020] [13:59:41] [ERROR] [QUICKAPP622]: QuickApp crashed
    [05.11.2020] [13:59:41] [ERROR] [QUICKAPP622]: main.lua:254: attempt to index a nil value (global 'self')

     

    This line

    Please login or register to see this code.

    Should that be in the QuickApp:onInit() or elsewhere ?

    You were right @10der - it was the end. Thank You 

    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...