Closed binnichtaktiv closed 1 year ago
I believe this is a problem with Python 3.11, try using 3.10 or lower... I will try to fix this issue tonight.
This is a problem with the library I'm using to interact with the mega.nz API. Since this library has not been maintained since 2020 it will show its age, I do not have the time to rewrite this library. I might see if I can fork it and maintain it, but no promises.
This is a problem with the library I'm using to interact with the mega.nz API. Since this library has not been maintained since 2020 it will show its age, I do not have the time to rewrite this library. I might see if I can fork it and maintain it, but no promises.
Hey did you maybe find something to fix this now?
This is a problem with the library I'm using to interact with the mega.nz API. Since this library has not been maintained since 2020 it will show its age, I do not have the time to rewrite this library. I might see if I can fork it and maintain it, but no promises.
Hey did you maybe find something to fix this now?
The only way for me to be able to support Python 3.11 is for me to fork the mega.nz API that I use, but I simply do not have the time especially because of exams to do that. There is a break coming up soon, so I might try to do something about it, but I don't suggest getting your hopes up.
After looking further into the issue, the issue was with a sub-dependency being severely outdated, I added a function to help fix this.
After looking further into the issue, the issue was with a sub-dependency being severely outdated, I added a function to help fix this.
Thank you! but now i get this😭 I have pyppeteer installed I checked it
Are you 100% sure that you have pyppeteer installed? Please run the pip install -r requirements.txt
command again.
here😅 everything is installed and working I checked 3 times now https://gofile.io/d/YvN1iW
I wonder if maybe your pip is from a different version of Python? Run the pip --version
and python3 --version
commands to see if they are the same...
I believe you can use python3 -m pip
instead of pip
. You can also try seeing if the pip3
command works?
I believe you can use
python3 -m pip
instead ofpip
. You can also try seeing if thepip3
command works?
i fixed it with python3 -m pip install -r requirements.txt
bruh now i get this😭 tried 2 times and this happens
I'm getting similar results, this is most likely an issue with the mail.tm API being slow, there is nothing I can do to help fix this 🙁
I'm getting similar results, this is most likely an issue with the mail.tm API being slow, there is nothing I can do to help fix this 🙁
oh okay :( so it doesn't work at all or do you just have to wait? lol now it worked🙏🏻🙏🏻 Thank you so much for the update and for helping me❤️ Ill try your TunnelBear vpn account creator too hehe
Hi its me again Is something wrong with my dependencies? Because it worked fine last time