question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to get any data.

See original GitHub issue

Hello,

I just followed your simple example and I’m getting no data from it at all. My cookie seems correct and I generated it using this: https://mapscookiegettercli.readthedocs.io/en/latest/

import sys
import logging
from locationsharinglib import Service

root = logging.getLogger()
root.setLevel(logging.DEBUG)

handler = logging.StreamHandler(sys.stdout)
handler.setLevel(logging.DEBUG)
formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
handler.setFormatter(formatter)
root.addHandler(handler)


cookies_file = 'cookie'
google_email = 'ha.phrfpeixoto@gmail.com'
service = Service(cookies_file=cookies_file, authenticating_account=google_email)
pp = service.get_all_people()
for person in pp:
    print(person)

I’m attaching my output here. Could you please provide any help debugging this?

out.txt

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:32 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
costastfcommented, Aug 30, 2019

I think that I will wait for @macf0x to have a try at it and then I will release. I have tested it to my satisfaction so I am not really worried but it is always good to have a few more pair of eyes. Through the weekend I think.

0reactions
costastfcommented, Sep 3, 2019

The tag kinda failed on github. It is uploaded on pypi though so just pip install and you are golden.

Kind regards Costas

On Tue, Sep 3, 2019, 16:12 phrfpeixoto notifications@github.com wrote:

I don’t see a 4.1.0 tag. Did you mean 4.0.1?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/costastf/locationsharinglib/issues/68?email_source=notifications&email_token=ABDMK2YRT7UPO2SMRLQCIWLQHZWGPA5CNFSM4IPBZ5F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5YKQ2Y#issuecomment-527476843, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDMK23HEFSMNGFREMGEIJ3QHZWGPANCNFSM4IPBZ5FQ .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to get any data when spark streaming program in run ...
textFileStream won't read pre-existing data. It will include only new files: created in the dataDirectory by atomically moving or renaming ...
Read more >
Resolve VISA Warning: Unable to Read Any Data - MathWorks
Cause, Solution. The device did not receive the command because of an incorrect resource name. You might have connected to the wrong device....
Read more >
Unable to get any data into PowerApps from EXCEL! - Page 2
I have this simple Excel file for which I'm trying to establish a connection to PowerApps: This file is in my OneDrive for...
Read more >
If you see No Service, Searching, or SOS on your iPhone or iPad
Make sure that you're in an area with cellular network coverage. · Turn cellular data off and then back on again. Go to...
Read more >
Youtube download stops short then fails to get any data blocks
This error is related to settings in my config file which I have not changed for months, this one video fails, all other...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found