Projet

Général

Profil

Bug #39924

payment, urllib.urlencode

Ajouté par Frédéric Péters il y a environ 4 ans. Mis à jour il y a environ 4 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
-
Version cible:
-
Début:
16 février 2020
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Exception:
  type = '<class 'AttributeError'>', value = 'module 'urllib' has no attribute 'urlencode''

Stack trace (most recent call first):
  File "/usr/lib/python3/dist-packages/auquotidien/modules/payments.py", line 487, in _q_lookup
   485         query_string = get_request().get_query()
   486         if request.get_method() == 'POST' and query_string == '':
>  487             query_string = urllib.urlencode(request.form)
   488         try:
   489             regie = Regie.get(component)

  locals:
     component = '1'
     logger = <logging.Logger object at 0x7fb2ed221fd0>
     query_string = ''
     request = <wcs.compat.CompatHTTPRequest object at 0x7fb2f5159208>
     self = <modules.payments.PublicPaymentRegieBackDirectory object at 0x7fb2f5134438>


Fichiers

Révisions associées

Révision d3ec847f (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

payments: get urllib from six (#39924)

Révision 3f10485b (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

payments: get urllib from six (#39924)

Historique

#1

Mis à jour par Frédéric Péters il y a environ 4 ans

#2

Mis à jour par Frédéric Péters il y a environ 4 ans

(tapé sur la prod)

#3

Mis à jour par Thomas Noël il y a environ 4 ans

  • Statut changé de Solution proposée à Solution validée
#4

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit 3f10485bc843cb9594ade8c5da7ceb4a5a216f65
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sun Feb 16 18:40:34 2020 +0100

    payments: get urllib from six (#39924)
#5

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF