https://linen.dev logo
Error: stripping repository path from working dire...
# help
a
Upgraded serenity bot to 0.12.0, runs locally fine Try to deploy with
cargo +1.65 shuttle deploy
or
cargo shuttle deploy
both give:
Copy code
log
Error: stripping repository path from working directory

Caused by:
    prefix not found
This is the entire print out, which isn't informative enough for me to know what to try next 😅 Thanks!
AH, I was missing the
--allow-dirty
, that seems to have worked
a
this looks like an issue of wrong error but I don't see why it would give that error kind
a
it definitely did work with that flag (I hadn't committed so it was warranted) and definitely didn't without 😅
a
Ah yeah I know, it's just that normally it should tell you that you need to run --allow-dirty instead of "missing prefix"
a
Well I'm off to bed but happy to provide any info that might be useful to figure out what/why tomorrow! 🙂
f
When pushing the changes, this still happens. I suspect the reason is the use of Windows.
g
@famous-alarm-57599 Is your error message identical or does it say
strip the base of the archive entry
?
f
It is the
stripping repository path from working directory
g
I'll report this on GitHub. Might be a simple fix, but I don't have a Windows env ready to test on.
3 Views