Sprayxe / unreal.js

A pak reader for games like VALORANT & Fortnite written in pure JavaScript
https://unreal.js.org
MIT License
60 stars 7 forks source link

Cannot download Oodle DLL #5

Closed Im2rnado closed 3 years ago

Im2rnado commented 3 years ago

Describe the bug Downloading Oodle DLL using Oodle.downloadDLL() returns status code 403

(node:9628) UnhandledPromiseRejectionWarning: Error: Request failed with status code 403
    at createError (C:\Users\Administrator\Desktop\Shadow-Bot\node_modules\axios\lib\core\createError.js:16:15)
    at settle (C:\Users\Administrator\Desktop\Shadow-Bot\node_modules\axios\lib\core\settle.js:17:12)
    at IncomingMessage.handleStreamEnd (C:\Users\Administrator\Desktop\Shadow-Bot\node_modules\axios\lib\adapters\http.js:260:11)
    at IncomingMessage.emit (events.js:388:22)
    at endReadableNT (internal/streams/readable.js:1336:12)
    at processTicksAndRejections (internal/process/task_queues.js:82:21)

Screenshots image

Additional information

  1. Unreal.JS - v1.0.6
  2. Fortnite - v17.1
Sprayxe commented 3 years ago

Is this the full stack trace?

alextusinean commented 3 years ago

This is most likely an issue on your end as I can't reproduce it. Can you try accessing https://origin.warframe.com/? You should get a 404 Not Found.

Im2rnado commented 3 years ago

This is most likely an issue on your end as I can't reproduce it. Can you try accessing https://origin.warframe.com/? You should get a 404 Not Found.

Yep image

Im2rnado commented 3 years ago

Is this the full stack trace?

Yes

Sprayxe commented 3 years ago

Unable to reproduce the error