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
Describe the bug
Cant run the main.py
[Python] 3.9.13 - installed
[Poetry]>=1.2.0 - installed
Expected behavior
PS C:\Users\Forma\Source\Repos\PyT> poetry run python main.py
Traceback (most recent call last):
File "C:\Users\Forma\Source\Repos\PyT\main.py", line 116, in
main()
File "C:\Users\Forma\Source\Repos\PyT\main.py", line 102, in main
context = handleGameData(context)
File "C:\Users\Forma\Source\Repos\PyT\main.py", line 41, in handleGameData
context = setChatTabsMiddleware(context)
File "C:\Users\Forma\Source\Repos\PyT\src\gameplay\core\middlewares\chat.py", line 7, in setChatTabsMiddleware
context['chat']['tabs'] = getTabs(context['screenshot'])
File "C:\Users\Forma\Source\Repos\PyT\src\repositories\chat\core.py", line 30, in getTabs
x, y, width, height = leftSidebarArrowsPosition[1] + 18, chatMenuPosition[1], chatMenuPosition[1] - (leftSidebarArrowsPosition[1] + 18), 20
TypeError: 'NoneType' object is not subscriptable
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Describe the bug
Cant run the main.py
[Python] 3.9.13 - installed
[Poetry]>=1.2.0 - installed
Expected behavior
PS C:\Users\Forma\Source\Repos\PyT> poetry run python main.py
Traceback (most recent call last):
File "C:\Users\Forma\Source\Repos\PyT\main.py", line 116, in
main()
File "C:\Users\Forma\Source\Repos\PyT\main.py", line 102, in main
context = handleGameData(context)
File "C:\Users\Forma\Source\Repos\PyT\main.py", line 41, in handleGameData
context = setChatTabsMiddleware(context)
File "C:\Users\Forma\Source\Repos\PyT\src\gameplay\core\middlewares\chat.py", line 7, in setChatTabsMiddleware
context['chat']['tabs'] = getTabs(context['screenshot'])
File "C:\Users\Forma\Source\Repos\PyT\src\repositories\chat\core.py", line 30, in getTabs
x, y, width, height = leftSidebarArrowsPosition[1] + 18, chatMenuPosition[1], chatMenuPosition[1] - (leftSidebarArrowsPosition[1] + 18), 20
TypeError: 'NoneType' object is not subscriptable
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: