mcrapet / plowshare

Command-line tool and engine for managing sharing websites
GNU General Public License v3.0
847 stars 88 forks source link

parse failed (sed)? #49

Closed dR3b closed 8 years ago

dR3b commented 8 years ago

Hi, I have this error since last week:

parse failed (sed): "/Status:/ s/^.*<em>\(.*\)</em>.*$/\1/p" (skip 1)
Failed inside uploaded_net_login(), line 73, uploaded_net.sh
Failed inside uploaded_net_download() [1]

os: FreeBSD 10.3 ver: master branch sed: /usr/local/bin/gsed

  18 # You should have received a copy of the GNU General Public License
  19 # along with Plowshare.  If not, see <http://www.gnu.org/licenses/>.
  20 shopt -s expand_aliases; alias sed='/usr/local/bin/gsed'
  21 
  22 declare -r VERSION='GIT-snapshot'

Any ideas?

Thanks

Raziel-23 commented 8 years ago

Duplicate https://github.com/mcrapet/plowshare-modules-legacy/issues/79

dR3b commented 8 years ago

Yes you are right! I forgot the "plowshare-modules-legacy" repo! It's working! Thanks