Closed
Bug 895838
Opened 12 years ago
Closed 12 years ago
Discrepancies between Popcorn URLs on Webmaker.org vs Popcorn Maker URLs
Categories
(Webmaker Graveyard :: Popcorn Maker, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: laura, Unassigned)
Details
All of my popcorn projects say "updated 14 hours ago" – assuming y'all did something yesterday that led to this bug.
--When I click "My Makes" it doesn't show me all of "My Makes", in particular many of the popcorn makes are missing.
--If you search https://webmaker.org/search?type=user&q=laura
you get more (not even sure this is all of them)
--Webmaker search points to working URLs (at webmadecontent)
--My Makes inside Popcorn maker load in Maker, but published URLs lead to 404
EXAMPLES:
https://laura.makes.org/popcorn/x35 (works at: http://popcorn.webmadecontent.org/x35)
https://laura.makes.org/popcorn/uur (works at: http://popcorn.webmadecontent.org/uur)
https://laura.makes.org/popcorn/xc7 (works at: http://popcorn.webmadecontent.org/xc7 )
Comment 1•12 years ago
|
||
(In reply to Laura Hilliger [:epilepticrabbit] from comment #0)
> All of my popcorn projects say "updated 14 hours ago" – assuming y'all did
> something yesterday that led to this bug.
This is a little weird, we should look into it.
> --When I click "My Makes" it doesn't show me all of "My Makes", in
> particular many of the popcorn makes are missing.
This is Being fixed by Bug 895698 - currently pushing it to staging.
> --If you search https://webmaker.org/search?type=user&q=laura
> you get more (not even sure this is all of them)
same as above
> --Webmaker search points to working URLs (at webmadecontent)
>
> --My Makes inside Popcorn maker load in Maker, but published URLs lead to 404
>
> EXAMPLES:
>
> https://laura.makes.org/popcorn/x35 (works at:
> http://popcorn.webmadecontent.org/x35)
> https://laura.makes.org/popcorn/uur (works at:
> http://popcorn.webmadecontent.org/uur)
> https://laura.makes.org/popcorn/xc7 (works at:
> http://popcorn.webmadecontent.org/xc7 )
Looking into this
Comment 2•12 years ago
|
||
(In reply to Laura Hilliger [:epilepticrabbit] from comment #0)
> --Webmaker search points to working URLs (at webmadecontent)
>
> --My Makes inside Popcorn maker load in Maker, but published URLs lead to 404
>
> EXAMPLES:
>
> https://laura.makes.org/popcorn/x35 (works at:
> http://popcorn.webmadecontent.org/x35)
> https://laura.makes.org/popcorn/uur (works at:
> http://popcorn.webmadecontent.org/uur)
> https://laura.makes.org/popcorn/xc7 (works at:
> http://popcorn.webmadecontent.org/xc7 )
Did you re-publish the makes from popcorn.webmadecontent.org?
Comment 3•12 years ago
|
||
(In reply to Laura Hilliger [:epilepticrabbit] from comment #0)
> All of my popcorn projects say "updated 14 hours ago" – assuming y'all did
> something yesterday that led to this bug.
I think the culprit here is the make editor. Some UI interaction appears to be causing an update call to the makeapi. Investigating.
Comment 4•12 years ago
|
||
> All of my popcorn projects say "updated 14 hours ago" – assuming y'all did
> something yesterday that led to this bug.
This is actually being cause by the MakeAPI's usage of Mongoosastic (it's how we sync our database to Elastic search, so that we can get powerful search capabilities.)
Every time a server starts up, in "syncronizes" the Mongo data store with the ElasticSearch index. This appears to actually be calling an update in mongoose, which is triggering the updated at field to change to the current time.
Comment 5•12 years ago
|
||
All issues here have been resolved in other tickets.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•