Problems with Linux filesystem on v0.47
See original GitHub issueHi, when issuing the following command: vsco-scraper vsco_user -i
It creates a new folder called my_username\vsco_user
inside my /home/ directory (/home/my_username\vsco_user
). This makes the program require elevation to run, and outputs permission errors.
Traceback (most recent call last):
File "/usr/local/bin/vsco-scraper", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/vscoscrape/vscoscrape.py", line 211, in main
scraper = Scraper(args.username)
File "/usr/local/lib/python3.5/dist-packages/vscoscrape/vscoscrape.py", line 24, in __init__
os.makedirs(path)
File "/usr/lib/python3.5/os.py", line 241, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/home/my_user\\vsco_user'
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Problems with Linux filesystem · Issue #2 · mvabdi/vsco-scraper ...
I get the following error on Debian debian@debian:$ vsco-scraper USERNAME --getImages... ... Problems with Linux filesystem on v0.47 #6.
Read more >not syncing: VFS: Unable to mount root fs on unknown-block(0 ...
Last day, I've installed Kali Linux in another partition. It has installed correctly and it works fine. But the problem is when I...
Read more >Ext2 File System Driver for Windows - Browse /Ext2fsd/0.62 at ...
A Linux ext2/ext3 file system driver for Windows. ... V0.48: 2009-07-26 Modifications from V0.47: 1, Acronis TrueImage compatible issue solved: Verified ...
Read more >Diff - v0.99-pl12^! - pub/scm/linux/kernel/git/nico/archive
Under the crt0 version for Linux current at June 1993, +the FPU PC bits specify 64 bits precision. The precision flag (PE of...
Read more >8 Tips to Solve Linux Hard Disk Problems: Like out of disk space
Running out of the disk space on Linux or Unix box · Disk corruption · File system corruption · Disk quota · RAID...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can confirm that harangutang’s fix from his fork is working on my Linux machine.
I forked it and changed a few lines and on my debian machine it solved the issue. You should be able to see it on my page.
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On August 19, 2018 6:32 PM, Mustafa Abdi notifications@github.com wrote: