GithubHelp home page GithubHelp logo

lazy-streamer-bot's Introduction

Trust me! I'm not Lazy ๐Ÿ˜’

Community โค๏ธ

replit replit replit

๐Ÿ’œ ๐—š๐—œ๐—ง๐—›๐—จ๐—• โ€ขโ€ขโ€ข

Stats

Profile views counter

Visitor Count

YouTube

Streak : 1 ๐Ÿ”ฅ

lazy-streamer-bot's People

Contributors

lazydeveloperr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

lazy-streamer-bot's Issues

most recent call last

run " python3 -m Adarsh" not work

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/haihn/Lazy-Streamer-BOT/Adarsh/__main__.py", line 10, in <module>
    from .bot import StreamBot
  File "/home/haihn/Lazy-Streamer-BOT/Adarsh/bot/__init__.py", line 4, in <module>
    from ..vars import Var
  File "/home/haihn/Lazy-Streamer-BOT/Adarsh/vars.py", line 10, in <module>
    class Var(object):
  File "/home/haihn/Lazy-Streamer-BOT/Adarsh/vars.py", line 12, in Var
    API_ID = int(getenv('API_ID'))
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

not deploying in koyeb

Previous image with name "registry01.prod.koyeb.com/k-095184a0-44a3-4a65-b363-1e47d08768b9/5d1edc7e-00b7-4acd-92b1-b71c27317df6:latest" not found
heroku/python 0.0.0
heroku/procfile 2.0.0
Layer cache not found
-----> No Python version was specified. Using the buildpack default: python-3.11.4
To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes
-----> Installing python-3.11.4
-----> Installing pip 23.2.1, setuptools 68.0.0 and wheel 0.41.0
-----> Installing SQLite3
-----> Installing requirements with pip
Collecting pyrogram<=2.0.33 (from -r requirements.txt (line 1))
Downloading Pyrogram-2.0.33-py3-none-any.whl (3.2 MB)
Collecting tgcrypto<=1.2.3 (from -r requirements.txt (line 2))
Downloading TgCrypto-1.2.3.tar.gz (37 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting aiohttp<=3.8.1 (from -r requirements.txt (line 3))
Downloading aiohttp-3.8.1.tar.gz (7.3 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting python-dotenv<=0.20.0 (from -r requirements.txt (line 4))
Downloading python_dotenv-0.20.0-py3-none-any.whl (17 kB)
Collecting motor (from -r requirements.txt (line 5))
Obtaining dependency information for motor from https://files.pythonhosted.org/packages/00/6e/4a82d630a546de229779f4e1852ffc94e215221e84e10b9534b62784d0ae/motor-3.2.0-py3-none-any.whl.metadata
Downloading motor-3.2.0-py3-none-any.whl.metadata (7.5 kB)
Collecting aiofiles (from -r requirements.txt (line 6))
Obtaining dependency information for aiofiles from https://files.pythonhosted.org/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl.metadata
Downloading aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
Collecting dnspython (from -r requirements.txt (line 7))
Obtaining dependency information for dnspython from https://files.pythonhosted.org/packages/f6/b4/0a9bee52c50f226a3cbfb54263d02bb421c7f2adc136520729c2c689c1e5/dnspython-2.4.2-py3-none-any.whl.metadata
Downloading dnspython-2.4.2-py3-none-any.whl.metadata (4.9 kB)
Collecting apscheduler (from -r requirements.txt (line 8))
Obtaining dependency information for apscheduler from https://files.pythonhosted.org/packages/36/2d/8c8c09317e3c95c05d7fc56f878c6c5b4d44e0ed26052798251d95f9cf8d/APScheduler-3.10.3-py3-none-any.whl.metadata
Downloading APScheduler-3.10.3-py3-none-any.whl.metadata (5.7 kB)
Collecting requests (from -r requirements.txt (line 9))
Obtaining dependency information for requests from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting psutil (from -r requirements.txt (line 10))
Downloading psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
Collecting pyromod (from -r requirements.txt (line 11))
Downloading pyromod-2.0.0-py3-none-any.whl (28 kB)
Collecting pyaes==1.6.1 (from pyrogram<=2.0.33->-r requirements.txt (line 1))
Downloading pyaes-1.6.1.tar.gz (28 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pysocks==1.7.1 (from pyrogram<=2.0.33->-r requirements.txt (line 1))
Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
Collecting attrs>=17.3.0 (from aiohttp<=3.8.1->-r requirements.txt (line 3))
Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting charset-normalizer<3.0,>=2.0 (from aiohttp<=3.8.1->-r requirements.txt (line 3))
Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp<=3.8.1->-r requirements.txt (line 3))
Downloading multidict-6.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp<=3.8.1->-r requirements.txt (line 3))
Obtaining dependency information for async-timeout<5.0,>=4.0.0a3 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata
Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp<=3.8.1->-r requirements.txt (line 3))
Downloading yarl-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
Collecting frozenlist>=1.1.1 (from aiohttp<=3.8.1->-r requirements.txt (line 3))
Obtaining dependency information for frozenlist>=1.1.1 from https://files.pythonhosted.org/packages/e6/7e/74b176a5580e1a41da326d07cf47a0032923fb3eeec9afbd92bb5c6457df/frozenlist-1.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading frozenlist-1.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB)
Collecting aiosignal>=1.1.2 (from aiohttp<=3.8.1->-r requirements.txt (line 3))
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting pymongo<5,>=4.4 (from motor->-r requirements.txt (line 5))
Obtaining dependency information for pymongo<5,>=4.4 from https://files.pythonhosted.org/packages/1f/d8/a7bf5fba5b488042d69822b11a14782c8f4ce841028f42dbc70de217d277/pymongo-4.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Downloading pymongo-4.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB)
Collecting six>=1.4.0 (from apscheduler->-r requirements.txt (line 8))
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pytz (from apscheduler->-r requirements.txt (line 8))
Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
Collecting tzlocal!=3.,>=2.0 (from apscheduler->-r requirements.txt (line 8))
Obtaining dependency information for tzlocal!=3.
,>=2.0 from https://files.pythonhosted.org/packages/84/d2/730a87f0dbf184760394a85088d0d2366a5a8a32bc32ffd869a83f1de854/tzlocal-5.0.1-py3-none-any.whl.metadata
Downloading tzlocal-5.0.1-py3-none-any.whl.metadata (16 kB)
Collecting idna<4,>=2.5 (from requests->-r requirements.txt (line 9))
Downloading idna-3.4-py3-none-any.whl (61 kB)
Collecting urllib3<3,>=1.21.1 (from requests->-r requirements.txt (line 9))
Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata
Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB)
Collecting certifi>=2017.4.17 (from requests->-r requirements.txt (line 9))
Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata
Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
Downloading motor-3.2.0-py3-none-any.whl (58 kB)
Downloading aiofiles-23.2.1-py3-none-any.whl (15 kB)
Downloading dnspython-2.4.2-py3-none-any.whl (300 kB)
Downloading APScheduler-3.10.3-py3-none-any.whl (59 kB)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
Downloading frozenlist-1.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (250 kB)
Downloading pymongo-4.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (607 kB)
Downloading tzlocal-5.0.1-py3-none-any.whl (20 kB)
Downloading urllib3-2.0.4-py3-none-any.whl (123 kB)
Building wheels for collected packages: pyaes, tgcrypto, aiohttp
Building wheel for pyaes (setup.py): started
Building wheel for pyaes (setup.py): finished with status 'done'
Created wheel for pyaes: filename=pyaes-1.6.1-py3-none-any.whl size=26347 sha256=2b1971894e9d9b02e00397b2499acb9721d0ce9829e2cc187bea6f3a2208cfe4
Stored in directory: /tmp/pip-ephem-wheel-cache-upflrl85/wheels/4e/52/33/010d0843550bffb6a591b11629070ae140c0ad4f53e68a3bd3
Building wheel for tgcrypto (pyproject.toml): started
Building wheel for tgcrypto (pyproject.toml): finished with status 'done'
Created wheel for tgcrypto: filename=TgCrypto-1.2.3-cp311-cp311-linux_x86_64.whl size=42662 sha256=01b21d23544ff721bd5bbad5ab4107c33f9bc20c8a0c00d8ddc10aae63b5dc16
Stored in directory: /tmp/pip-ephem-wheel-cache-upflrl85/wheels/2f/9f/10/65c9ebbfc414feb6e5944f38da0db2f5e639c21cff4ce2a3e1
Building wheel for aiohttp (pyproject.toml): started
Building wheel for aiohttp (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error

     รƒโ€” Building wheel for aiohttp (pyproject.toml) did not run successfully.
     รขโ€โ€š exit code: 1
     รขโ€ขยฐรขโ€โ‚ฌ> [107 lines of output]
         *********************
         * Accelerated build *
         *********************
         running bdist_wheel
         running build
         running build_py
         copying aiohttp/_helpers.pyx -> build/lib.linux-x86_64-cpython-311/aiohttp
         copying aiohttp/_http_parser.c -> build/lib.linux-x86_64-cpython-311/aiohttp
         copying aiohttp/_http_parser.pyx -> build/lib.linux-x86_64-cpython-311/aiohttp
         copying aiohttp/_http_writer.c -> build/lib.linux-x86_64-cpython-311/aiohttp
         copying aiohttp/_http_writer.pyx -> build/lib.linux-x86_64-cpython-311/aiohttp
         copying aiohttp/_websocket.c -> build/lib.linux-x86_64-cpython-311/aiohttp
         copying aiohttp/_websocket.pyx -> build/lib.linux-x86_64-cpython-311/aiohttp
         copying aiohttp/py.typed -> build/lib.linux-x86_64-cpython-311/aiohttp
         creating build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/_cparser.pxd.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/_find_header.pxd.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/_helpers.pyi.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/_helpers.pyx.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/_http_parser.pyx.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/_http_writer.pyx.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/_websocket.pyx.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         copying aiohttp/.hash/hdrs.py.hash -> build/lib.linux-x86_64-cpython-311/aiohttp/.hash
         running build_ext
         building 'aiohttp._websocket' extension
         creating build/temp.linux-x86_64-cpython-311
         creating build/temp.linux-x86_64-cpython-311/aiohttp
         gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/app/.heroku/python/include/python3.11 -c aiohttp/_websocket.c -o build/temp.linux-x86_64-cpython-311/aiohttp/_websocket.o
         aiohttp/_websocket.c:198:12: fatal error: longintrepr.h: No such file or directory
           198 |   #include "longintrepr.h"
               |            ^~~~~~~~~~~~~~~
         compilation terminated.
         error: command '/usr/bin/gcc' failed with exit code 1
         [end of output]
     
     note: This error originates from a subprocess, and is likely not a problem with pip.
     ERROR: Failed building wheel for aiohttp
   Successfully built pyaes tgcrypto
   Failed to build aiohttp
   ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

๏ฟฝ[31;1mERROR: ๏ฟฝ[0mfailed to build: exit status 1
exit status 51

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.