You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Não entendi bem como funciona a inicialização do bot.
mas tentei pelos comandos no poetry e o comando: poetry run python -m pytest
deu o seguinte erro:
> ERROR collecting test session ____________________________________________
> C:\Users\leleu\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-AUqp0jeg-py3.9\lib\site-packages\_pytest\runner.py:341: in from_call
> result: Optional[TResult] = func()
> C:\Users\leleu\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-AUqp0jeg-py3.9\lib\site-packages\_pytest\runner.py:372: in <lambda>
> call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> C:\Users\leleu\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-AUqp0jeg-py3.9\lib\site-packages\_pytest\main.py:719: in collect
> for direntry in visit(str(argpath), self._recurse):
> C:\Users\leleu\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-AUqp0jeg-py3.9\lib\site-packages\_pytest\pathlib.py:698: in visit
> yield from visit(entry.path, recurse)
> C:\Users\leleu\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-AUqp0jeg-py3.9\lib\site-packages\_pytest\pathlib.py:698: in visit
> yield from visit(entry.path, recurse)
> C:\Users\leleu\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-AUqp0jeg-py3.9\lib\site-packages\_pytest\pathlib.py:698: in visit
> yield from visit(entry.path, recurse)
> C:\Users\leleu\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-AUqp0jeg-py3.9\lib\site-packages\_pytest\pathlib.py:683: in visit
> for entry in os.scandir(path):
> E PermissionError: [WinError 5] Acesso negado: 'C:\\WINDOWS\\system32\\LogFiles\\WMI\\RtBackup'
> =============================================== short test summary info ===============================================
> ERROR - PermissionError: [WinError 5] Acesso negado: 'C:\\WINDOWS\\system32\\LogFiles\\WMI\\RtBackup'
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
Ou mesmo quando tento: poetry run python main.py
ele da o seguinte erro na ultima linha:
`
pywintypes.error: (1400, 'SetForegroundWindow', 'O identificador da janela é inválido.')
`
The text was updated successfully, but these errors were encountered:
Não entendi bem como funciona a inicialização do bot.
mas tentei pelos comandos no poetry e o comando: poetry run python -m pytest
deu o seguinte erro:
Ou mesmo quando tento: poetry run python main.py
ele da o seguinte erro na ultima linha:
`
`
The text was updated successfully, but these errors were encountered: