-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookbook error: Exception while downloading recipe from #2451
Comments
Not sure which are related to the issue. Time based. $CONFIG = array (
'instanceid' => 'oc...',
'passwordsalt' => 'MQ..',
'secret' => '4m...',
'trusted_domains' =>
array (
0 => '192.168.9.32',
),
'datadirectory' => '/usr/local/var/nextcloud/data',
'dbtype' => 'mysql',
'version' => '29.0.4.1',
'overwrite.cli.url' => 'http://192.168.9.32/nextcloud',
'maintenance_window_start' => 5,
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' => array (
'host' => 'localhost',
'port' => 6379,
),
'default_phone_region' => 'US',
'dbname' => 'nextcloud',
'dbhost' => 'localhost:3306',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'oc_admin',
'dbpassword' => 'B]...',
only info.xml and routes.php in appinfo folder This worked for awhile. I had quite a few recipes. I lost them all trying to figure this out. Any help is appreciated. |
This is a screenshot from my phone just now. I get the same message on my laptop and tablet (android). I thought I saved the recipe folder to my laptop but it was unsuccessful. I lost the recipes; but have no way of getting them into nextcloud anyway. It worked prior to version 29.0.4.
Alvin
Thanks,
Alvin
…________________________________
From: Christian Wolf ***@***.***>
Sent: Tuesday, September 17, 2024 9:36:16 AM
To: nextcloud/cookbook ***@***.***>
Cc: abcarroll1214 ***@***.***>; Author ***@***.***>
Subject: Re: [nextcloud/cookbook] Cookbook error: Exception while downloading recipe from (Issue #2451)
I tried the one recipe URL I could find in your logs and it worked:
image.png (view on web)<https://github.com/user-attachments/assets/64cdee73-ff4d-421c-bcbd-8195113e9ba2>
I get that you hat problems in the past. Did you by chance before removing the instance save at least the data folder? With that, we most probably can restore the old recipes.
Is the downloading failing always? Can you enable debug mode in the instance and try again?
—
Reply to this email directly, view it on GitHub<#2451 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKLCFJFO5L63H52KVG23O4LZXBLABAVCNFSM6AAAAABMDHPHQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJWGQYDSMJYGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello @abcarroll1214 , in the GitHub page there is no attachment visible. I am sure if this got filtered out, I do not know why. What is prior to 29.0.4? Server version? I doubt that the server has a significant impact on the functionality of the cookbook app. However, I cannot rule it out. Can you do this procedure? |
Hi,
I have upgraded to latest release 30.0 This is the URL I used:
https://commandcooking.com/recipe/b-and-b-burritos
[https://images.ctfassets.net/7t85a6f8wt2m/TA2UuH6M5KJrr8T5OdlZF/cf74f52fa6bd2401d53889b8dd2f2769/Backstreet_Boys_Burritos-7.jpg?fm=webp&q=75]<https://commandcooking.com/recipe/b-and-b-burritos>
B & B Burritos<https://commandcooking.com/recipe/b-and-b-burritos>
Classic burritos are back! Alright! B & B Burritos are true street-food brought right into your kitchen. They even come wrapped in foil like they are straight out of a food truck down the street! Inside is fluffy cilantro-lime rice, zesty and succulent taco meat, black beans, tomatoes, Mexican cheese... in other words, the works! B & B Burritos are going to be a big hit in your house!
commandcooking.com
I followed your procedure using Google Chrome and there is no trace or 500 failure. Google Chrome looks nothing like your example. This is what I can find under the network tab:
Failed to load resource: the server responded with a status of 400 (Bad request)
index.js:295 OC.requestToken changed rbY4PUtKeZYTATNfLk5GDW40NI9F5jNem2UF1U+OGwg=:mfVZcywFEddKdmMTGRYkZgEFVcE8jgZ13VRtpSb/X0w=
cookbook/#/:1 Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.
cookbook/webapp/import:1
Failed to load resource: the server responded with a status of 400 (Bad request)
index.js:295 OC.requestToken changed jwNiXJkGvqbCZEO/wRElcCS7tAtIMnD/os3HMKJn7zM=:u0ADEv5J1uebExPz9klHG0uK1UUxWkXU5PyvQMsWq3c=
This worked before upgrading. Now everything (laptop, desktop, chromebook, Google phone) has the same error message immediately:
Exception while downloading recipe from https://commandcooking.com/recipe/b-and-b-burritos.
Alvin
…________________________________
From: Christian Wolf ***@***.***>
Sent: Friday, September 20, 2024 9:43 AM
To: nextcloud/cookbook ***@***.***>
Cc: abcarroll1214 ***@***.***>; Mention ***@***.***>
Subject: Re: [nextcloud/cookbook] Cookbook error: Exception while downloading recipe from (Issue #2451)
Hello @abcarroll1214<https://github.com/abcarroll1214> ,
in the GitHub page there is no attachment visible. I am sure if this got filtered out, I do not know why.
What is prior to 29.0.4? Server version? I doubt that the server has a significant impact on the functionality of the cookbook app. However, I cannot rule it out.
Can you do this procedure<#2273 (comment)>?
—
Reply to this email directly, view it on GitHub<#2451 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKLCFJBIPRXNNMGT6E6P3O3ZXRGCPAVCNFSM6AAAAABMDHPHQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRUGEYTSNRTHE>.
You are receiving this because you were mentioned.
|
I'm not sure if this was sent.
Alvin
Thanks,
Alvin
…________________________________
From: Alvin Carroll ***@***.***>
Sent: Friday, September 20, 2024 6:21:05 PM
To: nextcloud/cookbook ***@***.***>
Subject: Re: [nextcloud/cookbook] Cookbook error: Exception while downloading recipe from (Issue #2451)
Hi,
I have upgraded to latest release 30.0 This is the URL I used:
https://commandcooking.com/recipe/b-and-b-burritos
[https://images.ctfassets.net/7t85a6f8wt2m/TA2UuH6M5KJrr8T5OdlZF/cf74f52fa6bd2401d53889b8dd2f2769/Backstreet_Boys_Burritos-7.jpg?fm=webp&q=75]<https://commandcooking.com/recipe/b-and-b-burritos>
B & B Burritos<https://commandcooking.com/recipe/b-and-b-burritos>
Classic burritos are back! Alright! B & B Burritos are true street-food brought right into your kitchen. They even come wrapped in foil like they are straight out of a food truck down the street! Inside is fluffy cilantro-lime rice, zesty and succulent taco meat, black beans, tomatoes, Mexican cheese... in other words, the works! B & B Burritos are going to be a big hit in your house!
commandcooking.com
I followed your procedure using Google Chrome and there is no trace or 500 failure. Google Chrome looks nothing like your example. This is what I can find under the network tab:
Failed to load resource: the server responded with a status of 400 (Bad request)
index.js:295 OC.requestToken changed rbY4PUtKeZYTATNfLk5GDW40NI9F5jNem2UF1U+OGwg=:mfVZcywFEddKdmMTGRYkZgEFVcE8jgZ13VRtpSb/X0w=
cookbook/#/:1 Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.
cookbook/webapp/import:1
Failed to load resource: the server responded with a status of 400 (Bad request)
index.js:295 OC.requestToken changed jwNiXJkGvqbCZEO/wRElcCS7tAtIMnD/os3HMKJn7zM=:u0ADEv5J1uebExPz9klHG0uK1UUxWkXU5PyvQMsWq3c=
This worked before upgrading. Now everything (laptop, desktop, chromebook, Google phone) has the same error message immediately:
Exception while downloading recipe from https://commandcooking.com/recipe/b-and-b-burritos.
Alvin
________________________________
From: Christian Wolf ***@***.***>
Sent: Friday, September 20, 2024 9:43 AM
To: nextcloud/cookbook ***@***.***>
Cc: abcarroll1214 ***@***.***>; Mention ***@***.***>
Subject: Re: [nextcloud/cookbook] Cookbook error: Exception while downloading recipe from (Issue #2451)
Hello @abcarroll1214<https://github.com/abcarroll1214> ,
in the GitHub page there is no attachment visible. I am sure if this got filtered out, I do not know why.
What is prior to 29.0.4? Server version? I doubt that the server has a significant impact on the functionality of the cookbook app. However, I cannot rule it out.
Can you do this procedure<#2273 (comment)>?
—
Reply to this email directly, view it on GitHub<#2451 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKLCFJBIPRXNNMGT6E6P3O3ZXRGCPAVCNFSM6AAAAABMDHPHQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRUGEYTSNRTHE>.
You are receiving this because you were mentioned.
|
Description
A clear and concise description of what the bug is.
Error message:
Exception while downloading recipe from ...
Reproduction
Steps to reproduce the behavior:
Simply add URL and press the arrow. Had to rebuild my server and it worked before. Now everything works except cookbook.
Expected behavior
A clear and concise description of what you expected to happen.
Import recipe
Actual behavior
Please describe in clear statements what is happening in reality.
Give error: Exception while downloading recipe from on desktop or Android (both worked before)
Screenshots
If applicable, add screenshots to help explain your problem.
Browser
Which browser are you using?
Chrome with no changes from before.
Versions
Nextcloud server version: ??
29.03 and 29.04 tried both with identical results. Currently 29.04.01
Cookbook version: ?? 0.11.1
Database system: MySQL/MariaDB/PostgreSQL/Sqlite
MySQL
I've tried multiple reloads, truncated the sql columns, totally deleted NC (entire FAMP from scratch) and rebuilt.
The text was updated successfully, but these errors were encountered: