-
Notifications
You must be signed in to change notification settings - Fork 15
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
gen fail to start #11
Comments
|
hi Mateo.
in the code it's written like you said but it brakes on starting.
Here a screenshot
[image: image.png]
if you need more info you can contact me on discord, Omnitel#5251
…On Tue, May 31, 2022 at 11:18 AM Mateo ***@***.***> wrote:
def __init__(self) -> None:
In the code is written like this.
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWAXCHPQ3UNOA35NZZYQR7DVMXKPRANCNFSM5XM3O64A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I can't see the screenshot, it probably hasn't been uploaded.
|
hi,
check now please
thanks
…On Tue, May 31, 2022 at 11:34 AM Mateo ***@***.***> wrote:
I can't see the screenshot, it probably hasn't been uploaded.
hi Mateo. in the code it's written like you said but it brakes on
starting. Here a screenshot [image: image.png] if you need more info you
can contact me on discord, Omnitel#5251
… <#m_-8731268756600623274_>
On Tue, May 31, 2022 at 11:18 AM Mateo *@*.*> wrote: def init(self) ->
None: In the code is written like this. — Reply to this email directly,
view it on GitHub <#11 (comment)
<#11 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AWAXCHPQ3UNOA35NZZYQR7DVMXKPRANCNFSM5XM3O64A
<https://github.com/notifications/unsubscribe-auth/AWAXCHPQ3UNOA35NZZYQR7DVMXKPRANCNFSM5XM3O64A>
. You are receiving this because you are subscribed to this thread.Message
ID: @.*>
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWAXCHMO4M6QOIRFS7L5MODVMXMKZANCNFSM5XM3O64A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Still not available. Try to upload again |
try with this link please.
https://prnt.sc/ACSiqErk55lF
thanks
…On Tue, May 31, 2022 at 11:43 AM Mateo ***@***.***> wrote:
Still not available. Try to upload again
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
To be honest i can't find the error, can you try to type again the "->" manually ? maybe typo |
here's a snippet of the code, I even redownloaded it ecc and still have the
"SyntaxError: invalid syntax" error
@
import datetime
import config
import traceback
from logging import info, error, basicConfig, INFO, ERROR
from datetime import date
import time
import pathlib
import uuid
import cloudscraper
import os
class RevGen:
def __init__(self) -> None:
self.ua = "Mozilla/5.0 (Windows NT 10.0; Win64; x64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36"
if config.DEVICE_ID == "":
config.DEVICE_ID = str(uuid.uuid4())
self.headers_post = {
where the issue is right after "class RevGen" line
…On Tue, May 31, 2022 at 1:38 PM Mateo ***@***.***> wrote:
try with this link please. https://prnt.sc/ACSiqErk55lF thanks
… <#m_-7365521308814183268_>
On Tue, May 31, 2022 at 11:43 AM Mateo *@*.*> wrote: Still not available.
Try to upload again — Reply to this email directly, view it on GitHub, or
unsubscribe. You are receiving this because you commented.Message ID: @.*>
To be honest i can't find the error, can you try to type again the "->"
manually ? maybe typo
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWAXCHIXDP3WLXRDKD7OVB3VMX22ZANCNFSM5XM3O64A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Generator fail to start after "python gen.py" for this given error:
File "gen.py", line 14
def init(self) -> None:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: