gitcdn.xyz
gitcdn.xyz copied to clipboard
All my gitcdn links do not work any longer
As an example I used the link: https://gitcdn.link/repo/warbe-maker/Common-VBA-Error-Services/master/source/mErH.bas which worked for a long time. To my great surprise I now do get an error: Internal Server Error
Any help would be very much appreciated Best regards Walter
Hey Walter! I do not know the reason for this error but I fixed this by replacing the "/repo/" with "/cdn/" in the URL. They changed the URL convention!
Try https://gitcdn.link/cdn/warbe-maker/Common-VBA-Error-Services/master/source/mErH.bas
@seebham replacing "/repo/" with "/cdn/" will cache current version forever - https://github.com/schme16/gitcdn.xyz#how-to-use
@seebham replacing "/repo/" with "/cdn/" will cache current version forever - https://github.com/schme16/gitcdn.xyz#how-to-use
Oh! That's right. Why the gitcdn.link website generating the URLs with "/cdn/"? @schme16
Again gitcdn is not working. Example: https://gitcdn.link/cdn/warbe-maker/VBA-Components-Management-Services/master/CompMan.xlsb
This is very frustrating since I've used this kind of download link many times and now I have to face the fact that anyone clicking the link will end up frustrated like me. What makes it even worse is the fact that I do not realize that all my links are broken until by accident I use one. Now I am desparately looking for an alternative which I've found using: https://github.com/warbe-maker/VBA-Components-Management-Services/blob/master/CompMan.xlsb?raw=true which works fine. However, it does not work for a file in a sub-folders like the above: https://gitcdn.link/cdn/warbe-maker/Common-VBA-Error-Services/master/source/mErH.bas For this case I do not have any alternative.
Is there anything I can do to make gitcdn more reliable? Is there a way that you automatically get informed when it is not working?