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] #140

Open
larevio opened this issue Aug 10, 2023 · 1 comment
Open

[BUG] #140

larevio opened this issue Aug 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@larevio
Copy link

larevio commented Aug 10, 2023

i got this error for obfuscation

lua: /root/Prometheus/src/logger.lua:54: Lexing Error at Position 197:3689, Unexpected char "\096"!
stack traceback:
[C]: in function 'error'
/root/Prometheus/src/logger.lua:54: in function 'errorCallback'
/root/Prometheus/src/logger.lua:57: in function 'error'
/root/Prometheus/src/prometheus/tokenizer.lua:503: in function 'next'
/root/Prometheus/src/prometheus/tokenizer.lua:509: in function 'scanAll'
/root/Prometheus/src/prometheus/parser.lua:143: in function 'parse'
/root/Prometheus/src/prometheus/pipeline.lua:178: in function 'apply'
/root/Prometheus/src/cli.lua:148: in main chunk
[C]: in function 'require'
/root/Prometheus/cli.lua:12: in main chunk
[C]: ?
Command execution failed with error: lua: /root/Prometheus/src/logger.lua:54: Lexing Error at Position 197:3689, Unexpected char "\096"!
stack traceback:
[C]: in function 'error'
/root/Prometheus/src/logger.lua:54: in function 'errorCallback'
/root/Prometheus/src/logger.lua:57: in function 'error'
/root/Prometheus/src/prometheus/tokenizer.lua:503: in function 'next'
/root/Prometheus/src/prometheus/tokenizer.lua:509: in function 'scanAll'
/root/Prometheus/src/prometheus/parser.lua:143: in function 'parse'
/root/Prometheus/src/prometheus/pipeline.lua:178: in function 'apply'
/root/Prometheus/src/cli.lua:148: in main chunk
[C]: in function 'require'
/root/Prometheus/cli.lua:12: in main chunk
[C]: ?

@larevio larevio added the bug Something isn't working label Aug 10, 2023
@levno-710
Copy link
Member

It looks like you are trying to use LuaU string interpolation. This is currently not supported by the prometheus parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants