issues Search Results · repo:gopaycommunity/gopay-python-api language:Python
Filter by
10 results (83 ms)
10 results
ingopaycommunity/gopay-python-api (press backspace or delete to remove)If I install latest pypi version 2.2.2 it fails on looking up library version.
There is a mistake in lookup. As you can see
https://github.com/gopaycommunity/gopay-python-api/blob/ff74f70d3886bf0b53ab2a92163bd53c7a2151a1/gopay/utils.py#L6 ...
Crash is caused by passing ContentType(StringEnum) do requests headers dict here:
https://github.com/gopaycommunity/gopay-python-api/blob/066e50885f2e424f513ad4ea931da36386975f04/gopay/api.py#L62
(PR ...
In contrast with version 1 the actual version 2 is not providing timeout to to calls.
python Requests is used and in their dosumentation is written this:
Timeouts Most requests to external servers should ...
Hi there,
I am getting this when executing the examples/get_status.py:
(gopay-py3.10) ➜ gopay-python-api git:(master) ✗ python3 examples/get_status.py
/gopay-python-api/gopay/__init__.py(27)payments() ...
Calling get_embedjs_url returns //gp-gw/js/embed.js which is a non-sense.
Looking to the code of the method:
@property
def get_embedjs_url(self) - str:
return self.gopay.base_url[-4] + /gp-gw/js/embed.js ...
Hi,
the method Payments.url_to_embedjs() produces e.g. https://gate.gopay.cz/api/gp-gw/js/embed.js which is incorrect.
Correct url should be https://gate.gopay.cz/gp-gw/js/embed.js
This silently broke ...
Hi,
I receive the following error:
Downloading gopay-1.2.3.tar.gz
Storing download in cache at
./pip-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2F85%2F42%2Fd90d0cc3236429117aa65f68aad698769cd6b6a51550d34bc7d7f051c668%2Fgopay-1.2.3.tar.gz ...
Implementation of partial capture method
the python 3.5 pip install on Ubuntu 16.04 throws:
Collecting gopay==1.1.0 (from -r /home/merchang/code/requirements/base.txt (line 22))
Downloading gopay-1.1.0.tar.gz
Complete output from command ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.