Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Weather forecast application using Google weather APIs to get the data - NOT returning any data. Help needed!
Forum Updated to NodeBB v4.3 + New Features

Weather forecast application using Google weather APIs to get the data - NOT returning any data. Help needed!

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 867 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LakshmiSaripella
    wrote on last edited by
    #1

    I'm trying to explore weather forecast application using Google weather API to get the data. However, I get to see no data being populated in my UI.

    I've used the following and could comprehend that the data is not getting fetched.

    onStatusChanged: if (weatherModelCurrent.status == XmlListModel.Error)
    console.log (qsTr("XmlListModel Loading error ""))

    I'm clueless of the error reason. I tried giving "http://www.google.com/ig/api?weather=Munich&hl=en" in my browser and get to see the below message from google
    "We're sorry...

    ... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now."

    How to proceed further. Any guidance is highly appreciated.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved