Fixed error when attenpting to upload photos to wall posts. Now it should work normally

This commit is contained in:
Manuel Cortez 2019-05-21 16:20:38 -05:00
parent 82c71a3bd8
commit 40afb6cdc2
2 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,7 @@
### bugfixes
* Fixed an error with two factor authentication in the recent socializer version. Now it works reliably again.
* Fixed an error when trying to attach a photo to a wall post. The error was fixed in the [vk_api](https://github.com/python273/vk_api) module and the fix was sent to the developer of the library, so he will be able to merge it in the next version. In the meantime, socializer already include the fix for this method, so you can upload photos to wall posts normally.
### Changes

View File

@ -3,7 +3,10 @@ wxpython==4.0.3
pywin32
pyenchant
markdown
vk_api
# For the moment we will use the modified vk_api version that does not try to include enum34 and
# already fixed the caption for wall uploaded photos.
# Hopefully I can uncomment this in the near future when my changes will get merged upstream.
#vk_api
bs4
configobj
pypubsub
@ -18,4 +21,6 @@ mock
git+https://code.manuelcortez.net/manuelcortez/libloader
git+https://code.manuelcortez.net/manuelcortez/platform_utils
git+https://github.com/chrisnorman7/sound_lib
git+https://code.manuelcortez.net/manuelcortez/accessible_output2
git+https://code.manuelcortez.net/manuelcortez/accessible_output2
# Modified vk_api.
git+https://github.com/manuelcortez/vk_api