-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScratchHost account #256
Comments
You get a verification email (at least that's how it's supposed to work). I'll forward this issue to the owner of Scratch Host |
you went to panel.justabock.online instead of panel.justablock.online |
also, if scratchhost doesnt work, there is panel.sillydev.co.uk |
weird because that's where the EMAIL sends you! |
I don't even get the email. |
weird... did you use the right one? |
Yeah. I did. |
And no matter how hard I try, I cannot get it to "resend". |
you MUST have used the wrong email! |
I swear I didn't. I copied and pasted it. And triple checked. |
sometimes copy and pasting creates blank characters try again. |
I can assure you I typed it in correctly. |
okay |
btw what is the right way to do this: |
dude |
i need an answer SOON |
i mean, this does not work at all!
|
the right way is user = session.connect_user("username")
comments = user.comments(limit=2) how is your code not working? do you get any errors? |
Try resending the email now, I changed the mail settings
Tim ***@***.***> schrieb am Mo., 4. Nov. 2024, 09:55:
… btw what is the right way to do this: comments =
session.get_comments(user, limit=2)
the right way is
user = session.connect_user("username")comments = user.comments(limit=2)
how is your code not working? do you get any errors?
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZRSWSR4SBRTT3LIBXLZ64Y6ZAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJUGEZTENRXGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
To get it to resend the email, I just change the email. Am I doing that right? Or is there a hidden button somewhere in the UI? |
btw, the comments returned by this are sa.Comment objects in v2.0 and not dictionaries. This means you gotta use comment.content, comment.timestamp etc. to access this info |
Yes, just change the mail to the same thing i think
vgthecoder ***@***.***> schrieb am Mo., 4. Nov. 2024, 15:25:
… To get it to resend the email, I just change the email. Am I doing that
right? Or is there a hidden button somewhere in the UI?
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZWGFTVVM3RFSLIZFGDZ65YVJAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJUHA2TKMBUG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yeah. I still didn't receive an email. |
Are you sure you used the correct mail address
vgthecoder ***@***.***> schrieb am Mo., 4. Nov. 2024, 17:36:
… Yeah. I still didn't receive an email.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZQYIAJEJUN25GZNEGDZ66IAPAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGE4DCMJWHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@TimMcCool im finding another way to do it using a listener. |
|
idk if this is correct if you need the rest of the code i can give it to you |
comments is a list |
you didn't define events anythere you need to add something like events = session.connect_message_events() to your code |
Have you looked inside your spam folder?
vgthecoder ***@***.***> schrieb am Mo., 4. Nov. 2024, 17:36:
… Yeah. I still didn't receive an email.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZQYIAJEJUN25GZNEGDZ66IAPAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGE4DCMJWHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@TimMcCool should i connect it to a project? |
@TheCommCraft I have. |
Then maybe just create a new account. It's working for me and I don't know
what the problem could be
vgthecoder ***@***.***> schrieb am Mi., 6. Nov. 2024, 18:09:
… @TheCommCraft <https://github.com/TheCommCraft> I have.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZX3KKK3XVURQBO7NYLZ7JEKZAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRQGMZTIMJZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@TheCommCraft I will loose my 2.5k of server hardware, but I'll try it. |
I could give back to you, just give me your old and your new username
vgthecoder ***@***.***> schrieb am Mi., 6. Nov. 2024, 18:57:
… @TheCommCraft <https://github.com/TheCommCraft> I will loose my 2.5k of
server hardware, but I'll try it.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZX2ZCEBGA47ZXX2EZDZ7JJ7VAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRQGQZTCNBSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay. Still no email though. |
username?
vgthecoder ***@***.***> schrieb am Mi., 6. Nov. 2024, 19:05:
… Okay. Still no email though.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZV3N7JGSNUTDL2OWA3Z7JK7DAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRQGQ2DOMJVGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
also, could you send me a mail using the email adress to ***@***.***?
That way I know the mail belongs to you and maybe i can manually activate
your account
Simon Gilde ***@***.***> schrieb am Mi., 6. Nov. 2024, 19:28:
… username?
vgthecoder ***@***.***> schrieb am Mi., 6. Nov. 2024, 19:05:
> Okay. Still no email though.
>
> —
> Reply to this email directly, view it on GitHub
> <#256 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ATCKMZV3N7JGSNUTDL2OWA3Z7JK7DAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRQGQ2DOMJVGE>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
@TheCommCraft @.*** is not a valid email. Username is vg_coder. |
the mail address is ```
|
I need the old username and the new one |
Well I can assure you my email works fine. I sent a message yesterday and can receive messages from other services. |
Just send a mail so I can verify that the mail is yours
vgthecoder ***@***.***> schrieb am Do., 7. Nov. 2024, 04:28:
… Well I can assure you my email works fine. I sent a message yesterday and
can receive messages from other services.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZTOSWXXJVVUID2T4ITZ7LM7PAVCNFSM6AAAAABQTPSKZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRRGI2DIOBWGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
how to verify a scratch host account
The text was updated successfully, but these errors were encountered: