-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple monitors #766
Comments
/bounty $100 |
💎 $100 bounty • OpenAdaptAISteps to solve:
Thank you for contributing to OpenAdaptAI/OpenAdapt! Add a bounty • Share on socials
|
/attempt #766 I will alter the method to support multiple monitors of different width and heights. Options |
💡 @Amanullah1002 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Please note this involves:
|
@abrichr can you help with the below error:
|
Hi @abhishek818 , thank you for reporting this error! Can you please post the output of I haven't seen this one, but I don't use Windows. @KIRA009 any suggestions? 🙏 |
@abrichr I have no changes done, I was trying to get started and setup openadapt first. I mean |
alrighty, seems the issue is with my use of gitpod instance (linux based) on a windows machine. (I use gitpod for code development). Interesting! |
/attempt #769
|
I get this error: sqlite3.OperationalError: no such column: recording.original_recording_id` when i run: `python -m openadapt.app.visualize this error also: File "/Users/onyedikachi/Library/Caches/pypoetry/virtualenvs/openadapt-hlnjL-LM-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/reflection.py", line 789, in reflect_table
raise exc.NoSuchTableError(table_name)
sqlalchemy.exc.NoSuchTableError: input_even, when i run: cd openadapt && alembic upgrade head && cd .. |
Hi @onyedikachi-david is this on a fresh install? |
Yes @KIRA009 |
@onyedikachi-david Thanks for reporting this. Have you followed all the steps mentioned in https://github.com/OpenAdaptAI/OpenAdapt?tab=readme-ov-file#manual-setup? Were there any errors during those steps? From the error in the image, it looks like something could have gone wrong in the database migration steps. Could you drop the database and try the migration step again |
Yes I followed the steps, I'll drop the database and give you feedback. |
|
@onyedikachi-david It does seem so, your database is lacking some tables, could you check what commit you are on? |
@KIRA009 This is the commit I am on: commit 835bb171bc89bccf67397515ff5eb0b257c528bd (HEAD -> main, tag: v0.33.2, origin/main, origin/HEAD)
Author: OpenAdapt Bot <[email protected]>
Date: Sat Jun 15 16:01:14 2024 +0000
0.33.2
Automatically generated by python-semantic-release |
I suggest a fresh |
Thank you @abrichr, just did that and more: deleted poetry cache, venv. Yet the error somehow still shows up. :) |
just did a workaround. @abrichr. And it works. |
💡 @onyedikachi-david submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
@onyedikachi-david what was the workaround? |
I initially tried tracing the migration file that was causing the error by downloading(see screen shot) the alembic versions folder of each repo version tag that added db migrations, namely; v0.60, v0.16.1...; I noticed that at v0.26.0, up to 5 migration version were pushed, and that was where the error started, other versions did not error, when i ran |
Feature request
We would like to support multiple monitors.
User @alphadev on Discord reports no screenshots in
python -m openadapt.visualize
on #763:This involves identifying where support needs to be added. e.g.:
OpenAdapt/openadapt/utils.py
Line 421 in 835bb17
Motivation
#583
We would like to support configurations as similar as possible to a typical office worker's machine.
The text was updated successfully, but these errors were encountered: