Skip to content

issues Search Results · repo:valq7711/ombott language:Python

Filter by

9 results
 (47 ms)

9 results

invalq7711/ombott (press backspace or delete to remove)

The context is that my py4web app is being attacked by bots attempting a email verification bombing. In response I have implemented google recaptcha. This seems to be working perfectly in all cases I can ...
  • davidmanns
  • 2
  • Opened 
    on Feb 13
  • #21

I ran into some issues with routing, and I am not sure I am doing something wrong, or this is an expected behaviour... I am trying to define a catch-all route in py4web that will handle things not handled ...
  • kszys
  • 1
  • Opened 
    on Nov 1, 2024
  • #20

Hi, after being deprecated (see #10), the cgi module has been totally removed from python 3.13.0 - where now ombott 2.2 cannot run. Maybe the 2.0rc2 proposed fix could be ported on 2.2? BTW: this is ...
  • nicozanf
  • 2
  • Opened 
    on Oct 12, 2024
  • #19

I have a py4web controller that loads an empty database from a csv file taken from my production file using db.import_from_csv_file. I get the following error. BytesIOProxy object has no attribute readable ...
  • davidmanns
  • 6
  • Opened 
    on Aug 4, 2024
  • #16

The object being passed to ExcelReader is an ombott.request_pkg.multipart.BytesIOProxy object. I m using py4web 1.20240602.1 with openpxyl 3.1.4 and ombott 2.0 My same code works fine with py4web 1.20230528.1, ...
  • biffyw
  • 6
  • Opened 
    on Jun 27, 2024
  • #14

DeprecationWarning: cgi is deprecated and slated for removal in Python 3.13
  • mdipierro
  • 3
  • Opened 
    on Nov 27, 2023
  • #10

Have been having issues with duplicated cookies entries, for example: Cookie: _formkey=aaaa; _formkey=bbbb The only solutions that fixed it for me was: def delete_cookie(key): if response._cookie ...
  • mdipierro
  • 2
  • Opened 
    on Sep 29, 2022
  • #9

Non ascii characters are stored in db through py4web form, Changing recode_unicode=False in line 143 of request/helpers.py seems to solve the problem https://github.com/valq7711/ombott/blob/f18f6e0e639f20efb63b137edbab8c8b3871d354/ombott/request/helpers.py#L143 ...
  • jparga
  • 4
  • Opened 
    on Sep 19, 2022
  • #7

import os import time import requests from ombott import route, request, run, default_app, DefaultConfig DefaultConfig.max_body_size = 16*1024*1024 @route( / , [ GET , POST ]) def main(): print(request.json) ...
  • mdipierro
  • 4
  • Opened 
    on Nov 9, 2021
  • #2
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub