Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Unable to call System IP Address from API without XenInfo #336

Description

@0utlawActual

YOU MUST COMPLETE THIS FORM
This information is asked to help figure out issues. Your issue may be closed without any resolution if you fail to fill out the form.

Describe the bug

Unable to pull system IP address like previously available with XenInfo

To Reproduce

Steps to reproduce the behavior:

  1. Have a widget that calls for system IP address and and displays it on lockscreen with Xen HTML 1.1.5 and XenInfo 2.2.9
    e.g. :
    if(type == "system"){
    var IP = ipAddress;
    if (IP == "error") {
    IP = "WiFi Not Connected";
    } else {
    IP = ipAddress;
    }
    ipDiv.innerHTML = 'IPv4: ' + IP +
  2. Update to Xen HTML 2.0
  3. Wiget no longer displays IP address

Expected behavior

Widget should display IP address

Screenshots

System Info

  • Device: [e.g. iPhone 7 Plus]
  • OS: [e.g. iOS 13.5]
  • Xen HTML version: [e.g. 2.0~release]

Additional context

Cannot find documentation in https://incendo.ws/documentation/widget-api/index.html on how to pull system IP address.

Thanks for your attention

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions