-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
FileNotFoundError + PermissionError when publishing to Vercel using default command #65
Comments
Hello @quinn-p-mchugh ! Have you solved the problem? I am facing a similar issue here... Thanks in advance! |
Hi @agnoldo, Unfortunately, I have not solved the above issue. I have not attempted to troubleshoot since submitting this GitHub issue. Are you seeing the same errors on your end? |
Yes, almost the same. I just gave up and tried publishing on Fly. But
without success. I guess I am lacking a lot of knowledge in cloud and
datasette...
Em dom., 25 de ago. de 2024 às 16:56, Quinn McHugh ***@***.***>
escreveu:
… Hi @agnoldo <https://github.com/agnoldo>,
Unfortunately, I have not solved the above issue.
I have not attempted to troubleshoot since submitting this GitHub issue.
Are you seeing the same errors on your end?
—
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCNOZJOFX3LIQ45R6AHCIDZTIZFLAVCNFSM6AAAAABFEZPZ6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYHE3TGMBZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@agnoldo Would you mind posting the error you encountered here, in case there are any additional details that might provide insight into the issue? |
Sorry! I’m out of town with no access to the code. Next week I’ll try it.
Thanks!
Sent from Gmail Mobile
…On Wed, 28 Aug 2024 at 17:26 Quinn McHugh ***@***.***> wrote:
@agnoldo <https://github.com/agnoldo>
Gotcha - thanks for confirming!
Would you mind posting the error you encountered here, in case there are
any additional details that might provide insight into the issue?
—
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCNOZILPD4HBRQWT3O76QTZTYW6FAVCNFSM6AAAAABFEZPZ6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJWGE4DSNJSHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi there,
I'm having a bit of trouble getting this plugin to publish to Vercel and I'm not sure if this a permission issue on my end or a bug with the plugin. Any help/guidance is appreciated!
To Reproduce
vercel login
. Follow the instructions.datasette publish vercel database.db --project=my-project
RecursionError: maximum recursion depth exceeded while calling a Python object
Restarting my computer and repeating the above process does not resolve the issue.
Error Log
Two notable errors from the traceback:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\Quinn\\AppData\\Local\\Temp\\tmpie1audq7\\datasette-now-v2'
FileNotFoundError: [WinError 2] The system cannot find the file specified
A sample of the full traceback is copied below:
This is eventually followed by
RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered: