Skip to content

Possible typo in TELEGRAM_CHAT_ID? #441

Closed Answered by nikhilbadyal
jackblk asked this question in Q&A
Discussion options

You must be logged in to vote

It's fine actually.
The base workflow expects CHAT_ID as input.
Docker Py Revanced accepts TELEGRAM_CHAT_ID to keep things sane and it passes the value to the middle workflow as TELEGRAM_CHAT_ID and the middle workflow then passes TELEGRAM_CHAT_ID as CHAT_ID to the base workflow.

Now coming to the INPUT_ -

The piece of code expect INPUT_CHAT_ID instead of CHAT_ID in base workflow. As Github automatically add INPUT_ in front of the all the envs.

Now coming to the error message -

The error message also validate above information as it states the type of CHAT_ID is not integer and it doesn't complain that the variable is missing. So the base workflow actually received the input but the inpu…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jackblk
Comment options

@nikhilbadyal
Comment options

@jackblk
Comment options

Answer selected by jackblk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants