Re: if not VALID_BUCKET.search(bucket) and not VALID_S3_ARN.search(bucket): TypeError: expected string or bytes-like object

2020-12-14 Thread Kasper Laudrup
On 14/12/2020 09.38, KUMBHAGIRI SIVAKRISHNA wrote: ile "/home/sivakrishna/Downloads/peeljobs-env/lib/python3.8/site-packages/botocore/handlers.py", line 200, in validate_bucket_name     if not VALID_BUCKET.search(bucket) and not VALID_S3_ARN.search(bucket): TypeError: expected strin

if not VALID_BUCKET.search(bucket) and not VALID_S3_ARN.search(bucket): TypeError: expected string or bytes-like object

2020-12-14 Thread KUMBHAGIRI SIVAKRISHNA
ile "/home/sivakrishna/Downloads/peeljobs-env/lib/python3.8/site-packages/botocore/handlers.py", line 200, in validate_bucket_name if not VALID_BUCKET.search(bucket) and not VALID_S3_ARN.search(bucket): TypeError: expected string or bytes-like object Please help me to solve th

Re: TypeError: expected string or bytes-like object

2019-08-30 Thread Suraj Thapa FC
Code pls On Fri, 30 Aug, 2019, 6:06 PM Soumen Khatua, wrote: > Hi Folks, > > After do some modification in models.py like I remove some column and add > some column in my models,now I'm getting this error: > > *TypeError: expected string or bytes-like object* > > &g

TypeError: expected string or bytes-like object

2019-08-30 Thread Soumen Khatua
Hi Folks, After do some modification in models.py like I remove some column and add some column in my models,now I'm getting this error: *TypeError: expected string or bytes-like object* Please tell me how can i solve this problem? Thank You Regards, Soumen -- You received this message

TypeError: expected string or bytes-like object

2017-05-18 Thread vitalysweb
Hello, i have problem in migration, in my* "model.py"* file i added a new table and new fields (into the exisiting table) and thats what i got when i do *""..manage.py migrate..."" :* Operations to perform: Apply all migrations: utilisateur Running migrations: Applying