Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Raw Variables #2323

Closed
1 of 10 tasks
CKY- opened this issue Jan 3, 2024 · 1 comment
Closed
1 of 10 tasks

[Bug] Raw Variables #2323

CKY- opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
Bug A defect in the app
Projects

Comments

@CKY-
Copy link
Collaborator

CKY- commented Jan 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Everything has been tested using convertToJson, and rawObjectWalkPath
when referring to rawObjectWalkPath i will just use walk path
when referring to convertToJson i will use to json

Raw Variables

  • $rawTopViewTime
    returns normal and to json [object Object],[object Object] as well as walk path returns empty.

  • $rawTopMetadata[metaKey] returns normal and to json [object Object],[object Object] when used with walk path it returns empty.

  • $rawTopCurrency[points] returns normal and to json [object Object],[object Object] when used with walk path it returns empty.

  • $rawReadApi[url] returns normal and to json [object Object] when used with walk path it returns empty. walk path causes the ERROR Invalid JSON object specified

  • $rawQuoteAsObject[1] returns normal and to json [object Object] when used with walk path it returns empty. walk path causes the ERROR Invalid JSON object specified $rawQuoteAsObject[#, property] works

  • $rawCustomVariable[name] returns normal and to json [object Object] when used with walk path it returns empty. walk path causes the ERROR Invalid JSON object specified

  • $rawArrayShuffle[someRawArray] returns normal and to json [object Object] when used with walk path it returns empty. walk path causes the ERROR Invalid JSON object specified

  • $rawArrayReverse[someRawArray] returns normal and to json [object Object] when used with walk path it returns empty. walk path causes the ERROR Invalid JSON object specified

  • $rawArrayRemove[someRawArray, 0] returns normal and to json [object Object] when used with walk path it returns empty. walk path causes the ERROR Invalid JSON object specified

Expected Behavior

not return [object Object]

Steps To Reproduce

No response

Version

5.59.2

What operating system are you using Firebot on?

Windows 10

Relevant log output

No response

Contact Details (Optional)

No response

@CKY- CKY- added the Bug A defect in the app label Jan 3, 2024
@github-actions github-actions bot added this to Backlog in Work Status Jan 3, 2024
@SReject SReject self-assigned this Jan 4, 2024
@SReject
Copy link
Collaborator

SReject commented Jan 4, 2024

Slated for v5.61.x

@SReject SReject added Dev Complete Release Pending Issue has been resolved and is waiting to be packaged as part of a release labels Jan 27, 2024
@SReject SReject closed this as completed Feb 16, 2024
Work Status automation moved this from Backlog to Closed Feb 16, 2024
@github-actions github-actions bot removed Dev Complete Release Pending Issue has been resolved and is waiting to be packaged as part of a release labels Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A defect in the app
Projects
Work Status
  
Closed
Development

No branches or pull requests

2 participants