opensea_getOrder plugin error

Hello Dev Team @cryptokid ! I have been working on a DAPP for some days using the moralis frame work and it has been amazing so far, However when I have been stock at the opensea_getOrders plugin for a while now.
when ever i request a get order i do get this error and my network is clearly defined as “mainnet” and i even went as far as creating a new testnet server implementing the opensea_plugin on it to try out testnet and i still get the same issue. I would appreciate all the help i can get to adequately get my NFTs order

“data”:[{“code”:400001,“message”:“The parameter network is not present”}]

Hi can we please see how you’re using getOrders in code?

sure

Looks good. Not sure why that error is happening, can you make sure your server is running and updated, with the OpenSea plugin installed. Are you using the latest Moralis JS SDK version?

yes everything is updated.
I am using moralis 1.6.0
server and moralis are updated and when i call the getorder function i get this error
{“code”:141,“error”:{“status”:502,“headers”:{“x-powered-by”:“Express”,“access-control-allow-origin”:"*",“content-type”:“application/json; charset=utf-8”,“content-length”:“90”,“etag”:“W/“5a-Jw2nJbnswP86NOkOowVvPXbM3Wg””,“x-response-time”:“1.480ms”,“date”:“Thu, 05 May 2022 23:25:07 GMT”,“connection”:“close”},“buffer”:{“type”:“Buffer”,“data”:[123,34,101,114,114,111,114,34,58,116,114,117,101,44,34,100,97,116,97,34,58,91,123,34,99,111,100,101,34,58,52,48,48,48,48,49,44,34,109,101,115,115,97,103,101,34,58,34,84,104,101,32,112,97,114,97,109,101,116,101,114,32,96,110,101,116,119,111,114,107,96,32,105,115,32,110,111,116,32,112,114,101,115,101,110,116,34,125,93,125]},“text”:"{“error”:true,“data”:[{“code”:400001,“message”:“The parameter network is not present”}]}",“data”:{“error”:true,“data”:[{“code”:400001,“message”:“The parameter network is not present”}]}}}

@alex yes everything is updated.
I am using moralis 1.6.0
server and moralis are updated and when i call the getorder function i get this error
{“code”:141,“error”:{“status”:502,“headers”:{“x-powered-by”:“Express”,“access-control-allow-origin”:"*",“content-type”:“application/json; charset=utf-8”,“content-length”:“90”,“etag”:“W/“5a-Jw2nJbnswP86NOkOowVvPXbM3Wg””,“x-response-time”:“1.480ms”,“date”:“Thu, 05 May 2022 23:25:07 GMT”,“connection”:“close”},“buffer”:{“type”:“Buffer”,“data”:[123,34,101,114,114,111,114,34,58,116,114,117,101,44,34,100,97,116,97,34,58,91,123,34,99,111,100,101,34,58,52,48,48,48,48,49,44,34,109,101,115,115,97,103,101,34,58,34,84,104,101,32,112,97,114,97,109,101,116,101,114,32,96,110,101,116,119,111,114,107,96,32,105,115,32,110,111,116,32,112,114,101,115,101,110,116,34,125,93,125]},“text”:"{“error”:true,“data”:[{“code”:400001,“message”:“The parameter network is not present”}]}",“data”:{“error”:true,“data”:[{“code”:400001,“message”:“The parameter network is not present”}]}}}

Could you try setting up a new template and trying just the getOrders function? Maybe it’s an issue with the boilerplate as I see it hasn’t been updated in a long time.

@alex already did that same error i keep getting

here is a whole ne template i did to try it out on testnet same error

Great, so at least you have gotten past that network issue.

Unfortunately I am also getting this same error with your address and token ID example so might be an issue with the plugin.

@alex NO i havent gotten past the network issue, its the same thing, then i click on the error on the chrome console it says the same thing

Where does the network error show based on this screenshot?

@alex Here it is

this is should definitely be an issue with the opensea plugin

Going directly to it won’t work because there’s no parameters passed to it. I am getting 'no orders found` on my end; what error do you get based on that second screenshot?

@alex no orders found on the second screenshot and if you click on it it takes you the the network error

and by the way there are parameters passed it in my js file this is just the UI

You need to use mainnet there for this particular address.

@alex i have used mainnet countless times but still same result

I am getting no orders found in the error response when I test this address on mainnet. I’ve tested out a few other token ids that should have orders for them with the same result, so possibly an issue with the plugin.