RaphielGang / Telegram-Paperplane

The Paperplane userbot project - a Telegram userbot helping to improve your Telegram experience. https://t.me/tgpaperplane
Other
289 stars 1.06k forks source link

Heroku Push failing #217

Closed androidacy-user closed 4 years ago

androidacy-user commented 4 years ago

Describe the bug Heroku push fails, stating some file is missing from /var/lib/docker

To Reproduce Steps to reproduce the behavior:

  1. Follow normal setup
  2. Try to push to heroku

Expected behavior Pushes successfully

Screenshots N/A

Python Version 3.8.1

Additional context

remote: Step 5/6 : COPY ./userbot.session ./config.env* ./client_secrets.json* ./secret.json* /app/
remote: COPY failed: stat /var/lib/docker/tmp/docker-builder304893055/userbot.session: no such file or directory

I did run generate_session.py and userbot.session exists locally

jagogardiner commented 4 years ago

View .gitignore, it won't be included in a commit You actually need to push this file to Heroku.

The wiki instructions are really not clear as of this time. I'm planning to rewrite it.

androidacy-user commented 4 years ago

Ok tyvm