noblox.js icon indicating copy to clipboard operation
noblox.js copied to clipboard

[BUG] addDeveloperProduct throws "Error: You are not logged in"

Open Ratzifutzi opened this issue 1 year ago • 6 comments

Describe the bug When using addDeveloperProduct with valid arguments and logged in account, the cookie is invalidated

Reproduce

  1. Log in using Noblox JS API Calls with an valid cookie
  2. After login, run an valid "addDeveloperProduct" Call
  3. See error

Expected behavior The Developer to be created returning details

Screenshots image

Ratzifutzi avatar Dec 28 '23 23:12 Ratzifutzi

im searching for a solution to this as well

Xoltage avatar Jan 22 '24 03:01 Xoltage

I figured out an solutuin: Don't use Noblox

I checked the source code, and the API's are completely outdated + The code is not even written correctly. The Parameters are even in the wrong order. Just use an Open Cloud API Key. It supports nearly everything.

Ratzifutzi avatar Jan 22 '24 13:01 Ratzifutzi

Yeah I figured

Xoltage avatar Jan 22 '24 14:01 Xoltage

can i create dev products with it aswell?

Xoltage avatar Jan 22 '24 14:01 Xoltage

I figured out an solutuin: Don't use Noblox

I checked the source code, and the API's are completely outdated + The code is not even written correctly. The Parameters are even in the wrong order. Just use an Open Cloud API Key. It supports nearly everything.

Parameters are in the wrong order...?

Yes - Unfortunately Noblox is out of date. Please feel free to open a PR. Noblox is an API wrapper intended to make it easier to interface with the Roblox API. The option to interface directly is always there - and Open Cloud is always a better alternative.

Neztore avatar Jan 22 '24 18:01 Neztore

This is a bug in noblox.js. Fortunately i fixed it on my own

checkDeveloperProductName.txt addDeveloperProduct.txt

i will report it to them

emsar69 avatar Mar 16 '24 11:03 emsar69

Duplicate of #748

Neztore avatar Apr 06 '24 11:04 Neztore

Duplicate of #748

Neztore avatar Apr 06 '24 11:04 Neztore