Replies: 1 comment 2 replies
-
Hi @griffon56, Since version 2.0.0 a = http.get('ifconfig.me/all.json')
print('#{a}')
print(a.headers)
print(a.protocol_version)
print(a.status_code)
print(a.status_message) You have to update the I've also found some bugs
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I downloaded the Liquidsoap 2 latest official docker image and run t flawlessly on my machine.
Only I get the following error on the tunein.submit function :
Is the error due to the http.get call and the possible missing ocurl library in the official image ? How to check if ocurl is present - if not how to add it ?
I noticed the curl package is installed on the container.
Thanks for your advice
Beta Was this translation helpful? Give feedback.
All reactions