Contrib/scripts/get_mp3_source.sh 400 'Bad Request'

Today I was setting up a new setup and as I did the usualy
contrib/scripts/get_mp3_source.sh in the source of latest asterisk 16 i get

svn: E170013: Unable to connect to a repository at URL 'http://svn.digium.com/svn/thirdparty/mp3/trunk'
svn: E175002: Unexpected HTTP status 400 'Bad Request' on '/svn/thirdparty/mp3/trunk'

is repository is temporarily unavailable?

ping works

# ping svn.digium.com
PING svn.digium.com (76.164.171.230) 56(84) bytes of data.
64 bytes from svn.digium.com (76.164.171.230): icmp_seq=1 ttl=51 time=45.0 ms

I’ve just tested it, and it worked okay for me. Perhaps it was a temporary error.

seems to be working now too thanks

Hi,

I met a similar issue. As far as I could understand, it occurs when the device has Internet access configured via a proxy-server.

To solve this problem, you need to specify the settings of your proxy server in your svn config file:

vi ~/.subversion/servers

[global]
http-proxy-host = proxy-server.com  # (your-proxy-server)
http-proxy-port = 3128 # (your-proxy-port)

P.S. Hope this solution saves you time.