noblox/noblox.js

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

Ratzifutzi opened this issue · 8 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

im searching for a solution to this as well

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.

Yeah I figured

can i create dev products with it aswell?

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.

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

checkDeveloperProductName.txt
addDeveloperProduct.txt

i will report it to them

Duplicate of #748

Duplicate of #748