-
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
06/10/2024 - 18:20:11 | ERROR | You must be root to use this library on linux. #39
Comments
Hello, Sorry, NexusDownloadFlow does not officially support Linux at this time. Nevertheless, your error is generic and comes from a Python library, so I'd need the full stacktrace to be able to tell you if I can fix this bug. Please provide your complete log file. |
Maybe instread of using 'keyboard' use 'https://pypi.org/project/pynput/' as it doesn't require root priveleges |
Was suggested from: https://stackoverflow.com/questions/48796147/import-error-you-must-be-root |
Here's the log... |
Yeah you're better than my logging system and found the library that throws this error. May I ask, how are you running NDF on linux? If you're using the Python project then I will ask you to delete:
And try to run NDF. You wont be able to use those hotkeys afterwards but your issue will be solved. This is the only workaround I can give you at the moment, as I'm working on another project that will take up all my personal time. I'm not going to go ahead with a new version of NDF at the moment. I'll still create a ticket to solve your problem. I'll close that one once the merge and release are done. |
I git cloned this project, pip install -r requirements, and then just ran main.py. Figured that would do for a python project to run it casually :D ^, I'll try that later, seems easy enough to remove the dependency on keyboard it seems. Finding messages thrown is sometimes pretty easy:
|
Did some work... I'm not a python devvie myself, so this is slapped together real quick. In the end this wasn't what I was looking for.... I needed a Nexus Collection Downloader on linux, not a "click download link" thingie xD |
Thanks for the work! I can see that more than one library was incompatible with linux... Too bad NDF isn't what you were looking for, but it does what it said it does on the readme 😅 |
It does, it does, and that was my expectation bad. "Oh a nexus download thingie... in python, wait, that can run on linux then too... must.. try... this" And so here we are xD, anyways, had some good fun poking into getting it to work. lmao. |
How about, why?
And fix this to user-land please?
The text was updated successfully, but these errors were encountered: