150 questions
2
votes
1
answer
50
views
x class is not a constructor [closed]
My error is SiteChecker is not a function
I was following this guy steps https://www.thepolyglotdeveloper.com/2020/06/scan-broken-links-website-javascript/ to set up package and execute , but on my ...
0
votes
0
answers
36
views
broken-link-checker fails to access pdf
I need a little bit of help here: I am building a little wrapper on broken-link-checker https://github.com/stevenvachon/broken-link-checker to check for links and for some reason I can't access some ...
0
votes
1
answer
95
views
How to test links in a JSON file?
I have a database in JSON containing multiple links and I cannot find a library to crawl it for valid and invalid links. I want to test each URL inside to look for broken links.
Property example:
{
...
0
votes
0
answers
129
views
Github action linkcheck not passing due to stackoverflow links
In our documentation, compiled through Sphinx, we have a few links to Stack Overflow answers (to acknowledge the good suggestions found there). We run a link check Action to verify that we don't have ...
0
votes
0
answers
68
views
Redirect a indexed broken url to new one in python django- nginx server
I have a python-django projet & it's hosted in AWS- nginx server. recently we changed the filename but whenever someone searching the old file (that is indexed in google) shows. it throws 404 ...
0
votes
1
answer
99
views
Is there a way based on the URL to see if a video link would play?
i have a thousand youtube videos to review, some of which do not work. i'm trying to find a way to check these faster. I came across this script, which I thought worked perfectly. however, I'm ...
1
vote
1
answer
60
views
Why changes in <main> affect the <header>?
So I'm creating a site and one of the problems is that when I change the margins for content a link from the header can be presses only in the left-margin of the screen on mobile mode.
because of ...
-2
votes
1
answer
57
views
Hiii team, why I'm getting this ClassCastException below mentioned exception?
This is the exception I am getting:
Exception in thread "main" java.lang.ClassCastException: class sun.net.www.protocol.mailto.MailToURLConnection cannot be cast to class java.net....
0
votes
1
answer
285
views
Router-links is broken in vue project while links work fine in reality
I have my vue project with different router-links. When I build it for hosting and try to check my links using Link Checker it says all my internal links are broken while all internal links work well ...
1
vote
1
answer
159
views
Image and CSS links broken after requesting a single doc from mongoDB via mongoose
Hello everyone finding my question.
I am reaching out to this community in the hope that you can help with a problem I am experiencing with Mongoose/EJS.
Just like to say before I explain the issue. I ...
0
votes
1
answer
143
views
how to request if href have only https in selenium python
I'm try to finding broken links from website using selenium python. I almost done the script and executed its working good. but I'm facing issue while request the link to get status code. In my ...
0
votes
0
answers
96
views
Where I can find Primefaces 3.4.1 bundle package (dev package)?
The official link in the official Primefaces download page is broken, and in Maven repository I can find only the bin, not the bundle.
The bundle package is a bin package with the source code and the ...
0
votes
1
answer
979
views
Broken image on mobile device
One of my images showed a broken image link, but only on mobile devices. In all my desktop browsers, even when resizing the browser window, the image was still showing. The file path of the <img>...
0
votes
0
answers
261
views
GitHub Action that identifies broken links
The guides https://docs.github.com/en/actions/guides do not seem to target my goal of checking for broken links.
I have mainly browsed and searched https://docs.github.com/en/actions. Could someone ...
0
votes
0
answers
56
views
Where can I get JSF 2.1 prose document?
I tried to download from the official Oracle page the JSF 2.0 prose document. Unluckily, the link is broken. I searched on Google without success. Do you know where I can find the doc?
PS: in reality, ...