Not-Bay / Fortnite-LobbyBot-v2

Fork of gomashio1596/Fortnite-LobbyBot-v2
MIT License
19 stars 21 forks source link

Error after launch RUN.bat #7

Closed EternalRubis closed 1 year ago

EternalRubis commented 1 year ago

V1.5.3.1 Python 3.11.2 fortnitepy 3.6.4 discord.py 2.2.2 Sanic 22.12.0 Traceback (most recent call last): File "C:\Users\Dsden23\Documents\Projets\Fortnite-LobbyBot-v2\index.py", line 91, in bot = modules.Bot( ^^^^^^^^^^^^ File "C:\Users\Dsden23\Documents\Projets\Fortnite-LobbyBot-v2\modules\bot.py", line 146, in init self.input_lock = asyncio.Lock(loop=loop) ^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Lock.init() got an unexpected keyword argument 'loop'

EternalRubis commented 1 year ago

what can i do for resolve this error ?

Not-Bay commented 1 year ago

You are using Python 3.11 and FLB is compatible up to 3.9

Here is latest 3.9 with official binaries https://www.python.org/downloads/release/python-3913/

EternalRubis commented 1 year ago

Thx

EternalRubis commented 1 year ago

image

After this, the bot is on ?

EternalRubis commented 1 year ago

So, the bot, is on and in my group. But how can i get ready when i want to start a game ?

EternalRubis commented 1 year ago

i know i have write "ready" in the chat, but the game didn't start. how can i fix it ? image

Huguitis commented 1 year ago

You can not enter to a match

EternalRubis commented 1 year ago

But, BayGamerYT (1 to 6) can launch a bot lobbies, so why with the repo I can"t ?

Not-Bay commented 1 year ago

Sorry but FLB doesn't support matchmaking. The stuff needed to "launch bot lobbies" is not and likely never be supported by fortnitepy (the library FLB use to run bots)

EternalRubis commented 1 year ago

So, where can i find it and make it for launch game ?

Not-Bay commented 1 year ago

You may not be able to find anything, at least open source.

Closing this issue since the initial problem is fixed.