We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
emaster987
3 years agoHelpful | Level 5
Deprecated message using Dropbox from Fedora RPM repos
System information: Operating System: Fedora Linux 35 KDE Plasma Version: 5.24.2 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.2 Kernel Version: 5.16.11-200.fc35.x86_64 (64-bit) Graphics Plat...
- 3 years ago
Hi emaster987,
Yes, from time to time different things become deprecated and replaced by others. In the particular case a library method is on focus. Let's hope Dropbox staff will take this in mind.
You have put in your description a lot of information but your Python version is missing (the actual issuer of that warning). Can you post your version? The result of command like:
python3 -c "import sys; print(sys.version)"
By the way, you can avoid that disturbing message as follow the provided direction within the message itself - i.e. replace the deprecated method name and set newer one (they are synonyms, actually). This could get achieved by following command:
sudo sed -i s/isSet/is_set/ /usr/bin/dropbox
Hope this helps.
Здравко
Legendary | Level 20
Hi emaster987,
Yes, from time to time different things become deprecated and replaced by others. In the particular case a library method is on focus. Let's hope Dropbox staff will take this in mind.
You have put in your description a lot of information but your Python version is missing (the actual issuer of that warning). Can you post your version? The result of command like:
python3 -c "import sys; print(sys.version)"
By the way, you can avoid that disturbing message as follow the provided direction within the message itself - i.e. replace the deprecated method name and set newer one (they are synonyms, actually). This could get achieved by following command:
sudo sed -i s/isSet/is_set/ /usr/bin/dropbox
Hope this helps.
emaster987
3 years agoHelpful | Level 5
The result of the first command line is:
3.10.2 (main, Jan 17 2022, 00:00:00) [GCC 11.2.1 20211203 (Red Hat 11.2.1-7)]
I'll try the second command these days. Thanks a lot
- Здравко3 years agoLegendary | Level 20
https://docs.python.org/3/whatsnew/3.10.html#deprecated 🤷 Exact match! 😉 It's not in the following section (Removed) yet, fortunately.
- Moerkey2 years agoNew member | Level 2
Hello,
this is also affecting the current Ubuntu 22.04 instance.
Would be nice if this would be solved soon because it is an easy fix.
Best regards
- Emmet2 years agoCommunity Manager
Hey there,
Thank you for bringing this to our attention. We have found this issue, and it will be fixed in the 2022.12.05 release, which will be released to Ubuntu in the near future. If you are still experiencing this issue after this update, please let us know.
Regards,
Emmet
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!