push messages via callmebot and signal

hi there,

I'm trying to integrate RS along with using push messages using Signal.  I followed the callmebot instructions to generate an API key to send messages to my device, and Repetier server keeps complaining "error fetchTextFromWeb: unknown scheme in uri "https://signal.callmebot.com/signal/send.php?phone=5f574b7b-04bb-486c-a64a-e2c1d21bd2de&apikey=398988&text=Test message from Repetier-Server 1.4.12"

if i type the URI into my browser, it sends a message correctly

i notice that RS is adding quotation marks or slashes to the URI sometimes

Can you point me in the right direction to solve this problem? 

thanks

Comments

  • As the message says, the uri is invalid. For example spaces are not allowed and need to be replaced be %20 which we do for you if you add the text placeholder. I think crome would do the replacement for you so it works then.
  • the copy and paste seen above did include %20, it just displayed differently

    I insist that there's something internally wrong with how RS handles these push messages. 

    http://signal.callmebot.com/signal/send.php?phone=5f574b7b-04bb-486c-a64a-e2c1d21bd2de&apikey=398988&text=hurrhurr

    the above works in my browser (firefox), but not in RS
  • Ok, could reproduce it. Was caused from a bug that added quotes around the url. If you check it now you will see the quotes. You must update to 1.4.13 and remove the quotes.

    During testing it did not work, but now the error came from callmebot telling me the request timed out but apikey was correct. Maybe it is already fixed when you see this. But at least now we are sending it.
  • yay it works now, thank you
Sign In or Register to comment.