We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Hmmm, looks odd, I'll take a look, thanks for the report!
Sorry, something went wrong.
Same error here
@okainov Is there any chance for you having some time fixing the 'bug'? Would really appreciate the bugfix, worked like a charm before.
No branches or pull requests
Hi there, i am trying to get this to run in docker but fail with this error message:
any idea where i would need to look to solve this problem?
thanks a lot!
The text was updated successfully, but these errors were encountered: