mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #594] Running archivebox init via pip install on Windows 10 triggers "File not found" error #1879
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1879
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DUOLabs333 on GitHub (Jan 1, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/594
I'm on Windows 10. I tried to install archivebox from pip, but after I did "npm install --prefix . 'git+https://github.com/ArchiveBox/ArchiveBox.git'", and did archivebox init, it gave a "File Not Found" Error
@pirate commented on GitHub (Jan 1, 2021):
The latest v0.5 release isn't really fully stable on Windows 10 yet, but it should work at least to init.
Can you post the output of running
archivebox versionon Windows 10@DUOLabs333 commented on GitHub (Jan 2, 2021):
No, no, I already fixed it (I didn't have a dependency). However, every
time I try to archive something, it gives me a Server 500 error. I tried
everything to fix it.
On Fri, Jan 1, 2021, 3:15 PM Nick Sweeting notifications@github.com wrote:
@pirate commented on GitHub (Jan 2, 2021):
@DUOLabs333 commented on GitHub (Jan 2, 2021):
Oh, I uninstalled archivebox-- that's why I closed the issue.
On Sat, Jan 2, 2021, 12:27 PM Nick Sweeting notifications@github.com
wrote:
@DUOLabs333 commented on GitHub (Jan 2, 2021):
@pirate However, I am reinstalling it now, so I'll give you the info when I get it.
@DUOLabs333 commented on GitHub (Jan 2, 2021):
Though just a request: could you make it so that on every run it doesn't opens two Chrome windows? After a while of debugging, it gets annoying.
@DUOLabs333 commented on GitHub (Jan 2, 2021):
Also, here's the output, as of now:
@DUOLabs333 commented on GitHub (Jan 2, 2021):
You can ignore that last part now, as I added chrome.exe to my PATH.
@DUOLabs333 commented on GitHub (Jan 2, 2021):
Also, even when I added a website, nothing appears in my "Snapshots" page. I used the CLI and it gave some error about the "charmap".
@pirate commented on GitHub (Jan 2, 2021):
Can you post the exact error output for the charmap error
@DUOLabs333 commented on GitHub (Jan 2, 2021):
Here it is:
@pirate commented on GitHub (Jan 3, 2021):
Looks like you're running 0.4.21 in that output, can you try with the latest v0.5 build?
@DUOLabs333 commented on GitHub (Jan 3, 2021):
The 'pip install .' didn't work:
@DUOLabs333 commented on GitHub (Jan 3, 2021):
Though I didn't used the CLI, I just downloaded the code as a ZIP.
@pirate commented on GitHub (Jan 3, 2021):
You downloaded the v0.5.0 branch as a zip and got that error? Can you double check that
package.jsonis present in the downloaded code and contains valid json?@DUOLabs333 commented on GitHub (Jan 3, 2021):
Here's the package.json code:
@DUOLabs333 commented on GitHub (Jan 5, 2021):
@pirate And JSONLint says it's valid.
@pirate commented on GitHub (Feb 1, 2021):
Please try the latest v0.5.4 release and report back if you're still having problems and I can reopen the issue.