Skip to content
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

problem with SQLAlchemyJobStore #10

Open
pcace opened this issue Feb 5, 2023 · 3 comments
Open

problem with SQLAlchemyJobStore #10

pcace opened this issue Feb 5, 2023 · 3 comments

Comments

@pcace
Copy link

pcace commented Feb 5, 2023

Hi there, i am trying to get this to run in docker but fail with this error message:

2023-02-05T11:18:47.247461163Z Traceback (most recent call last):
2023-02-05T11:18:47.247519985Z File "/app/main.py", line 16, in <module>
2023-02-05T11:18:47.247533795Z 'default': SQLAlchemyJobStore(url='sqlite:///jobs.sqlite')
2023-02-05T11:18:47.247540306Z File "/usr/local/lib/python3.8/site-packages/apscheduler/jobstores/sqlalchemy.py", line 60, in __init__
2023-02-05T11:18:47.247549996Z Column('id', Unicode(191, _warn_on_bytestring=False), primary_key=True),
2023-02-05T11:18:47.247553986Z File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/sqltypes.py", line 325, in __init__
2023-02-05T11:18:47.247558106Z super().__init__(length=length, **kwargs)
2023-02-05T11:18:47.247561356Z TypeError: __init__() got an unexpected keyword argument '_warn_on_bytestring'

any idea where i would need to look to solve this problem?

thanks a lot!

@okainov
Copy link
Owner

okainov commented Feb 8, 2023

Hmmm, looks odd, I'll take a look, thanks for the report!

@D4Ci0
Copy link

D4Ci0 commented Apr 11, 2023

Same error here

@D4Ci0
Copy link

D4Ci0 commented May 21, 2023

@okainov Is there any chance for you having some time fixing the 'bug'? Would really appreciate the bugfix, worked like a charm before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants