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
Over the last few weeks, I have noticed Commandbox reporting the following error every time it starts:
> Oops! search.maven.org responsed with an unexpected satus code: 408 > C:\Users\MyUsername\.CommandBox\cfml\modules\commandbox-cbplaywright\models\DriverService.cfc:34
Perhaps the timeout should be extended?
The text was updated successfully, but these errors were encountered:
When I try to load https://search.maven.org/solrsearch/select?q=g:com.microsoft.playwright+AND+a:driver-bundle&core=gav&rows=20&wt=json manually I get a 502 bad gateway error so the issue is likely on Maven's end. I still think the timeout should be extended though and will add a PR
Sorry, something went wrong.
I wonder if we can have it loading/downloading in the background and only timeout if we try to use the driver without it being downloaded.
No branches or pull requests
Over the last few weeks, I have noticed Commandbox reporting the following error every time it starts:
Perhaps the timeout should be extended?
The text was updated successfully, but these errors were encountered: