lakewik / EasyStorj

GUI Client for Storj Network v1 and v2 written in Python and PyQt4
MIT License
74 stars 14 forks source link

Fix errors by commenting out bridge & fix beautiful soup #92

Closed Clete2 closed 7 years ago

Clete2 commented 7 years ago

It looks like you meant to add functionality to customize the bridge, but I was getting errors when trying to login.

Additionally, you switched to bs4 elsewhere but forgot to switch to bs4 in backend_config.py.

lakewik commented 7 years ago

@Clete2 What errors are you getting when trying to login?

Clete2 commented 7 years ago

storj_bridge on storj.Client is undefined and bridge_api_url on login is undefined.

If you need more details, let me know and I can run again.

And the last file I changed really was supposed to go into my other pull request. I changed to bs4 because you had moved to bs4 from beautifulsoup and had forgotten to change that file.

marcorosa commented 7 years ago

storj_bridge on storj.Client is defined

marcorosa commented 7 years ago

We just had to update requirements.txt file in order to use storj version 0.3.14 instead of 0.3.12 Commit a7e0dcf fixes this