From shivamdutt606 at gmail.com Mon Jul 6 22:22:17 2020 From: shivamdutt606 at gmail.com (Shivam Dutt Sharma) Date: Tue, 7 Jul 2020 07:52:17 +0530 Subject: [PSF-Community] Unable to login | fbchat.Client Message-ID: Dear All, I am facing an error while trying to log-in to fbchat.Client. This is obviously despite me entering absolutely correct ID & P/W. It could be because of any latest update in the package, or a user_agent / session (cookies) issue too. Prima-facie, if you think a few adjustments need to be made in the client or state file/s, please let me know, else I shall share the complete code link for your perusal. Below's the error message. I will be highly grateful, if I can get an idea of where am I going wrong? *Logging in xxxxxx.x.xxxxxx... Attempt #1 failed, retrying Traceback (most recent call last): File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_client.py", line 209, in login user_agent=user_agent, File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_state.py", line 149, in login return cls.from_session(session=session) File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_state.py", line 186, in from_session fb_dtsg = FB_DTSG_REGEX.search(r.text).group(1) AttributeError: 'NoneType' object has no attribute 'group'* Best, *Shivam Dutt Sharma* *LinkedIn : shivam-dutt-sharma-020456149 * *PGP in Machine Learning | NIT WarangalFundraising Volunteer @ The AIM Foundation* *PCEP @ PythonInstitute* -------------- next part -------------- An HTML attachment was scrubbed... URL: From rami.chowdhury at gmail.com Mon Jul 6 22:32:34 2020 From: rami.chowdhury at gmail.com (rami.chowdhury at gmail.com) Date: Mon, 06 Jul 2020 22:32:34 -0400 Subject: [PSF-Community] Unable to login | fbchat.Client In-Reply-To: References: Message-ID: Hi Shivam, Please be aware this mailing list is for PSF community-focused discussions -- see the list's purpose described at https://mail.python.org/mailman/listinfo/psf-community. I might suggest you participate in the discussion on on the `fbchat` project repository on GitHub -- the issue at https://github.com/carpedm20/fbchat/issues/598 seems to match the error you've pasted. Alternatively, you could try directing your question to the general Python list (python-list at python.org, CC'd here). Regards, Rami On Tue, Jul 7, 2020 at 07:52, Shivam Dutt Sharma wrote: > Dear All, > > I am facing an error while trying to log-in to fbchat.Client. This is > obviously despite me entering absolutely correct ID & P/W. It could > be because of any latest update in the package, or a user_agent / > session (cookies) issue too. > Prima-facie, if you think a few adjustments need to be made in the > client or state file/s, please let me know, else I shall share the > complete code link for your perusal. > > Below's the error message. I will be highly grateful, if I can get an > idea of where am I going wrong? > > Logging in xxxxxx.x.xxxxxx... > Attempt #1 failed, retrying > Traceback (most recent call last): > File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_client.py", > line 209, in login > user_agent=user_agent, > File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_state.py", > line 149, in login > return cls.from_session(session=session) > File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_state.py", > line 186, in from_session > fb_dtsg = FB_DTSG_REGEX.search(r.text).group(1) > AttributeError: 'NoneType' object has no attribute 'group' > > Best, > Shivam Dutt Sharma > LinkedIn : shivam-dutt-sharma-020456149 > PGP in Machine Learning | NIT Warangal > Fundraising Volunteer @ The AIM Foundation > PCEP @ PythonInstitute > > > > From shivamdutt606 at gmail.com Mon Jul 6 23:27:39 2020 From: shivamdutt606 at gmail.com (Shivam Dutt Sharma) Date: Tue, 7 Jul 2020 08:57:39 +0530 Subject: [PSF-Community] Unable to login | fbchat.Client In-Reply-To: References: Message-ID: Oh, my bad! Thank you for the clarification. I shall check it out and please excuse me for this. Best, Shivam On Tue, Jul 7, 2020, 08:02 wrote: > Hi Shivam, > > Please be aware this mailing list is for PSF community-focused > discussions -- see the list's purpose described at > https://mail.python.org/mailman/listinfo/psf-community. > > I might suggest you participate in the discussion on on the `fbchat` > project repository on GitHub -- the issue at > https://github.com/carpedm20/fbchat/issues/598 seems to match the error > you've pasted. Alternatively, you could try directing your question to > the general Python list (python-list at python.org, CC'd here). > > Regards, > Rami > > On Tue, Jul 7, 2020 at 07:52, Shivam Dutt Sharma > wrote: > > Dear All, > > > > I am facing an error while trying to log-in to fbchat.Client. This is > > obviously despite me entering absolutely correct ID & P/W. It could > > be because of any latest update in the package, or a user_agent / > > session (cookies) issue too. > > Prima-facie, if you think a few adjustments need to be made in the > > client or state file/s, please let me know, else I shall share the > > complete code link for your perusal. > > > > Below's the error message. I will be highly grateful, if I can get an > > idea of where am I going wrong? > > > > Logging in xxxxxx.x.xxxxxx... > > Attempt #1 failed, retrying > > Traceback (most recent call last): > > File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_client.py", > > line 209, in login > > user_agent=user_agent, > > File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_state.py", > > line 149, in login > > return cls.from_session(session=session) > > File "C:\Users\my\Anaconda3\lib\site-packages\fbchat\_state.py", > > line 186, in from_session > > fb_dtsg = FB_DTSG_REGEX.search(r.text).group(1) > > AttributeError: 'NoneType' object has no attribute 'group' > > > > Best, > > Shivam Dutt Sharma > > LinkedIn : shivam-dutt-sharma-020456149 > > PGP in Machine Learning | NIT Warangal > > Fundraising Volunteer @ The AIM Foundation > > PCEP @ PythonInstitute > > > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From betsy at python.org Fri Jul 17 11:44:06 2020 From: betsy at python.org (Betsy Waliszewski) Date: Fri, 17 Jul 2020 08:44:06 -0700 Subject: [PSF-Community] Humble Bundle Promotion Message-ID: Hi all, Humble Bundle is featuring the PSF as the designated charity through July 20th, 2020! https://www.humblebundle.com/software/python-programming-software. The promotion offers Python book bundles, software, training, and videos - pay what you want. Your purchases support the PSF. Thanks for being part of our awesome community! Cheers, Betsy -- Betsy Waliszewski *Pronouns: she/her/hers* Event Planner / Sponsorship Coordinator @ThePSF As a non-profit organization, the PSF depends on sponsorships and donations to support the Python community. Check out our Annual Impact Report for more details: https://www.python.org/psf/annual-report/2019/ Please contribute to the PSF; we can't continue our work without your support! https://www.python.org/psf/donations/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sh at changeset.nyc Thu Jul 30 16:23:44 2020 From: sh at changeset.nyc (Sumana Harihareswara) Date: Thu, 30 Jul 2020 16:23:44 -0400 Subject: [PSF-Community] Fwd: [pypi-announce] upgrade to pip 20.2 -- plus changes coming in 20.3 In-Reply-To: <103df0bd-ef0e-6e11-0894-60c2cbcba0cd@changeset.nyc> References: <103df0bd-ef0e-6e11-0894-60c2cbcba0cd@changeset.nyc> Message-ID: <3e2c3ff1-0bf5-224d-e540-32d140bd3353@changeset.nyc> A new release of pip is out. Please see below, upgrade, and let us know if you or your users start to have trouble. In particular, we need your feedback on the beta of the new dependency resolver, because we want to make it the default in the October release. Please report bugs using this survey: https://tools.simplysecure.org/survey/index.php?r=survey/index&sid=989272&lang=en . And please **spread the word** by pointing to this blog post: https://blog.python.org/2020/07/upgrade-pip-20-2-changes-20-3.html -- spread the word on Hacker News, Reddit, Twitter, Facebook, Dev.to, Telegram, relevant Stack Overflow answers, your favorite Slacks and Discords, etc. Most of the people this will affect do not keep up with Python-specific developer news. Help them get the heads-up before October, and help us get their bug reports. best, Sumana Harihareswara, pip project manager -------- Forwarded Message -------- Subject: [pypi-announce] upgrade to pip 20.2 -- plus changes coming in 20.3 Date: Thu, 30 Jul 2020 11:24:58 -0400 From: Sumana Harihareswara Reply-To: distutils-sig at python.org Organization: Changeset Consulting To: pypi-announce at python.org On behalf of the Python Packaging Authority, I am pleased to announce the release of pip 20.2. Please upgrade for speed improvements, bug fixes, and better logging. You can install it by running python -m pip install --upgrade pip. We make major releases each quarter, so this is the first new release since 20.1 in April. NOTICE: This release includes the beta of the next-generation dependency resolver. It is significantly stricter and more consistent when it receives incompatible instructions, and reduces support for certain kinds of constraints files, so some workarounds and workflows may break. Please test it with the `--use-feature=2020-resolver` flag. Please see our guide on how to test and migrate, and how to report issues . The new dependency resolver is *off by default* because it is *not yet ready for everyday use*. For release highlights and thank-yous, please see . The full changelog is at . Future: We plan to make pip's next quarterly release, 20.3, in October 2020. We are preparing to change the default dependency resolution behavior and make the new resolver the default in pip 20.3. -- Sumana Harihareswara project manager for pip, on contract with Python Software Foundation Changeset Consulting, https://changeset.nyc _______________________________________________ pypi-announce mailing list -- pypi-announce at python.org To unsubscribe send an email to pypi-announce-leave at python.org https://mail.python.org/mailman3/lists/pypi-announce.python.org/