- Mitglied seit
- 13. Jan 2014
- Beiträge
- 2
- Punkte für Reaktionen
- 0
- Punkte
- 1
Hallo!
Bin neu in dem Forum da ich ein Problem habe. Ich habe auf meiner DS pyload installiert und eine reconnect.sh Datei erstellt. Diese habe ich im Terminal über SSH auch ausgeführt und da funktioniert sie auch. In pyload jedoch bekomme ich nur folgende Meldungen:
Entweder es steht die gleiche IP dort oder eben gar keine wie in dem Log.
reconnect.sh Datei sieht folgendermaßen aus:
(Pirelli PRGAV4202N)
Danke schonmal für die Antworten
LG
Bin neu in dem Forum da ich ein Problem habe. Ich habe auf meiner DS pyload installiert und eine reconnect.sh Datei erstellt. Diese habe ich im Terminal über SSH auch ausgeführt und da funktioniert sie auch. In pyload jedoch bekomme ich nur folgende Meldungen:
Rich (BBCode):
533 13.01.2014 17:40:39 INFO Download starts: test.rar
534 13.01.2014 17:40:43 ERROR ShareonlineBiz: full | Keine freien Slots für Free User!
535 13.01.2014 17:40:45 INFO Starting reconnect
536 13.01.2014 17:40:46 INFO Reconnected, new IP:
537 13.01.2014 17:40:46 INFO Download starts: test.rar
538 13.01.2014 17:40:51 ERROR ShareonlineBiz: full | Keine freien Slots für Free User!
539 13.01.2014 17:40:52 INFO Starting reconnect
540 13.01.2014 17:40:54 INFO Reconnected, new IP:
541 13.01.2014 17:40:54 INFO Download starts: test.rar
542 13.01.2014 17:40:59 ERROR ShareonlineBiz: full | Keine freien Slots für Free User!
543 13.01.2014 17:41:00 INFO Starting reconnect
544 13.01.2014 17:41:02 INFO Reconnected, new IP:
545 13.01.2014 17:41:02 INFO Download starts: test.rar
546 13.01.2014 17:41:07 ERROR ShareonlineBiz: full | Keine freien Slots für Free User!
Entweder es steht die gleiche IP dort oder eben gar keine wie in dem Log.
reconnect.sh Datei sieht folgendermaßen aus:
(Pirelli PRGAV4202N)
Rich (BBCode):
#!/bin/sh
# reconnect.sh
# Start / Stop Script for Pyload via UPNP
curl "http://10.0.0.138:2555/upnp/e1f82ed8-23bd-489a-8357-df8128f6f78b/WANPPPConn1.ctl HTTP/1.1" -H "CONTENT-TYPE: text/xml; charset='utf-8'" -H "SOAPACTION: 'urn:schemas-upnp-org:service:WANPPPConnection:1#ForceTermination'" -d "<?xml version='1.0' encoding='utf-8'?><s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'><s:Body><u:ForceTermination xmlns:u='urn:schemas-upnp-org:service:WANPPPConnection:1' /></s:Body></s:Envelope>"
curl "http://10.0.0.138:2555/upnp/e1f82ed8-23bd-489a-8357-df8128f6f78b/WANPPPConn1.ctl HTTP/1.1" -H "CONTENT-TYPE: text/xml; charset='utf-8'" -H "SOAPACTION: 'urn:schemas-upnp-org:service:WANPPPConnection:1#RequestConnection'" -d "<?xml version='1.0' encoding='utf-8'?><s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'><s:Body><u:RequestConnection xmlns:u='urn:schemas-upnp-org:service:WANPPPConnection:1' /></s:Body></s:Envelope>"
Danke schonmal für die Antworten
LG
Zuletzt bearbeitet: