B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.09k stars 258 forks source link

Bump gpsoauth to latest commit #203

Closed ElDavoo closed 10 months ago

ElDavoo commented 10 months ago

The gpsoauth repo contains vital fixes to let it (and then whagodri) work, but these fixes are not released on pypi ATTW.

I didn't test anything apart from whagodri. In general, pinning dependencies is a good idea.

ElDavoo commented 10 months ago

It should solve #200 #197 #195 #190 #188

stark1tty commented 10 months ago
You have the latest version

[48576:0910/002732.966:ERROR:settings.cc(410)] Settings version is not 1
[main 2023-09-09T23:27:33.601Z] update#setState idle
[main 2023-09-09T23:27:44.511Z] Extension host with pid 41976 exited with code: 0, signal: unknown.
Traceback (most recent call last):
  File "C:\ProgramData\anaconda3\Lib\importlib\metadata\__init__.py", line 563, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "X:\dropbox\code\github\whapa\libs\whagodri.py", line 7, in <module>
    import gpsoauth
  File "X:\dropbox\code\github\whapa\libs\gpsoauth\__init__.py", line 15, in <module>
    __version__ = version(__package__)
                  ^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\anaconda3\Lib\importlib\metadata\__init__.py", line 1008, in version
    return distribution(distribution_name).version
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\anaconda3\Lib\importlib\metadata\__init__.py", line 981, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\anaconda3\Lib\importlib\metadata\__init__.py", line 565, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for gpsoauth

Not quite yet! :( The dependencies files needs updated. I had to manually install selenium_stealth, gpsoauth, and hachoir.

ElDavoo commented 10 months ago

Well I only tried with pip, not anaconda

daiana1129 commented 8 months ago

hola estoy con el mismo problema en este momento no me deja usar whapa. como soluciono lo del github?

ElDavoo commented 8 months ago

@B16f00t It is possible to revert this PR now that 1.0.3 is released (or better, to pin to >=1.0.3 ).
However I could not make it work anymore because of #207 .