Kijiji-Reposter icon indicating copy to clipboard operation
Kijiji-Reposter copied to clipboard

Kijiji Automated Reposting and Message Replying Utility written in Python with a Flask based GUI

Results 7 Kijiji-Reposter issues
Sort by recently updated
recently updated
newest added

TypeError TypeError: 'NoneType' object is not subscriptable Traceback (most recent call last) File "d:\Code\kjjreposter\venv\lib\site-packages\flask\app.py", line 2548, in __call__ return self.wsgi_app(environ, start_response) File "d:\Code\kjjreposter\venv\lib\site-packages\flask\app.py", line 2528, in wsgi_app response = self.handle_exception(e)...

Upon posting the ad I get a TypeError: 'NoneType' object is not subscriptable. In the terminal I see this message: > OrderedDict([('api-base-error', OrderedDict([('@xmlns', 'http://www.ebayclassifiedsgroup.com/schema/types/v1'), ('@http-status-code', '400'), ('api-errors', OrderedDict([('api-error', OrderedDict([('message', 'One...

``` Job "messageAutoReplier (trigger: cron[minute='*/1'], next run at: 2022-08-31 09:39:00 EDT)" raised an exception Traceback (most recent call last): File "C:\Users\Vostro\AppData\Local\Programs\Python\Python310\lib\site-packages\apscheduler\executors\base.py", line 125, in run_job retval = job.func(*job.args, **job.kwargs) File...

When posting an ad an error is received if the title is greater than Kijiji's max length. There is a minimum of 8 characters, and a maximum of 64.

I tried to install Kijiji-Reposter on a Raspberry Pi. I get the following error when I start the program: `ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 44 from...

Any chance of having this available in a docker container?

This is an awesome project! Would love to see something thats runnable via script instead of having to bring up the entire server. E.g reposting an ad by `python3 repost...