UdemyBot icon indicating copy to clipboard operation
UdemyBot copied to clipboard

Item could not be retrieved: Unauthorized

Open ronaldexim opened this issue 3 years ago • 2 comments

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.

ronaldexim avatar Sep 07 '21 08:09 ronaldexim

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.

ronaldexim avatar Sep 07 '21 09:09 ronaldexim

for me, deploy button is working properly. I am not able to get your problem clearly.

gautamajay52 avatar Sep 07 '21 17:09 gautamajay52