Author Topic: Open Beta: Testing the Tip/Sharebot Today @ Noon!  (Read 90029 times)

0 Members and 1 Guest are viewing this topic.

Offline tumorshield

Code: [Select]
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>



no login is working.
Getting dat rotten runtime error, on all login options

Offline kuro112

and an idea:

I think http://bitcoingarden.tk/ would be happy to have a tipbots in their forums. http://bitcoingarden.tk/forum/index.php?action=profile;u=1 here's the admin

you really need one wallet for all...

the next version will have wallet merging

we will reach out to bitcoingarden, thanks!
CTO @ Freebie, LLC

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
and an idea:

I think http://bitcoingarden.tk/ would be happy to have a tipbots in their forums. http://bitcoingarden.tk/forum/index.php?action=profile;u=1 here's the admin

you really need one wallet for all...

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
2 things:

- twitter needs an avatar and a description. looks like a spambot.

- can you make the assets link to the openledger asset overview? eg https://bitshares.openledger.info/?r=fav#/asset/MEGUSTA (you can use your referral)

Offline btstip

  • Hero Member
  • *****
  • Posts: 644
    • View Profile
  • BitShares: btstip-io
Hey Tuck Fheman, here are the results of your tips...
  • fuzzy: has been credited 8600 BEYONDBITCOIN
Curious about BtsTip? Visit us at http://sharebits.io and start tipping BTS on https://bitsharestalk.org/ today!
Created by hybridd

Tuck Fheman

  • Guest
#sharebits "fuzzy" 8600 BEYONDBITCOIN

Offline btstip

  • Hero Member
  • *****
  • Posts: 644
    • View Profile
  • BitShares: btstip-io
Hey Tuck Fheman, here are the results of your tips...
  • kuro112: has been credited 100 BEYONDBITCOIN
  • hybridd: has been credited 100 BEYONDBITCOIN
Curious about BtsTip? Visit us at http://sharebits.io and start tipping BTS on https://bitsharestalk.org/ today!
Created by hybridd

Tuck Fheman

  • Guest
#sharebits "kuro112" 100 BEYONDBITCOIN
#sharebits "hybridd" 100 BEYONDBITCOIN

Tuck Fheman

  • Guest
bot link still says "Curious about BtsTip?" when posting confirmations.

Offline cube

  • Hero Member
  • *****
  • Posts: 1404
  • Bit by bit, we will get there!
    • View Profile
  • BitShares: bitcube
Code: [Select]
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

I get the above error on and off too.
ID: bitcube
bitcube is a dedicated witness and committe member. Please vote for bitcube.

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
sign in via reddit doesn't work

forbidden (reddit.com)

you are not allowed to do that
— invalid redirect_uri parameter.

Tuck Fheman

  • Guest
sorry if this has already been brought up elsewhere but ... if you tip a non-existent UIA or misspell an existing UIA the bot will instead tip BTS. this could have cleaned me out of BTS earlier since I almost tipped 1000 LIVINTHEDREAM (which don't exist) as a joke but luckily changed it to "1" before posting. the bot sent 1 BTS.

OK after further consideration I like being able to specify non-existent UIA's and the bot tipping BTS ... BUT ... can we limit it to "1" BTS no matter what amount is entered so someone doesn't get railed on accident?
« Last Edit: November 21, 2015, 07:01:43 pm by Tuck Fheman »

Tuck Fheman

  • Guest
@kuro112 On Twitter I tipped Amanda B. Johnson, she got the tip then replied to the tweet that she would check out the service with a "Hell yeah!".

https://twitter.com/TuckFheman/status/667853851853266945

I then replied to that tweet with another tip. That tip registered with Sharebot and posted to my wallet page BUT I don't see that Twitter retweeted a confirmation or gave her a link, so I don't know if she received the 100 BTS or not but I also don't know how exactly the system works. So I'm bringing it up in case there is some issue.

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
Code: [Select]
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
BitShares committee member: abit
BitShares witness: in.abit

Offline kuro112

CTO @ Freebie, LLC