I am fairly new to all of this and don't completely know what I am doing but I am a ROBLOX game developer and I am trying to set up a proxy for a ROBLOX game I am working on that will need to heavily depend on ROBLOX's catalog API to get all recently created avatar items in real time. I am using the service Replit.com to create the web proxy by loading the GitHub onto a new project. I believe I have followed up with the installation of the proxy but the issue that I am facing happens when I run the command node server.js after listening on the port it pops up with this error:
PROXY REQUEST; HOST: b7d5abf7-aba9-4adf-8753-dc4edac20ace.id.repl.co; URL: /; OPT: undefined; COOKIE: undefined; Error: getaddrinfo ENOTFOUND b7d5abf7-aba9-4adf-8753-dc4edac20ace.id.roblox.com at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'b7d5abf7-aba9-4adf-8753-dc4edac20ace.id.roblox.com' }
For some reason it seems like the proxy server cannot find the host name b7d5abf7-aba9-4adf-8753-dc4edac20ace.id.roblox.com as it appears to not exist or something. I don't know if I have missed something or if this is a bug but if someone Could please provide guidance on how to resolve this issue and properly set up the proxy server that would be greatly appreciated.
I am fairly new to all of this and don't completely know what I am doing but I am a ROBLOX game developer and I am trying to set up a proxy for a ROBLOX game I am working on that will need to heavily depend on ROBLOX's catalog API to get all recently created avatar items in real time. I am using the service Replit.com to create the web proxy by loading the GitHub onto a new project. I believe I have followed up with the installation of the proxy but the issue that I am facing happens when I run the command
node server.js
after listening on the port it pops up with this error:PROXY REQUEST; HOST: b7d5abf7-aba9-4adf-8753-dc4edac20ace.id.repl.co; URL: /; OPT: undefined; COOKIE: undefined; Error: getaddrinfo ENOTFOUND b7d5abf7-aba9-4adf-8753-dc4edac20ace.id.roblox.com at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'b7d5abf7-aba9-4adf-8753-dc4edac20ace.id.roblox.com' }
For some reason it seems like the proxy server cannot find the host nameb7d5abf7-aba9-4adf-8753-dc4edac20ace.id.roblox.com
as it appears to not exist or something. I don't know if I have missed something or if this is a bug but if someone Could please provide guidance on how to resolve this issue and properly set up the proxy server that would be greatly appreciated.