-
Only tech topics about Waves: dev tools, libs, RIDE, dApps, Nodes Github: http://tiny.cc/github-waves IDE: https://ide.wavesplatform.com/ Online Course: https://stepik.org/course/54415 StackOverflow: #wavesplatform Jobs: https://t.me/wavesridejobs
So alot of people may encounter this
Читать полностью…
if you got a wx address ill send you some krill for helping
Читать полностью…
ok thanks maby ill try that approach
Читать полностью…
is there an alternative like using a different language than python?
Читать полностью…
oh ok so kinda need an updated pywaves
Читать полностью…
thank you though i appreciate it
Читать полностью…
maybe pyWaves now doesn t work with new nodes release. i have no time to test it, but in the past it worked great
Читать полностью…
/channel/waves_ride_dapps_dev/61582
Читать полностью…
im assuming problem is in pywaves its been hinting to that alot
Читать полностью…
gonna try simple program now
Читать полностью…
that had encountered same problem though
Читать полностью…
try a simple program to send tokens to an address using pywaves. If it works come back
Читать полностью…
C:\Users\brian\PycharmProjects\PythonProject\.venv\Scripts\python.exe C:\Users\brian\PycharmProjects\PythonProject\fishing_bot.py
[ERROR] Error in button callback: cannot access local variable 'tx' where it is not associated with a value
i need someone who understands what to do to fix the code
Читать полностью…
DeepSeek shows this:
The error you're encountering, 'int' object has no attribute 'status', suggests that the sendAsset method from the pywaves library is returning an integer instead of the expected transaction object or dictionary. This typically happens when the transaction fails, and the library returns an HTTP status code (e.g., 400, 403, 404) instead of the transaction details.
To fix this issue, you need to handle the case where sendAsset returns an integer (indicating an error) and provide appropriate error handling.
Yea they should really update that pywaves thing considering grok and ai recommends using python over others cus it's easier to manage and use lol
Читать полностью…
php works i have some stuff on line right now and js too
Читать полностью…
probably that is the problem no one wants to work on it
Читать полностью…
an old node release will not work with the current blockchain
Читать полностью…
ok so ill probably need an older node release in my script?
Читать полностью…
so im trying to do something too advanced for pywaves?
Читать полностью…
soo close its frustrating and i gotta wait 2 hours before i get another 15 questions for grok lol
Читать полностью…
my test bot gives this: C:\Users\brian\PycharmProjects\PythonProject\.venv\Scripts\python.exe C:\Users\brian\PycharmProjects\PythonProject\test_bot.py
Caught exception from sendAsset: 'int' object has no attribute 'status'
Likely received an integer response from sendAsset()
Inner error from wrapper: Expecting value: line 1 column 1 (char 0)
Process finished with exit code 0
in debug mode with full updated script i get this: import sys; print('Python %s on %s' % (sys.version, sys.platform))
C:\Users\brian\PycharmProjects\PythonProject\.venv\Scripts\python.exe -X pycache_prefix=C:\Users\brian\AppData\Local\JetBrains\PyCharm2024.3\cpython-cache "C:/Program Files/JetBrains/PyCharm 2024.3.3/plugins/python-ce/helpers/pydev/pydevd.py" --multiprocess --qt-support=auto --client 127.0.0.1 --port 63122 --file C:\Users\brian\PycharmProjects\PythonProject\fishing_bot.py
Connected to pydev debugger (build 243.24978.54)
[ERROR] Token distribution failed: 'int' object has no attribute 'status' - tx type: None, tx value: None
ok i have a test script for trying to send tokens
Читать полностью…
try and go haed with debug. May be there i s a problem in PyWaves
Читать полностью…
change the method to collect more debug info as for the attachment
Читать полностью…
yes and im using grok 3 beta and it keeps trying to fix it but its stuck in an infinite loop of the same problem
Читать полностью…
like it works and i can link my address and then i can fish but i get a stupid int error on sending tokens
Читать полностью…