question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problems with Linux filesystem on v0.47

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bamtancommented, Aug 20, 2018

Can confirm that harangutang’s fix from his fork is working on my Linux machine.

1reaction
harangutangcommented, Aug 20, 2018

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:

Was it working previously?

On Sun, Aug 19, 2018, 10:00 AM bamtan notifications@github.com wrote:

Hi, 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’

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mvabdi/vsco-scraper/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AfBeB_1esFmYh7_ARgfMbJ8XCI99IUAlks5uSW91gaJpZM4WC-gL .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found