Giter VIP home page Giter VIP logo

blum_software's People

Contributors

malinovyjmakintosh 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blum_software's Issues

sqlite3.OperationalError: unable to open database file

Have this error when create session
Введите название сессии (для выхода нажмите Enter): 123
Traceback (most recent call last):
File "C:\Users\accli\OneDrive\Desktop\Auto Game Tele\Blum_software-main\Blum_software-main\main.py", line 100, in
asyncio.run(main())
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 685, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\accli\OneDrive\Desktop\Auto Game Tele\Blum_software-main\Blum_software-main\main.py", line 97, in main
await process()
File "C:\Users\accli\OneDrive\Desktop\Auto Game Tele\Blum_software-main\Blum_software-main\main.py", line 49, in process
await create_sessions()
File "C:\Users\accli\OneDrive\Desktop\Auto Game Tele\Blum_software-main\Blum_software-main\utils\core\register.py", line 18, in create_sessions
async with session:
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyrogram\client.py", line 311, in aenter
return await self.start()
^^^^^^^^^^^^^^^^^^
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyrogram\methods\utilities\start.py", line 58, in start
is_authorized = await self.connect()
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyrogram\methods\auth\connect.py", line 40, in connect
await self.load_session()
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyrogram\client.py", line 616, in load_session
await self.storage.open()
File "C:\Users\accli\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyrogram\storage\file_storage.py", line 58, in open
self.conn = sqlite3.connect(str(path), timeout=1, check_same_thread=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file

IndexError: list index out of range

root@ubuntu-s-2vcpu-4gb-amd-sgp1-01:~/c9sdk/Blum_software# python3 main.py -a 1
07:58:44.38 | INFO | Detected 0 sessions | 0 proxies

Введите название сессии (для выхода нажмите Enter): Utama
Введите индекс API из конфига (0, 1, и т.д.): 1 
Traceback (most recent call last):
  File "/root/c9sdk/Blum_software/main.py", line 103, in <module>
    asyncio.get_event_loop().run_until_complete(process())
  File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
    return future.result()
  File "/root/c9sdk/Blum_software/main.py", line 49, in process
    await create_sessions()
  File "/root/c9sdk/Blum_software/utils/core/register.py", line 13, in create_sessions
    api_id = config.API_IDS[api_index]
IndexError: list index out of range

Whats mean?
image

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.