githubdontbanmeagain
githubdontbanmeagain
this is due to twitch now needing a integrity_token, if anyone can reverse the obtaining of it please let me know!
> Thanks, could you add me for better contact - xyss#5770
> I checked that, > Now Twitch using: https://www.kasada.io/ > The issue is about `Client-Integrity`. > For registration, We need an `integrity_token`. > To get `integrity_token`, We need to send...
> any update?
Is there a better fix for this? The "juggling" above throws an error.
client is a initialized class, key is a str ```py smd = SharedMemoryDict(name="123", size=1024) smd["data"] def add_to_data(): temp = smd["data"] temp[key] = { "key": key, "client": client, } smd["data"] =...
I tested it without client, that seems to be the issue. I'm not quite sure how to go about this
Got this error when using the built in JSONSerializer instead, as I read pickle has problems with local objects: ``` File "C:\Users\x\AppData\Local\Programs\Python\Python39\lib\site-packages\shared_memory_dict\serializers.py", line 31, in dumps raise SerializationError(obj) shared_memory_dict.serializers.SerializationError: Failed...
Yes, the client class has functions and data that I need to access in other files. So simply using a string would not really work.. I tried using dill (a...
That would kinda be a little complex, the functions need the context of the client class to work properly, as there are multiple clients initialized