Blog top | Forums top | DreamLover Labs Main site | DL Lounge
Register | Login




Shop for male chastity devices and other training tools through this link to support us.


New stuff:

2023-12-01
Emails not received
by DreamLover Labs
2023-08-17
Where can I find other people ...
by ahsdfjklhfw
2023-08-17
Can you shower or get the DL20...
by chastitydomme
2023-04-14
If you have soldering skills y...
by honeypod
2023-04-14
I love it...
by sissymaidemily
2023-02-20
I also have been able to get m...
by bdsamm
2022-11-05
Closed or opened Indication fo...
by switch95forfun
2022-11-04
I get mine at a Batteriesplus ...
by Fuseldar
2022-10-05
Battery suppliers
by DreamLover Labs
2022-07-25
System appears to be stable
by DreamLover Labs
2022-07-23
I've been experiencing this is...
by mayasblade
2022-07-23
Diagnosing network issues
by DreamLover Labs
2022-07-23
I'm facing the same problem...
by P4Palkkz
2022-07-20
Please email support with all ...
by dreamloverlabs
2022-07-20
I figured out how to get aroun...
by SlaveofDesire86
2022-06-27
Sorry can't control that, just...
by dreamloverlabs
2022-06-26
Gmail is not authenicating you...
by SlaveofDesire86
2022-06-26
Connection issues? Download the updated Windows app
by DreamLover Labs
2022-06-26
Thuis is more or lees how I im...
by dianadreamer
2022-06-24
Server down...
by Alex2012
2022-06-24
Please download the updated Wi...
by dreamloverlabs
2022-06-24
Login Response Unsuccessful...
by SlaveofDesire86
2022-06-24
Please download the updated Wi...
by dreamloverlabs
2021-11-05
Mistress Keyholder Rules the W...
by mistresskeyholder
2021-10-22
Widget not working...
by slavejake
2021-09-03
Good evening, I would be inter...
by Slave-BT
2021-09-03
I do not believe you can give ...
by Alex2012
2021-09-03
Giving back the Temp Ownership...
by keyholder0734
2021-08-24
What do you say guys shall we ...
by dreamloverlabs
2021-08-24
Hybrid solar systems...
by unipu2009
2020-12-10
Battery passivation
by DreamLover Labs
2019-09-02
Footage of DL2000 in use
by DreamLover Labs
2019-01-20
Product questions
by DreamLover Labs
2018-07-29
Pay using cryptocurrencies
by DreamLover Labs
2018-07-08
Behind Barz + DreamLover 2000
by DreamLover Labs
Forums > > Questions and feedback about DreamLover products

Questions and feedback about DreamLover products

January 19, 2019 11:01 AM (2921 views)

Post your questions and they will be answered and added to our FAQ

Comments

By bdsamm at 2019-01-21 10:38:02 Reply
I think there are a lot of us who would really like an auto reconnect feature. Mine disconnects at least once a day or more.
By cupcake at 2019-01-24 12:33:05 Reply
Agree 100%. This would be a great help.

Maybe a "summon" or pulse, or other silent command, but anything to let the wearer know to attend to the problem.

With a dialogue popup, it could be the next day or more before you may be aware.
By Personal Property at 2019-02-06 10:15:11 Reply
# DL Uplink Monitor Script v3
#
# Monitor the DL Uplink Applications and automatically re-connect
# if the application drops its connection to the main server.
#
# For use with the DL Uplink 1.5 application (http://www.dreamloverlabs.com)
# This script is written for the AutoIT script utility (http://www.autoitscript.com)

# Enable the hover-over debug on the Icon so I know what line
# The script is executing
AutoItSetOption ("TrayIconDebug", 1);0-off

# Repeat forever
While True
# Assume the DL Uplink Application is running
If WinExists("DL Uplink") Then
# Need to find a way to check if the "Connect" option is dimmed
# For now we just click on that part of the bar regargless of state
# I haven't found a good way to click the specific button, but this works
# I found we can get multiple Login Windows. Do not click if present
If Not (WinExists ("Login", "")) Then
ControlClick( "DL Uplink", "", "[NAME:toolStrip1]", "left", 1, 30, 30)
Else
# Try to raise the Login Window
WinActivate ("Login", "")
EndIf
EndIf

# Wait for 30 seconds fo the Login Window after clicking 'Connect'
WinWait("Login", "", 30)
If WinExists ("Login", "") Then
ControlClick ("Login", "Login", "[NAME:button1]")
Sleep (30000)
EndIf

#
# Look for error dialogs
#

# Connection error
If WinExists ("Connection error", "") Then
ControlClick ("Connection error", "OK", "[ID:2]")
EndIf

# During server maintinance the logins will fail.
If WinExists ("[CLASS:#32770]", "") Then
# This should handle the following errors:
# Login response unsuccessful
# Connection error
#
ControlClick ("[CLASS:#32770]", "", "[ID:2]")
EndIf

# During server maintinance the logins will fail.
# Look for additional error dialogs:

# The SQL query fails to connect to the database
If WinExists ("[CLASS:#32770]", "Server error") Then
ControlClick ("[CLASS:#32770]", "", "[ID:2]")
EndIf

# Male Management Server unreachable. Server offline or internet connection is down. Please try later or diagnose your internet connection.
If WinExists ("[CLASS:#32770]", "Connection error") Then
ControlClick ("[CLASS:#32770]", "", "[ID:2]")
EndIf

# Do not reduce this timeout, polling a downed server is useless
# and will likely get this script banned. You can wait 5 minutes,
# especially if its automated.
Sleep (300000)
WEnd

#
# End of script
#
By sub3604 at 2019-02-07 11:46:09 Reply
An automatic pulse would solve the problem except it wouldn't be good if the connection really did go down and you just kept getting zapped

Maybe a triple auto pulse would work but I was thinking along the lines of the software tries to reconnect and keeps trying until it does it successfully.

Either of these options would be just a software update and not require modification of the receiver
Post new comment
(C) 2008-2016 DreamLover Laboratories - all rights reserved