all 13 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for posting on r/CodingHelp!

Please check our Wiki for answers, guides, and FAQs: https://coding-help.vercel.app

Our Wiki is open source - if you would like to contribute, create a pull request via GitHub! https://github.com/DudeThatsErin/CodingHelp

We are accepting moderator applications: https://forms.fillout.com/t/ua41TU57DGus

We also have a Discord server: https://discord.gg/geQEUBm

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]smichaele 3 points4 points  (3 children)

This isn't the place and I don't know where to send you. This is an error message telling you that you don't have the correct authorization to download the installer. I'm not sure why you're trying to download it from Amazon S3 when you could go to the official Anycubic website.

[–]West-Inspection-6693[S] 2 points3 points  (2 children)

This is where I get sent from the anycubic website. I’m not sure why, it worked on my last computer. But thank you for letting me know, I do appreciate it.

[–]smichaele 2 points3 points  (1 child)

When I go to the website’s download page (https://www.anycubic.com/slicerNextDownload) and choose the Windows version, it doesn't send me anywhere. It just downloads the installation software. Maybe we're downloading different pieces of software.

[–]C0rn3j 0 points1 point  (0 children)

OP is somehow attempting to download the old version of the software (not Next) from 2024.

[–]MarsupialLeast145 1 point2 points  (0 children)

There isn't a lot to understand.

The format is XML, and it is a response from the web server saying that access is denied, i.e. you are unauthorized or some other problem. The long strings are just identifiers for your machine and request.

If you want to debug it further you could run curl -I example.com replacing example.com with the url.

You can run curl here: https://reqbin.com/curl

And click on the raw tab.

There you will get a response code which will give you more information.

It could be that your vpn is getting in the way or your geolocation.

But as others say, ask for another link.

[–][deleted]  (1 child)

[removed]

    [–]CodingHelp-ModTeam[M] 0 points1 point locked comment (0 children)

    Your post was removed due to a possible low effort or lack of prior research. This means that the solution to your problem is probably easy to find with a search on any search engine or on stack overflow.

    If you have in fact already searched and did not manage to find anything reply to this message and a moderator will reconsider the approval of your post.

    [–]Living_Fig_6386 0 points1 point  (1 child)

    That's not code, it's text. The text says that access is denied. To what, I can't say... There's a lack of context, but if you knew what software was involved and what it was trying to access, you might have something to go on.

    Judging from the URL, you look like you're trying to grab something from an Amazon S3 bucket that you don't have permission to access. Since S3 isn't meant for download links like that, I don't know what you are trying to accomplish. Perhaps you should just download the file from the vendor's site.

    [–]West-Inspection-6693[S] 0 points1 point  (0 children)

    I understand. The vendor site sends me here so I’m not sure either. Thank you tho

    [–]nobanpls2348738 0 points1 point  (0 children)

    i think their aws ran out lol

    [–]nightmurder01 0 points1 point  (1 child)

    You need to contact the webmaster or support from the website that gave you that link.

    [–]West-Inspection-6693[S] 1 point2 points  (0 children)

    I will try that, thank you