Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

SNlm0e related error #8

Closed
vasanthsarathy opened this issue Mar 29, 2023 · 8 comments
Closed

SNlm0e related error #8

vasanthsarathy opened this issue Mar 29, 2023 · 8 comments

Comments

@vasanthsarathy
Copy link

Getting an error that the resp.text does not contain SNlm0e

SNlM0e = re.search(r"SNlM0e\":\"(.*?)\"", resp.text).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Thoughts?

@data-if
Copy link

data-if commented Mar 29, 2023

I have the same problem, can you fix it?

@KrishnaRavi-99
Copy link

I got this error when I accidentally inputted the wrong cookie id.

@venuv
Copy link

venuv commented Apr 6, 2023

the trailing '.' is part of the cookie id if that helps. with that added the Nonetype error went away

@HANiFLY
Copy link

HANiFLY commented Apr 7, 2023

GOT the same Nonetype problem even the value of "BARD_TOKEN" is with the trailing '.'

@breadbrowser
Copy link

GOT the same Nonetype problem even the value of "BARD_TOKEN" is with the trailing '.'

same

@Alfex4936
Copy link

Alfex4936 commented Apr 29, 2023

Maybe try this version: https://github.com/Alfex4936/Bard-rs

@acheong08
Copy link
Owner

This could happen if you guys are logged in on multiple accounts. Log in from a guest profile and try again

@acheong08
Copy link
Owner

Maybe try this version: Alfex4936/Bard-rs

This worked for me as well

@acheong08 acheong08 closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants