google sheets importhtml used to work, now not working - google-sheets

I was getting data from the following url https://movelearnplay.edmonton.ca/COE/public/booking/checkavailabilitylocations/f3354137-bdae-4dcd-9683-e471107dbb6b?CheckAvailability=True&StartDate=2022-02-03&FinishDate=2022-02-22&Quantity=1&TimeRangeStart=120&TimeRangeEnd=960&Page=2#results
with =IMPORTHTML("https://movelearnplay.edmonton.ca/COE/public/booking/checkavailabilitylocations/f3354137-bdae-4dcd-9683-e471107dbb6b?CheckAvailability=True&StartDate=2022-02-03&FinishDate=2022-02-22&Quantity=1&TimeRangeStart=120&TimeRangeEnd=960&Page=2#results","table",1) , but suddenly it stopped working today. Can anyone tell me why and what I can do?

Change to number#2 to table
=IMPORTHTML("https://movelearnplay.edmonton.ca/COE/public/booking/checkavailabilitylocations/f3354137-bdae-4dcd-9683-e471107dbb6b?CheckAvailability=True&StartDate=2022-02-03&FinishDate=2022-02-22&Quantity=1&TimeRangeStart=120&TimeRangeEnd=960&Page=2#results","table",2)

Related

How to use agSetColumnFilter in ag grid react

When i am using agSetColumnFilter ,i am seeing agSetcolumnfilter component not found then i tried to check in google where it mention to import ag-grid-eneterprise but even after using that i didnt able to get the result

Microsoft one note graph api doesn't include recently created pages

The '/onenote/sections/{sectionId}/pages' endpoint doesn't return recently created pages. It used to work without issues. Since the past few days, it isn't returning newly created pages. Does anyone know how to fix this issue?
https://graph.microsoft.com/v1.0/me/onenote/sections/{sectionId}/pages?top=100
Thanks for reporting this issue Ajay! It's being investigated and will let you know when fixed.

Checking the code in parse.com cloud code

Im using parse.com cloud code -
Is there anyway to check your code there?
Something like breakpoint?
Im currently using console.log after every line in order to understand where i crash.
Any suggestions?

User/Search Paging not working suddenly

I was using Twitter's User/Search API with no problem:
https://api.twitter.com/1.1/users/search.json
and
?q=myusername&count=20&page=3
But from yesterday, the paging property seemed not to work.
when I change page value, it returns the same page 1 results.
I even tested my query with https://dev.twitter.com/oauth/tools/signature-generator/ but nothing changed.
I'm sure that I'm not doing anything wrong because it was working yesterday. So what happened?
Thanks for your help.
Edit:
Well it seems something's wrong with twitter REST API:
https://twittercommunity.com/t/rest-api-people-search-json-not-returning-verified-accounts/31381
https://twittercommunity.com/t/users-search-doesnt-show-up-some-verified-account/31388
This issue is solved now. It was a twitter bug (PREL-11824).
More info: https://twittercommunity.com/t/users-search-doesnt-show-up-some-verified-account/31388
Looks like this problem has come back.
https://twittercommunity.com/t/search-problems-have-returned/32573/3

Google Adwords API 'getKeywordVariations' not working properly

I'm trying to use the 'GetKeywordVariations' method of the google adwords API, documentation at this page. According to the documentation, it should return these fields, including lastMonthSearchVolume. When I try this, i get all the fields except for lastMonthSearchVolume. Does anyone know why?
I found the answer. i was using the older version of the API. Updating to the latest version fixed it .

Resources