View previous topic :: View next topic |
Author |
Message |
bobber205 Guru
Joined: 23 Aug 2006 Posts: 561 Location: Oregon
|
Posted: Tue Oct 23, 2007 4:35 pm Post subject: Wgetpaste is teh sux now? |
|
|
Ever since the new version of wgetpate, my usual commands on
cat <somelogfile>.log | wgetpaste
is giving me
Code: |
"Plain Text" is not a supported language for rafb: http://rafb.net/paste/.
Languages supported by rafb: http://rafb.net/paste/ (case sensitive):
C
C#
C++
C89
C99
Java
PHP
PL/I
Pascal
Perl
Plain%Text
Python
Ruby
SQL
VB
|
What's up? It used to work so well. _________________ Never Forget The Expat 2.0! |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Tue Oct 23, 2007 5:17 pm Post subject: |
|
|
probably you can change this line in the script:
Code: | DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text} |
Apparently it expects Plain%Text instead of Plain Text... |
|
Back to top |
|
|
bobber205 Guru
Joined: 23 Aug 2006 Posts: 561 Location: Oregon
|
|
Back to top |
|
|
|