-
When I attempt to extract just one conversation from my messages archive, it dies with:
```
$ fbcap -t 'Elizabeth' messages.htm > us.txt
Traceback (most recent call last):
File "/usr/local/bin/fbca…
-
Using the newest version. I'm new to python so I'm not sure what this means.
Thank you!
File "//anaconda/bin/fbcap", line 11, in
sys.exit(main())
File "//anaconda/lib/python3.5/site-packages/…
-
Hey guys,
as far as I can see, this package "simply" emulates the requests of the messenger/facebook web client. So shouldn't it be possible to get rid of the node.js dependency in order to allow wr…
-
I get the following error when I run it:
> fbchat_archive_parser.parser.UnexpectedTimeZoneError:
Expected only PST/PDT time
zones (found Friday, 28 February 2014 at 15:14 UTC+05:30). This is a bug.…
-
Hi, when I try to run the file I get the following error:
Traceback (most recent call last):
File "/usr/local/bin/fbcap", line 9, in
load_entry_point('fbchat-archive-parser==0.6.post1', 'consol…
-
Hello everyone, looking to get some public opinion. We've been struggling a while to maintain the same signature on message objects (the objects received by listen). Classically, these have containe…
-
I can't send messages to anyone since today (it was sending messages normally until yesterday). In the send method r.ok is False. Is it happening with anyone else?
-
When I send a message or write to the group chat buffer, I get the message in retur.
Just like if you use echo from a shell.
-
Hello,
After providing correct id/pass this exception occurs:
Traceback (most recent call last):
File "", line 1, in
cilent = fbchat.Client(login,pass)
File "C:\Python34\lib\site-packages\fb…
-
getThreadList() gives me an error in python 3.4. It was fixed by changing
https://github.com/carpedm20/fbchat/blob/master/fbchat/client.py#L224
```
t = Thread(thread)
```
to
```
t = Thread(**t…