checkver uses wrong url #5654
Unanswered
ImMakSpy
asked this question in
Help and Questions
Replies: 1 comment
-
The content is loaded via JavaScript, so you need to open the developer tools (press F12) and then you get what you need from the network tab. And here a working regex: https://regex101.com/r/34zu1y/1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm trying to implement a manifest for my canon ts8300 driver, where checkver is
"checkver": {
"url": "https://www.canon.at/support/consumer/products/printers/pixma/ts-series/pixma-ts8350.html?type=drivers&detailId=tcm:84-1876397&os=Windows%2010%20%2864-bit%29&language=&productTcmUri=tcm:84-1876207/",
"regex": "Dateiversion.*(\d+\.\d+)"
},
There I've the problem that, when I execute the version check (checkver.ps1) I got the following error:
At first I thought the regex is wrong. But after I've no clue what's wrong in the regex, I found out, that the content is from
and not from
detailId=tcm:84-1876397&os=Windows%2010%20%2864-bit%29&language=&productTcmUri=tcm:84-1876207/".
I have the same problem, when I call
Has anyone an idea, how my problem can be solved?
I hope someone can help me.
I'm thankful for every reply.
Beta Was this translation helpful? Give feedback.
All reactions