UdemyBot
UdemyBot copied to clipboard
Item could not be retrieved: Unauthorized
I couldn't add an application on Heroku after clicking Deploy to Heroku button. The message as in the title appears in the top right corner. Heroku loading page freezes. I am logged in to the Heroku website.
I fork repository. I create GitHub secrets with api_id, api_hash and token from @botfather. I add in app.json my secrets:
"env": {
"API_HASH": {
"description": "Get one from https://my.telegram.org/apps",
"value": "${{ secrets.API_HASH }}"
},
"API_ID": {
"description": "Get one from https://my.telegram.org/apps",
"value": "${{ secrets.API_ID }}"
},
"TOKEN": {
"description": "From BotFather",
"value": "${{ secrets.TOKEN }}"
}
}
Same result.
for me, deploy button is working properly. I am not able to get your problem clearly.